Skip to content

v0.6.5

Compare
Choose a tag to compare
@dariuszkuc dariuszkuc released this 25 May 14:29

Enhancements:

  • Split out the HTTPRequestHeaders interface into its own artifact federation-graphql-java-support-api. This allows third-party libraries to have their context implement this interface without pulling in all the dependencies of federation-graphql-java-support.
  • Allow providing a function to FederatedTracingInstrumentation.Options to decide whether to enable tracing based on the ExecutionInput and its context. This is useful if a third-party library does not wish to implement HTTPRequestHeaders.