Skip to content

Latest commit

 

History

History
217 lines (123 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

217 lines (123 loc) · 10.1 KB

Change log

master

1.20.5 (2024-11-02)

  • PR#120 Fix warning on ActiveSupport::Cache.format_version (@Drowze)

1.20.4 (2024-10-05)

1.20.3 (2024-09-06)

1.20.2 (2024-06-01)

  • PR#115 Fix deprecation warning for cache_format_version in Rails 7.1 (@rince)

1.20.1 (2024-04-03)

1.20.0 (2024-03-02)

1.19.0 (2023-11-03)

1.18.2 (2023-02-21)

1.18.1 (2023-01-06)

1.18.0 (2022-12-28)

1.17.0 (2022-11-09)

1.16.0 (2022-11-06)

1.15.0 (2022-10-27)

  • PR#43 Implement skip_cache_when_query_has_errors option to skip caching when query was resolved with errors (@DmitryTsepelev)

1.14.0 (2022-10-26)

1.13.1 (2022-10-12)

1.13.0 (2022-09-12)

1.12.0 (2022-08-05)

1.11.0 (2022-02-26)

1.10.0 (2022-01-30)

1.9.1 (2021-11-28)

1.9.0 (2021-08-19)

1.8.0 (2021-05-13)

1.7.0 (2021-04-30)

1.6.0 (2021-03-13)

  • PR#54 Include arguments in selections_cache_key (@bbugh)

1.5.1 (2021-03-10)

1.5.0 (2021-02-20)

  • PR#50 Add object_cache_key to CacheKeyBuilder (@bbugh)

1.4.1 (2021-01-21)

1.4.0 (2020-12-03)

1.3.0 (2020-11-25)

1.2.0 (2020-10-26)

  • PR#37 Try to use cache_key_with_version or cache_key with Rails CacheKeyBuilder (@bbugh)

1.1.0 (2020-10-26)

1.0.5 (2020-10-13)

1.0.4 (2020-10-12)

1.0.3 (2020-08-31)

1.0.2 (2020-08-19)

  • PR#28 Support #keys method for GraphQL::FragmentCache::MemoryStore instance (@reabiliti)

1.0.1 (2020-06-17)

1.0.0 (2020-06-13)

  • PR#24 Add nil caching. BREAKING CHANGE: custom cache stores must also implement #exist?(key) method (@DmitryTsepelev)

0.1.7 (2020-06-02)

0.1.6 (2020-05-30)

0.1.5 (2020-04-28)

0.1.4 (2020-04-25)

0.1.3 (2020-04-24)

0.1.2 (2020-04-24)

0.1.1 (2020-04-15)

  • Fix using passed object as a cache key (@palkan)

0.1.0 (2020-04-14)