Skip to content

9.0.0

Compare
Choose a tag to compare
@oliemansm oliemansm released this 28 Nov 20:07
· 598 commits to master since this release

The library received a major refactoring to allow part to be usable in other projects, such as in combination with spring-webflux. It could be import statements have to be updated because of this. Although most of it is internal, which means most people should not be affected by this.

Changes

  • Add Content-Length HTTP header for non-stream JSON responses #213
  • Subscription not working when executing app within external webserver (e.g. OpenLiberty) #209
  • @defer support #133
  • Make AbstractGraphQLHttpServlet to be more customisable #194
  • Keep alive messages are stopped onComplete bug #196
  • Made ApolloSubscriptionProtocolHandler more pluggable #197
  • onError not called for POST requests #201
  • Question: AbstractGraphQLHttpServlet init() called on get and post requests bug #212