Releases: allegro/bigcache
Releases · allegro/bigcache
v2.1.7
v2.1.6
Changes
- Add test for parallel reads with stats @janisz (#199)
- fix: concurrent write access @Nazdroth (#198)
- Replace duplicated code with function call @janisz (#197)
- Add testable examples @janisz (#196)
- Minor README Grammar Correction @JonnyPillar (#193)
- Update README.md byte array/slice wording @epelc (#192)
v2.1.5
v2.1.4
v2.1.3 🌈
Changes
- New Get API which returns additional information about the entry @jgheewala (#168)
- Added issue template and updated gitignore. @janisz (#172)
- Update benchmark results @janisz (#167)
- Update README @janisz (#165)
- Mention required Go version @cristaloleg (#157)
🚀 Features
v2.1.2
fix queue import path (#155)
v2.1.1
docs: add memory usage to README (#154)
v2.1
docs: add memory usage to README (#154)
2.0!
Implemented enhancements:
- Feedback from Community Talk #83
- Add invalid put test that make 500 error in server #115 (u5surf)
- added go mod #141 (mxplusb)
Fixed bugs:
- Iterator: index out of range #107
Closed issues:
- possibe to do layeredcache like https://github.com/karlseguin/ccache #132
- The deadlock problem occurs when updating elements in the OnRemove method #129
- Possible datarace at cacheShard.get #127
- OnRemove event called multiple times #124
- Does it have LRU support? #123
- Bigcache short description #122
- Possible datarace #117
- New release #116
- items never expire? #105
- LifeWindow: 0 <- is this valid? #104
- benchmarks gives error #100
- Dependent cache items #87
- Branching strategy #79
Merged pull requests:
v1.2.1: Add invalid put test that make 500 error in server (#115)
* Add invalid put test that make 500 error in server Signed-off-by: Y.Horie <[email protected]>