Bump github.com/dgraph-io/ristretto from 0.1.1 to 0.2.0
Bumps github.com/dgraph-io/ristretto from 0.1.1 to 0.2.0.
Release notes
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
Changelog
Sourced from github.com/dgraph-io/ristretto's changelog.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project will adhere to Semantic Versioning starting v1.0.0.
Commits
-
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) - Additional commits viewable in compare view