Hey everyone,
I recently released GraphQL-Ruby 1.13.0, so I thought I'd share a little update. Here are the biggest changes in this release:
Also, a few updates in other projects:
The JavaScript library,
graphql-ruby-client, now supports Apollo Codegen JSON output and
@client fields when
syncing operations to the Operation Store. See all the other fixes and improvements in its
CHANGELOG.
In
GraphQL-Pro:
- The OperationStore got big performance updates, better supporting large schemas and large projects
- @defer has been upgraded to work with fragments. (Relay.js seems to support this, although it's hardly present in the documentation.)
- Lots of improvements to the stable connections for ActiveRecord to handle more SQL and ActiveRecord options.
- Many other fixes improvements, details in the CHANGELOG.
Finally ... heads up! I'm hoping that 1.13 is the last release in the 1.x series. I'm planning to remove lots of deprecated behavior in GraphQL-Ruby 2.0 (you can take a look in the
planning issue). If you run into any trouble upgrading, please
open an issue on GitHub so we can sort it out!
Best,
Robert