Skip to content

Commit

Permalink
version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nejisama committed Nov 21, 2019
1 parent 9ef189f commit 4d26f93
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# 更新日志

## v0.8.1

### 新功能

- 新增Metrics: SOFAMosn处理失败的请求数

### 优化

- 通过MMAP提升Metrics共享内存的写性能
- 减少默认协程池大小,优化内存占用
- 优化日志输出

### Bug修复

- 修复SOFAMosn启动时如果存在日志文件,没有被正常轮转的Bug

## v0.8.0

### 新功能
Expand Down
16 changes: 16 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.8.0
0.8.1

0 comments on commit 4d26f93

Please sign in to comment.