Skip to content

Releases: athal7/thermos

v1.0.2

19 Jan 20:31
5534502
Compare
Choose a tag to compare

What's Changed

  • Add support for Ruby 3.3
  • Drop support for Ruby 2.7
  • Add support for Rails 7.1

Full Changelog: v1.0.1...v1.0.2

v1.0.1

27 Jan 12:34
e337a8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

10 Jan 14:04
9ad5623
Compare
Choose a tag to compare

What's Changed

  • Support Ruby 3.x and Rails 7.x by @athal7 in #46
  • Deprecate support for Ruby 2.5, Ruby 2.6, Rails 5

Full Changelog: v0.6.0...v1.0.0

Allow jobs to be executed on a non-default queue

04 Mar 18:39
e6349b7
Compare
Choose a tag to compare

What's Changed

  • Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #40
  • Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #41
  • Bump actions/checkout from 2.4.0 to 3 by @dependabot in #42
  • Standardize code formatting, add CI check by @athal7 in #44
  • Allow jobs to be executed on a non-default queue by @athal7 in #43

Full Changelog: v0.5.2...v0.6.0

Allowing filtering on the primary model when a dependency has changed

27 Sep 18:24
5e58c70
Compare
Choose a tag to compare

What’s Changed

  • Allowing filtering on the primary model when a dependency has changed (#39) @praveenram

Avoid rebuilding cache when the primary model has been destroyed

24 Sep 17:24
38b008e
Compare
Choose a tag to compare

What’s Changed

  • Avoid rebuilding cache when the primary model has been destroyed (#38) @praveenram

Allow for indirect dependencies

22 Jul 12:58
593ff81
Compare
Choose a tag to compare

What’s Changed

0.4.1

22 Jul 12:56
755a19d
Compare
Choose a tag to compare

What’s Changed

Allow filtering

07 Dec 16:19
8e948b3
Compare
Choose a tag to compare

Allow for logic to govern whether a beverage gets refilled. Can be
useful for saving execution cost and cache space when a model is
unlikely to be queried.

This can be useful when utilizing a cache store that has an eviction
policy, to prevent legacy records that happen to have been updated from
causing a more relevant record to be evicted.

Handle transaction rollbacks

30 Apr 15:08
Compare
Choose a tag to compare
  • Change hook to after commit. Fix #22 (#23)