Skip to content

7.5.0

Compare
Choose a tag to compare
@oliemansm oliemansm released this 22 May 20:55
· 695 commits to master since this release

Thanks to the contributors this release contains the following changes:

  • Update of the OSGi example project
  • Added an is not empty check for extensions
  • Override init() instead of init(ServletConfig) in AbstractGraphQLHttpServlet #175
  • Avoid explicitly injecting ObjectMapper #177
  • Provide ability to plug in pre-configured ObjectMapper #179
  • Simplified GraphQLSchemaProvider#copyReadOnly with support for CodeRegistry
  • Prevent second dispatch instrumentation when one already exists #188
  • Decreased log level of apollo subscription keep alive job from warn to debug
  • Explicitly handle the EOFException exception on websocket error by removing and closing the session