diff --git a/CHANGELOG.md b/CHANGELOG.md index f43e92ba66..64c6c6cf09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # 更新日志 +## v0.8.1 + +### 新功能 + +- 新增Metrics: SOFAMosn处理失败的请求数 + +### 优化 + +- 通过MMAP提升Metrics共享内存的写性能 +- 减少默认协程池大小,优化内存占用 +- 优化日志输出 + +### Bug修复 + +- 修复SOFAMosn启动时如果存在日志文件,没有被正常轮转的Bug + ## v0.8.0 ### 新功能 diff --git a/CHANGELOG_EN.md b/CHANGELOG_EN.md index c0ce5a3839..01eb2872fc 100644 --- a/CHANGELOG_EN.md +++ b/CHANGELOG_EN.md @@ -1,5 +1,21 @@ # Changelog +## v0.8.1 + +### New features + +- Metrics added: count of requests that SOFAMosn failed to process + +### Optimization + +- Improved the write performance of Metrics shared memory with MMAP +- Reduced the default coroutine pool size and optimize memory usage +- Optimized log output + +### Bug fix + +- Fixed a bug where if there is a log file when SOFAMosn starts, it is not rotated normally. + ## v0.8.0 ### New features diff --git a/VERSION b/VERSION index a3df0a6959..6f4eebdf6f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.0 +0.8.1