Skip to content

Latest commit

 

History

History
136 lines (77 loc) · 6.03 KB

CHANGELOG.md

File metadata and controls

136 lines (77 loc) · 6.03 KB

Change log

1.8.2 (2024-09-06)

1.8.1 (2024-06-01)

1.8.0 (2024-03-31)

1.7.0 (2023-02-02)

  • PR#62 Fix double hashing of keys in case of redis_with_local_cache_store adapter (@mpospelov)
  • PR#62 Drop tracers= implementation as it's no longer valid (@mpospelov)

1.6.1 (2022-11-17)

1.6.0 (2022-10-10)

  • PR#57 Refactor code to use instrumentation instead of a monkey patch, deprecate graphql-ruby 1.10 and 1.11 (@DmitryTsepelev)

1.5.1 (2022-09-28)

1.5.0 (2022-02-10)

1.4.0 (2022-01-28)

1.3.0 (2021-10-19)

1.2.4 (2021-06-07)

  • PR#50 Support empty redis_client arg on redis with locale cache (@louim)

1.2.3 (2021-05-14)

  • PR#49 Allow nil redis_client with ENV["REDIS_URL"] (@louim)

1.2.2 (2021-04-21)

1.2.1 (2021-03-07)

1.2.0 (2021-02-24)

1.1.1 (2020-12-03)

1.1.0 (2020-11-16)

1.0.2 (2020-06-29)

1.0.1 (2020-06-25)

  • PR#34 Return GraphQL::Query::Result when raise error (@ogidow)

🥳 1.0.0 (2020-03-31)

0.5.1 (2020-03-18)

0.5.0 (2020-03-12)

  • PR#29 Instrumentation via graphql-ruby's tracer feature (@bmorton)

0.4.0 (2020-02-26)

0.3.0 (2020-02-21)

0.2.0 (2020-02-11)

  • PR#17 Allow an optional custom error handler so that implementors can control failure scenarios when query resolution fails (@bmorton)

0.1.3 (2020-01-30)

  • PR#15 Allow optional custom expiration and namespace for Redis store (@bmorton)

0.1.2 (2020-01-29)

0.1.1 (2019-10-24)

  • PR#7 Improved Redis configuration – added Proc and ConnectionPool support (@DmitryTsepelev)

0.1.0 (2019-10-21)