Releases: TencentBlueKing/gopkg
Releases · TencentBlueKing/gopkg
v1.3.0
What's Changed
- feat: add cache options by @Han-Ya-Jun in #44
breaking changes
NewCache add options
New Contributors
- @Han-Ya-Jun made their first contribution in #44
Full Changelog: v1.2.0...v1.3.0
v1.2.0 (2023-06-26)
breaking changes:
github.com/TencentBlueKing/gopkg/cache/memory
use thectx context.Context
as the first argument- example:
Get(ctx, key)
- example:
v1.0.9 (2022-05-05)
- Repair logging interface implements
v1.0.8 (2022-01-23)
- add: logger interface
- add: cryptography
move cache/memory/key.go to cache/key.go, as a common type of cache module
v1.0.7
- refactor: move cache/memory/key.go to cache/key.go, as a common type of cache module
add: cache/memory Set
v1.0.6
- add: cache/memory add interface
Set(key Key, data interface{})
bugfix: cache/memory package name wrong
v1.0.5
- bugfix: cache/memory package name wrong
first release
v1.0.4
- add pkg: cache/memory
- add pkg: conv
v1.0.3
- add pkg: stringx
v1.0.2
- add pkg: collection/set
v1.0.1
- add pkg: errorx
v1.0.0
- init the project dir