内容简介:SOFAMosn v0.5.0 版本发布了,主要变更如下: i. 新功能支持 支持静态模式和 xDS 模式混合配置 支持 stream filters 动态更新对存量连接生效 支持 ADMIN API 可扩展 ii. 优化 完善了解析 JSON 配置文件的逻辑 优化...
SOFAMosn v0.5.0 版本发布了,主要变更如下:
i. 新功能支持
- 支持静态模式和 xDS 模式混合配置
- 支持 stream filters 动态更新对存量连接生效
- 支持 ADMIN API 可扩展
ii. 优化
- 完善了解析 JSON 配置文件的逻辑
- 优化针对大包场景的内存复用
- 优化首次启动时对 Metrics 共享内存的处理
iii. 重构
- 引用路径从"github.com/alipay/sofa-mosn"修改为"sofastack.io/sofa-mosn"
i. New Features
- Support hybrid config model of xDS and static
- Support Admin APIs Extensible
- Support StreamFilters’ dynamic update taking effect on all connections.
ii. Refatcor
- Refatcor import path
- change "github.com/alipay/sofa-mosn" to "sofastack.io/sofa-mosn"
iii. Performance Optimize
- Reorganized the output of the error log
- Improved the implementation of marshal/unmarshal JSON config files
- Optimize memory reuse for large buffer
- Optimize the processing of shared memory used by Metrics when mosn start
iv. Bug Fix
- Fix ProxyLogger cannot be updated by logger update APIs
- Fix Read/Write loop panic
- Fix deleting multiple clusters cannot take effect
- Fix computing metrics error when active_requests are concurrent
- Fix connection panic when http reset stream and receive response are concurrent.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- SOFABoot 2.4.2 发布,蚂蚁金服开源研发框架
- SOFABoot 2.4.3 发布,蚂蚁金服开源研发框架
- 工具 | 蚂蚁集团开源的,支付宝开放平台服务端 SDK
- 蚂蚁金服微服务实践 | 开源中国年终盛典分享实录
- SOFABoot 2.6.1 发布,蚂蚁金服开源研发框架
- SOFABoot 2.6.1 发布,蚂蚁金服开源研发框架
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Compilers
Alfred V. Aho、Monica S. Lam、Ravi Sethi、Jeffrey D. Ullman / Addison Wesley / 2006-9-10 / USD 186.80
This book provides the foundation for understanding the theory and pracitce of compilers. Revised and updated, it reflects the current state of compilation. Every chapter has been completely revised ......一起来看看 《Compilers》 这本书的介绍吧!