Skip to content

Latest commit

 

History

History
76 lines (45 loc) · 3.9 KB

CHANGELOG.md

File metadata and controls

76 lines (45 loc) · 3.9 KB

v0.5.3

(unreleased)

Fixes

  • Generate fixture YAML files on rails g artemis:query queryName (#78)
  • Address warnings from Ruby 2.7 (408adcb3)
  • Avoid crashing when config/graphql.yml does not exist (@dlackty, #76)

released at 2019-07-26 03:21:43 UTC

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)

released at 2019-07-01 14:25:35 UTC

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)

released at 2019-06-02 22:01:57 UTC

Features

  • Add support for Rails 6.0, 4.1, and 4.0
  • 6701b54, #62: Allow to dynamically call the operation (@JanStevens)

Fixes

  • #67: Fix the wrong test version constraints in Appraisals (@daemonsy)
  • #60: Fix an issue where not all adapters send required HTTP headers

released at 2019-01-30 03:42:14 UTC

Features

  • 48d052e: Add an easy way to set up Rspec integration
  • 0f7cd12: Make Artemis' Railtie configurable
  • 6bd15e2: Add the ability to use ERB in test fixtures
  • #49: Expose the TestAdapter as a public API

Bug fixes

  • b7ad4a4: Require graphl >= 1.8 to fix a bug in the generator
  • #48: Do not transform keys of query variables (@erikdstock)
  • #47: Fixes an issue where errors thrown from config/graphql.yml get swallowed

released at 2018-10-30 02:09:59 UTC

Features

  • #43: Keep persistent connections open for 30 minutes
  • #42: Allow for setting up the test adapter without url
  • #41: Add a mutation generator
  • #40: Add a query generator
  • #39: Installer now adds a new service if config/graphql.yml is present

released at 2018-10-16 20:57:51 UTC

First release of Artemis! 🎉