Skip to content

Releases: yuki24/artemis

v1.1.0

16 Aug 05:38
Compare
Choose a tag to compare

⭐️ New Features

  • Add support for Ruby 3.3. (e057567)

v1.0.2

02 May 02:41
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fixes a bug where abstract client classes are not loaded correctly (#93, 494d30b)

v1.0.1

02 May 02:40
Compare
Choose a tag to compare

Yanked due to inconsistent commit history.

v1.0.0

05 Feb 06:16
Compare
Choose a tag to compare

🚨 Breaking Changes

  • Drop support for Ruby 2.6. For those of you looking to use Artemis on Ruby 2.6, please use the artemis version 0.9.0 and the graphql-client version 0.17.0. (#90)

⭐️ New Features

  • Add support for Ruby 3.3. (#91)
  • Add support for the latest versions of the graphql gem. (#92)

🐞 Bug Fixes

  • No bug fixes.

v0.9.0

18 Sep 01:08
Compare
Choose a tag to compare

New Features

  • Rails 7.1.0.beta1 is now officially supported (f25ba29)

Fixes

  • Fixes an issue where graphql gem 2.1.0 may not work with graphql-client (b144ee2)

v0.8.0

05 Jan 05:29
Compare
Choose a tag to compare

New Features

  • Ruby 3.2 is now officially supported

v0.7.0

05 Mar 08:24
Compare
Choose a tag to compare

Features

  • Add support for Ruby 3.1 and Rails 7.0
  • Add support for the Multiplex query
  • Do not allow the usage of the multi_domain adapter to be nested (9b7b520)
  • Do not require fragment files to end with _fragment.graphql (3c6c0fa)
  • Allow for overriding the namespace used for resolving graphql file paths (bd18762)

v0.6.0

03 Sep 04:17
Compare
Choose a tag to compare

Features

  • Add support for Ruby 3.0 and Rails 6.0, 6.1
  • Add the multi domain adapter (744b8ea)

Fixes

  • Address warnings from Ruby 2.7 (408adcb)
  • Avoid crashing when config/graphql.yml does not exist (@dlackty, #76)

v0.5.2

26 Jul 03:21
Compare
Choose a tag to compare

Fixes

  • Fixes an issue where fixtures can not be looked up properly when the client has two or more words in its name (@JanStevens, issue: #72, PR: #73)

v0.5.1

01 Jul 14:25
Compare
Choose a tag to compare

Fixes

  • Fixes an issue where callbacks are shared across all clients (@JanStevens, issue: #69, PR: #70)
  • Fixes an issue where fixtures with the same name cause a conflict (@JanStevens, Issue: #68, commit: e1f57f4)