Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: allegro/bigcache

Tags

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump toolmantim/release-drafter from 5.21.0 to 5.21.1 (#344)

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
test: convert the example in issue #300 into a test case (#302)

v3.0.1

Toggle v3.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
janisz Tomasz Janiszewski
v3.0.1

- Fix: panic runtime error: index out of range [7] with length 0 @blackbeans (#288)
- Fix error where config.Shards = 0 causes "index out of range" @KarlAustin (#280)
- Update example from v2 to v3 @cristaloleg (#278)
- Update Go to 1.16 @janisz (#271)
- Update readme to version 3 @mhrlife (#268)

untagged-707e06d85d5b7dcf80ab

Toggle untagged-707e06d85d5b7dcf80ab's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: panic runtime error: index out of range [7] with length 0 (#288)

v3.0.0

Toggle v3.0.0's commit message
adding tag for v3.

Signed-off-by: Mike Lloyd <[email protected]>

v2.2.5

Toggle v2.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix a bug that obscures the byte queue when it is full and is extended (

#251)

* Fix a bug that obscures the byte queue when it is full and need to re allocate

* Fix a bug that add artificial entry that is to short to have a valid header

* Fix size check for larger minimum header size

Co-authored-by: Fabian Gärtner <[email protected]>

v2.2.4

Toggle v2.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix in initial capacity allocation (#237)

v2.2.3

Toggle v2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes race in getKeyMetadata accessor, when called from KeyMetadata (#…

…233)

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(init): initialShardSize ignored HardMaxCacheSize, and so the init…

…ial size can exceed the limit (#228)

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
give a way to access the stale cache (#216)

* Go defaults to "0"" so in case we want to return
EntryStatus back to the caller "Expired" cannot be differentiated.
Fixing this by default "_" to 0 and incremental RemoveReasons

comment was missing for GetWithInfo api so updated that

test: ran all unit test cases
Change-Id: Ic3e2259630668af0d4b5110125f2d8e43b83081b

* give a way to access the stale cache

Co-authored-by: Jay Gheewala <[email protected]>