Releases: aliexpressru/gomemcached
Releases · aliexpressru/gomemcached
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