BigCache v2.0.0 Release Notes

Release Date: 2019-06-18 // almost 5 years ago
  • Full Changelog

    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:

    • ๐Ÿ›  Fix data corruption (shard.go) #119 (holiman)