v1.2.0
v1.2.0 (2019-01-16)
Implemented enhancements:
- Remove unsafe code for appengine #97
- capacity field #89 (cristaloleg)
- added initial middleware test. #78 (mxplusb)
- updated .gitignore. #75 (mxplusb)
Fixed bugs:
- Build failure in TestClosing #90
- Goroutine leak in NewBigCache #82
- TestClosing fix #91 (cristaloleg)
Closed issues:
- Improve Capacity coverage #112
- Unable to get/set data in onremove callback #103
- Using bigcache with google appengine #96
- Should MaxEntrySize include the size of the key? #95
- Expose ByteQueue capacity from Cache methods #88
- Per Item TTL #81
- Minor version bump to v1.1.0? #62
Merged pull requests:
- fix server_test to clear TestCacheIndexHandler #114 (u5surf)
- Issue 112 #113 (u5surf)
- replace EntryNotFoundError on ErrEntryNotFound #111 (yanmhlv)
- Fix data race on iteration #108 (un000)
- Update README.md #101 (cristaloleg)
- fix golint import #99 (lukechampine)
- use safer bytesToString on appengine #98 (lukechampine)
- Rephrase documentation for clarity #94 (mfrw)
- improved EntryNotFoundError #92 (yanmhlv)
- Fix set benchmark to be more fair to maps #86 (jasonkeene)
- Allow for GC of cache when CleanWindow is set #84 (jasonkeene)
- Add remove reason signal to OnRemove callback #80 (jshufro)