Skip to content

3.7.0

Choose a tag to compare

@release-drafter release-drafter released this 09 Dec 05:06
aa0f6cb

Notes

With the changes in #960 we now depend on the federation-jvm library. This library is only published to jcenter currently, which means that any users of graphql-kotlin must have setup jcenter as a repository in either their Maven or Gradle build.

We will look into possible including this dependency directly in the library for a next release so this is not a requirement, but in the meantime please update your build configurations.

Minor Changes

  • [3.x.x] Fix some federated tracing issues (#963) @smyrick
  • [3.x.x] Add federation context and tracing support (#960) @smyrick

Non-version Changes

  • [3.x.x/docs] fixing documentation on adding types to generator (#961) @dariuszkuc