Skip to content

Commit

Permalink
Release v2.7.0 (#42)
Browse files Browse the repository at this point in the history
Change-Id: I1de8be0cffa8a2a669ef57af2d87afa5b7adb67c
  • Loading branch information
jxskiss authored Mar 6, 2023
1 parent 0f3fc43 commit 11766c6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

TBD.

## [2.7.0] - 2023-03-06

* Feat: [perf/bbp] use slice to manage arena memory chunks which gives better performance
* Feat: [zlog] add logr support (#41)
* Feat: [zlog] tweak log format to be more friendly with the console format
* Fix: [perf/gopool] fix potential starving of task worker
* Change: Remove deprecated util functions `easy.All` and `easy.Any`

## [2.6.1] - 2023-03-03

* Feat: update CI workflow to support Go 1.20 (#37)
* Feat: update bytedance/sonic to v1.8.3
* Feat: [perf/bbp] new arena feature for perf/bbp (#40)
* Fix: code-style issues reported by golangci-lint (#37)
* Change: simplify perf/bbp implementation, notably that the signature of bbp.Grow and bbp.Buffer.Grow, bbp.Buffer.Append have been changed (#38)

## [2.5.1] - 2023-02-22

* Feat: new utility function `easy.InSlice`
Expand Down

0 comments on commit 11766c6

Please sign in to comment.