Releases: groupcache/groupcache-go
Releases · groupcache/groupcache-go
v3.4.0
What's Changed
- fix: remove t.Parallel() from tests that modify global tracer provider by @thrawn01 in #23
- perf: optimize picker consistent hash by eliminating map lookup (#13) by @abhishek-singla-97 in #22
- feat: add RemoveKeys #17 by @abhishek-singla-97 in #21
- fix: handle unchecked error return values by @thrawn01 in #25
New Contributors
- @abhishek-singla-97 made their first contribution in #22
Full Changelog: v3.3.0...v3.4.0
v3.3.0
v3.2.0
v3.0.0
Release v3.0.0-rc.2
What's Changed
- Improved http error tests (#61) by @thrawn01 in #3
- Support different cache implementations by @thrawn01 in #4
Full Changelog: v3.0.0-rc.1...v3.0.0-rc.2
Release v3.0.0-rc.1
Release Candidate 1
Includes the following
- Allow multiple groupcache instances to exist in code simultaneously
- Separate the HTTP transport code from the code base such that third-party transports can be used without needing access to the internals of the library
- Update dependencies and use modern golang programming and documentation practices.
See a complete list of changes #2