Skip to content

Tags: naughtygopher/pocache

Tags

v0.3.2

Toggle v0.3.2's commit message
[patch] adjusting go version to 1.22 to follow EOL Support https://en…

…doflife.date/go (#14)

v0.3.1

Toggle v0.3.1's commit message
[patch] initiate update for keys which are expired when servestale is…

… enabled

v0.3.0

Toggle v0.3.0's commit message
[minor] added panic recovery (#12)

[-] added tests to cover more scenarios
[-] updated README

v0.2.7

Toggle v0.2.7's commit message
[patch] exported Payload field (#11)

[-] if Payload's fields are not exported, then implementing an external store would be impossible
    as it cannot be serialized/deserialized with unexported fields.

v0.2.6

Toggle v0.2.6's commit message
[patch] added methods to Payload to make the underlying values availa…

…ble in custom store implementation (#10)

[-] defining extendable types in a single place with comments

v0.2.5

Toggle v0.2.5's commit message
[patch] export updater & store types

[patch] delete update inprogress key even if update fails
[patch] assign the err watcher from config to cache
[patch] added tests to cover more scenarios, debounce, err watcher

v0.2.4

Toggle v0.2.4's commit message
[patch] delete update inprogress key even if update fails

[patch] assign the err watcher from config to cache
[patch] added tests to cover more scenarios, debounce, err watcher
[-] updated README

v0.2.1

Toggle v0.2.1's commit message
[-] fixed typo in package name

v0.2.0

Toggle v0.2.0's commit message
[minor] The underlying storage is now customizable

[-] Renamed package to pocache
[-] Updated README for clarity and more information

v0.1.0

Toggle v0.1.0's commit message
[minor] first release of incache with minimal features