Sourced from github.com/dgraph-io/ristretto's releases.
v0.2.0
What's Changed
*`docs(readme): Use new Wait method by
@angadn
in dgraph-io/ristretto#327
- docs: format example on readme by
@rfyiamcool
in dgraph-io/ristretto#339- Fix flakes in TestDropUpdates by
@evanj
in dgraph-io/ristretto#334- docs(Cache): document Wait, clarify Get by
@evanj
in dgraph-io/ristretto#333- chore: fix typo error by
@proost
in dgraph-io/ristretto#341- fix: support compilation to wasip1 by
@achille-roussel
in dgraph-io/ristretto#344- remove glog dependency by
@jhawk28
in dgraph-io/ristretto#350- add config for cleanup ticker duration by
@singhvikash11
in dgraph-io/ristretto#342- fix(OnEvict): Set missing Expiration field on evicted items by
@0x1ee7
in dgraph-io/ristretto#345- uint32 -> uint64 in slice methods by
@mocurin
in dgraph-io/ristretto#323- fix: cleanupTicker not being stopped by
@IlyaFloppy
in dgraph-io/ristretto#343Full Changelog: https://github.com/dgraph-io/ristretto/compare/v0.1.1...v0.2.0
Sourced from github.com/dgraph-io/ristretto's changelog.
[v0.2.0] - 2024-10-06
Added
fix: support compilation to wasip1 by @achille-roussel
add config for cleanup ticker duration by @singhvikash11
Fixed
docs(readme): Use new Wait method by @angadn
docs: format example on readme by @rfyiamcool
Fix flakes in TestDropUpdates by @evanj
docs(Cache): document Wait, clarify Get by @evanj
chore: fix typo error by @proost
remove glog dependency by @jhawk28
fix(OnEvict): Set missing Expiration field on evicted items by @0x1ee7
uint32 -> uint64 in slice methods by @mocurin
fix: cleanupTicker not being stopped by @IlyaFloppy
Full Changelog: https://github.com/dgraph-io/ristretto/compare/v0.1.1...v0.2.0
1854617
minor repo cleanup (#352)9144662
stop cleanupTicker while closing cache (#343)c00b352
uint32 to uint64 in slice methods (#323)e6d62cb
chore(ci): separate out coverage report workflow (#353)f0e7027
set missing Expiration field on evicted items (#345)e8dc5b0
add config for cleanup ticker duration (#342)c5789d6
update golangci config and cleanup repo (#351)bdcf5e9
remove glog dependency (#350)3f6b44a
fix: support compilation to wasip1 (#344)c73d585
chore: fix typo error (#341)