Releases: aliexpressru/gomemcached
Releases · aliexpressru/gomemcached
v1.0.0
What's Changed
-
- add context to methods
-
- add deadliner by timeout/cancel
-
- up linter version
-
- up go version
-
- 100% test cover hashring
-
- 100% test cover pool
-
- add debug log by context value
-
- add new metric
-
- add override option for base initialisation
-
- add otel tracing to internal logs
Full Changelog: v0.2.1...v1.0.0
v0.2.1
v0.2.0 Enhanced Coverage and Stability
What's Changed
- Added more coverage tests (by @Yosh11 in #2)
- Fixed gets dead nodes in node provider and switched to using slices (from golang.org/x/exp/slices) to avoid nil panic on deleting elements (by @Yosh11 in #2)
Updated mandatory requirement: Use Go 1.21 or higher.
Full Changelog: v0.1.1...v0.2.0
Fulfilling requirements for pull request to awesome-go.
What's Changed
- add go report card & go pkg goc & coverage action by @Yosh11 in #1
- add badges (goreportcard, godoc, tests coverage)
- fix goreportcard reports
- add some tests
New Contributors
Full Changelog: v0.1.0...v0.1.1
v0.1.0
The first stable release of the library.
Full Changelog: https://github.com/aliexpressru/gomemcached/commits/v0.1.0