All Versions
20
Latest Version
Avg Release Cycle
60 days
Latest Release
1269 days ago

Changelog History
Page 2

  • v2.1.4 Changes

    November 30, 2019

    ๐Ÿ”„ Changes

    ๐Ÿฑ ๐Ÿš€ Features

  • v2.1.3 Changes

    October 05, 2019

    ๐Ÿ”„ Changes

    ๐Ÿฑ ๐Ÿš€ Features

    • ๐Ÿ”Š Automating changelogs via Github Actions @gnomeria (#178)
  • v2.1.2

    August 30, 2019
  • v2.1.1

    August 29, 2019
  • v2.1

    August 28, 2019
  • v2.0.0 Changes

    June 18, 2019

    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)
  • v1.2.1

    June 18, 2019
  • v1.2.0 Changes

    February 10, 2019

    v1.2.0 (2019-01-16)

    Full Changelog

    Implemented enhancements:

    ๐Ÿ›  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)
  • v1.1.0 Changes

    March 27, 2018

    v1.1.0 (2018-03-27)

    Full Changelog

    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:

  • v1.0.0 Changes

    September 25, 2017

    Implemented enhancements:

    • ๐Ÿ”‹ Feature Request: support to clean expired entries #41 (flisky)
    • ๐Ÿ‘Œ Improve fnv64a hashing algorithm by remove all allocations #19 (mateuszdyminski)

    ๐Ÿ›  Fixed bugs:

    • Hard max cache size exceeded #18
    • Entries indexes stay unchanged after additional memory allocation #8 (druminski)

    Closed issues:

    • โšก๏ธ Item is not getting updated #39
    • โฑ Eviction not perform after timeout #31
    • โšก๏ธ Old entries (un-updated) values stored in the byte queue #30
    • Push emptyBlobLen inside the allocateAdditionalMemory() function #29
    • ARC cache ? #28
    • Redis #27
    • Clear Cache #23
    • What is the purpose of "entries queue.BytesQueue" #21
    • Event handlers for evict? #14
    • โž• Add per entry expiration #13
    • โž• Add memory allocation hard limit #4

    ๐Ÿ”€ Merged pull requests: