Skip to content

Tags: go-gorm/caches

Tags

v4.0.5

Toggle v4.0.5's commit message
HOTFIX: Remove the eased task from the easer queue upon finishing

v4.0.4

Toggle v4.0.4's commit message
Detach the results of the eased queries

v4.0.3

Toggle v4.0.3's commit message
Resolved race condition issue caused by json.Unmarshal

v4.0.2

Toggle v4.0.2's commit message
Fixed typo

v4.0.1

Toggle v4.0.1's commit message
Resolve a suspicious race condition when doing Unmarshal on the Query…

… struct

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implemented cache invalidation mechanism (#11)

* Implemented cache invalidation handling, added a new required method in Cacher interface

* Implemented valueToString function used to generate the query identifier taking into account pointer-case query args (#13)

Co-authored-by: dennis-dko <119768938+dennis-dko@users.noreply.github.com>

* renamed queryType constants, added tests for Caches.getMutator

Co-authored-by: dennis-dko <119768938+dennis-dko@users.noreply.github.com>

---------

Co-authored-by: dennis-dko <119768938+dennis-dko@users.noreply.github.com>

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implemented query marshalling to help with remote caching (#7)

* Implemented query marshalling to help with remote caching

* Improved query marshalling, and prepared version 3 as API has changed

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: invalid version: module contains a go.mod file, so module path m…

…ust match major version (#4)

Co-authored-by: liufei11 <liufei11@wps.cn>

v1.0.1

Toggle v1.0.1's commit message
Created default LICENSE

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release version 1.0.0 of the plugin (#1)

* [prepare-release] Implemented easer & cacher functionality, and covered with tests

* [prepare-release] Implemented and set in use the SetPointedValue instead of full reflection