We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dead5c4 commit bcb54d0Copy full SHA for bcb54d0
CHANGELOG.md
@@ -12,6 +12,22 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2.
12
13
### Fixed
14
15
+## [0.0.3] - 2020-07-06
16
+
17
+[0.0.3]: https://github.com/dgraph-io/ristretto/compare/v0.0.2..v0.0.3
18
19
+### Changed
20
21
+### Added
22
23
+### Fixed
24
25
+- z: use MemHashString and xxhash.Sum64String ([#153][])
26
+- Check conflict key before updating expiration map. ([#154][])
27
+- Fix race condition in Cache.Clear ([#133][])
28
+- Improve handling of updated items ([#168][])
29
+- Fix droppedSets count while updating the item ([#171][])
30
31
## [0.0.2] - 2020-02-24
32
33
[0.0.2]: https://github.com/dgraph-io/ristretto/compare/v0.0.1..v0.0.2
0 commit comments