Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@andimarek andimarek released this 21 Feb 06:33
· 4108 commits to master since this release

This is version 2.0.0 of graphql-java:

  • Beginning with this version (2.0.0) graphql-java follows Semantic Versioning
  • It is Java 1.6. compatible instead Java 1.7 (thanks @pt-achang)
  • There is a Batched Execution Strategy for better performance (thanks @cardinalraven)
  • GraphQLFloat was changed to return Java double values instead of Java float values in order to comply with the spec.
  • Smaller bugfixes, improvements and refactorings

Thanks a lot to all contributors, who created a PR/Issue!