There was an error while loading. Please reload this page.
1 parent 829b71f commit 0b906d9Copy full SHA for 0b906d9
1 file changed
CHANGELOG
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [2.2.0] - 2019-07-09
8
+### Added
9
+* Added `SetLogger()` to pass in a logrus entry for logging peer errors
10
+* Added `DeregisterGroup()` to remove an existing group cache
11
+### Changes
12
+* Fixed race condition in `Remove()`
13
+
14
## [2.1.0] - 2019-06-10
15
### Changes
16
* `Get()` now returns immediately when context is done during a groupcache peer
0 commit comments