Skip to content

Releases: go-gorm/caches

Fixed Easer task removal from queue upon finished execution

25 Apr 11:36
Compare
Choose a tag to compare
v4.0.5

HOTFIX: Remove the eased task from the easer queue upon finishing

Version 4.0.4

21 Mar 20:10
Compare
Choose a tag to compare

Full Changelog: v4.0.0...v4.0.4

Version 4.0.3

21 Mar 19:29
Compare
Choose a tag to compare
Version 4.0.3 Pre-release
Pre-release

Full Changelog: v4.0.0...v4.0.3

Version 4.0.2

21 Mar 17:38
Compare
Choose a tag to compare
Version 4.0.2 Pre-release
Pre-release

Full Changelog: v4.0.0...v4.0.2

Version 4.0.1

21 Mar 16:59
Compare
Choose a tag to compare
Version 4.0.1 Pre-release
Pre-release

Full Changelog: v4.0.0...v4.0.1

Resolved a suspicious race condition upon Unmarshal on Query struct

Version 4

22 Feb 14:25
1b3e58f
Compare
Choose a tag to compare

What's Changed

Version 3

17 Jan 14:54
3ad6e81
Compare
Choose a tag to compare

What's Changed

  • Implemented query marshalling to help with remote caching by @ktsivkov in #7

Full Changelog: v2.0.1...v3.0.0

Handle caching and easing of the rows affected value used for .Count()

07 Aug 08:36
c9da62d
Compare
Choose a tag to compare

What's Changed

  • Handle caching and easing of the rows affected value used for .Count() by @ktsivkov in #3
  • fix: invalid version: module contains a go.mod file, so module path … by @meixiaofei in #4

New Contributors

Full Changelog: v1.0.1...v2.0.1

v1.0.1 - Added an MIT license

18 Apr 11:12
Compare
Choose a tag to compare

Added an MIT license

v1.0.0

18 Apr 09:37
a3c35d2
Compare
Choose a tag to compare
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