Skip to content

v2.4.5

Compare
Choose a tag to compare
@martinbonnin martinbonnin released this 18 Nov 11:32
· 2294 commits to main since this release

Version 2.4.5 is a minor release with Gradle plugin improvements for manipulating schemas as well as a few other bugfixes.

convertApolloSchema

You can now convert your schema from Json to SDL and vice-versa:

./gradlew convertApolloSchema --from schema.json --to schema.sdl

pushApolloSchema

You can now push a schema to your Apollo Studio registry:

./gradlew uploadApolloSchema --key $key --graph $graph --schema schema.sdl

Full Changelog

✨ New

[Gradle Plugin] add ./gradlew convertApolloSchema --from schema.json --to schema.sdl (#2757)
[Gradle plugin] Add pushApolloSchema (#2737)
[Publishing] add version and a few other attributes to the jar Manifest (#2736)
[Runtime] Introduce custom error class for better error handling (#2751)

👷‍ Fixes

[Codegen] Fix capitalized field names in input objects (#2746)