v1.1.0
v1.1.0 (2018-03-27)
Implemented enhancements:
- 1.9 Concurrent Maps #38
Fixed bugs:
- LifeWindow not work! #63
Closed issues:
- Document what happens when an entry is not in the cache #66
- Lots of extra memory was consumed when create and delete bigcache interleavely #64
- Proposal: Server Package #56
- Gathering stats #55
- Update release notes for v1.0.0 #52
- Custom logging #36
- No way to increment value without updating the timestamp #35
Merged pull requests:
- Add tests to prove/enforce 0-value byte slice caching #74 (jshufro)
- Fix a small grammar error in the readme #73 (jshufro)
- updated .gitignore #72 (mxplusb)
- fixed gc bug and updated readme. #69 (mxplusb)
- Fix some race conditions #68 (cristaloleg)
- Document Get behaviour on non-existing key #67 (stevenroose)
- Updated README. #61 (mxplusb)
- HTTP Server is done! #60 (mxplusb)
- Added basic HTTP server implementation. #58 (mxplusb)
- Cache stats #57 (cristaloleg)
- implement bigcache.Delete #53 (flisky)
- Added concurrent maps benchmark result. #51 (mxplusb)
- Adding logging interface & default logger #50 (lxfontes)
- Improve encapsulation of shards #49 (cristaloleg)