Skip to content

22.1

Latest
Compare
Choose a tag to compare
@dondonz dondonz released this 21 May 05:59
f93fdac

This is a bugfix release. There are no breaking changes in this release.

Key changes include:

  • Fix to add field fetching method #3571
  • Add validation rule for @deprecated on required arguments and input object fields #3591

Thanks to everyone who contributed to this release!

What's Changed

  • Update readme badge by @dondonz in #3568
  • Added a getBoolean onto GraphQLContext.java by @bbakerman in #3578
  • getBoolean returns a boolean not a Boolean by @bbakerman in #3581
  • Bump org.testng:testng from 7.10.1 to 7.10.2 by @dependabot in #3583
  • Bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14.14 by @dependabot in #3584
  • Bump net.bytebuddy:byte-buddy-agent from 1.14.13 to 1.14.14 by @dependabot in #3585
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 by @dependabot in #3587
  • Always include incremental props even if null by @gnawf in #3570
  • Bump net.bytebuddy:byte-buddy-agent from 1.14.14 to 1.14.15 by @dependabot in #3595
  • Bump net.bytebuddy:byte-buddy from 1.14.14 to 1.14.15 by @dependabot in #3596
  • Ready: Add @deprecated validation for input object fields, field arguments, directive arguments by @dondonz in #3591
  • Added field fetching method for Expedia by @bbakerman in #3571
  • Update GitHub actions ahead of release by @dondonz in #3600
  • Bump google-github-actions/auth from 2.1.2 to 2.1.3 by @dependabot in #3603
  • Bump org.eclipse.jetty:jetty-server from 11.0.20 to 11.0.21 by @dependabot in #3602
  • Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 by @dependabot in #3601
  • Add nullability annotations in DataFetchingEnvironment & sub-classes by @Salzian in #3582
  • Now does not overwrite a types default data fetcher unless its nonnull by @bbakerman in #3579
  • Add extend schema (AST print) to SchemaPrinter by @dondonz in #3471

New Contributors

Full Changelog: v22.0...v22.1