Releases: scalalang2/golang-fifo
Releases · scalalang2/golang-fifo
v1.1.0
This release introduces breaking changes as noted in #37.
You need to review your code after upgrading to the newer version to ensure compatibility.
What's Changed
- fix: be stricter when initializing by @costela in #35
- feat: add reason to OnEvictCallback by @costela in #37
New Contributors
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
v1.0.0
Feb 11, 2024
BREAKING CHANGES
- Add expiration policy. #27 by @scalalang2
FEATURES
- Add expiration policy. #27 by @scalalang2
IMPROVEMENTS
- Bump up go version to 1.22. #26 by @scalalang2
BUG FIXES
- Fix a race condition issue in the SIEVE cache. #23 by @scalalang2
v0.1.3
- Replace
ringbuf
with a linked list queue supported bycontainer/list
package.