Skip to content

v0.11.0

Compare
Choose a tag to compare
@vektah vektah released this 17 Feb 05:00
· 1319 commits to master since this release

As we start to approach 1.0 we are going to be breaking a few interfaces to make sure things are right. There are a number of breaking changes in this release so please read https://gqlgen.com/recipes/migration-0.11/

Added

  • We now have basic Apollo Federation support. Thanks @marwan-at-work for the implementation and everyone thats been helping to test this. Docs - #851 - #885.
  • Resolver can now be regenerated as schema changes - Docs #993

Changed

  • The original handler plackage has been replaced by one that has been broken down into pluggable transports and middleware. Docs.
  • Updated gqlparser to v2.0.1 - #1027

Fixed

  • Bad code generated with nilable self marshalers - #970
  • Several codegen bugs around interface generation - #1009 #1020
  • Better error messages - #1007
  • Added inlcudeDeprecated for enums in introspection - #1028