Release 2.1.0 change log
This commit is contained in:
parent
2e3b131525
commit
420e11ee63
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.18]
|
go-version: [1.18,1.19,"1.20"]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
# developing
|
# developing
|
||||||
|
|
||||||
|
# v2.1.0
|
||||||
- [unified gopkg.in/yaml version to v2](https://github.com/beego/beego/pull/5169)
|
- [unified gopkg.in/yaml version to v2](https://github.com/beego/beego/pull/5169)
|
||||||
- [add non-block write log in asynchronous mode](https://github.com/beego/beego/pull/5150)
|
- [add non-block write log in asynchronous mode](https://github.com/beego/beego/pull/5150)
|
||||||
- [Fix 5126: support bloom filter cache](https://github.com/beego/beego/pull/5126)
|
- [Fix 5126: support bloom filter cache](https://github.com/beego/beego/pull/5126)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user