Releases: yuki24/artemis
Releases · yuki24/artemis
v1.1.0
v1.0.2
v1.0.1
v1.0.0
🚨 Breaking Changes
- Drop support for Ruby 2.6. For those of you looking to use Artemis on Ruby 2.6, please use the
artemis
version0.9.0
and thegraphql-client
version0.17.0
. (#90)
⭐️ New Features
🐞 Bug Fixes
- No bug fixes.
v0.9.0
v0.8.0
v0.7.0
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
v0.5.2
v0.5.1
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)