Releases: smallrye/smallrye-graphql
Releases · smallrye/smallrye-graphql
1.0.23
- #669 Build against MicroProfile 1.0.4 (staging)
- #668 Upgrade to MP GraphQL 1.0.4-RC1, removed the override for default values
- #662 Up parent to version 26
- #655 Correct Uni Error handling for 1.0.x
- #651 Make sure we only append
Input
to type when we derive the classname… - #650 Input naming should only append Input if using the className to name the type.
1.0.22
- #643 Allowing
ToScalar
to pass in a method to use to deserialize. - #642 Add getInstance as a way to do mapping.
- #640 Fixing the default value when complex object
- #638 Upgrade graphiql to 1.4.0. Add support for request headers in graphiql
- #630 Update graphiql to the latest version
- #625 Backports
- #621 bugfix for #465 : backport to 1.0.x of #620
- #590 Batch: CompletionException can not be unpacked
1.0.21
- #617 Upgrade Mutiny and Wildfly versions
- #612 #465: client: backport deeply nested params
- #609 Bump version.smallrye-context-propagation from 1.0.20 to 1.1.0 (1.0.x)
- #602 Make sure the batch loader is not cached between requests.
- #592 Batched queries are always cached by underlying implementation
- #587 NoClassDefFoundError in DefaultDataFetcher
- #584 Bump antlr4-runtime from 4.8 to 4.9.1
- #580 Schema generation patch for interface inheritance
- #579 Schema build for Interface inheritance sets wrong parent interface
- #576 Bump version.smallrye-mutiny from 0.11.0 to 0.12.5
1.1.0
- #601 Update to OpenTracing 0.33
- #600 Refactor TCK to use Jetty
- #599 Bump mockito-junit-jupiter from 3.7.0 to 3.7.7
- #598 Bump download-maven-plugin from 1.6.0 to 1.6.1
- #597 Bump version.smallrye-mutiny from 0.12.5 to 0.13.0
- #596 Bump resteasy-client from 4.5.8.Final to 4.6.0.Final
- #594 Bump weld-junit5 from 2.0.1.Final to 2.0.2.Final
- #591 Bump smallrye-config from 2.0.1 to 2.0.2
1.1.0-RC1
1.0.20
1.0.19
1.0.18
1.0.17
- #542 Fix when variable is a complex Scalar (Integer)
- #541 Fix exception unwrapping to be recursive.
- #540 Upgrade to graphql 16.1
- #539 #316: add power annotations with power-jandex-maven-plugin
- #538 Moved all Generics tests from the Model to the TCK
- #537 Bump mockito-junit-jupiter from 3.6.0 to 3.6.28
- #535 More resilient error handling in GQL client
- #528
Integer
parameter - #527 Update to graphql-java 16.1
- #515 CompletableFuture with Wrapped GraphQLException does not show message to client
1.0.16
- #533 Allow users to add to the building of GraphQL via events
- #532 Using FederatedTracingInstrumentation on Quarkus / Smallrye environment
- #531 Fix the classloading issue in the maven plugin
- #530 Changed to use InheritableThreadLocal
- #529 Allow Context to be used as method parameter.
- #526 Added unwrapping of
java.util.concurrent.CompletionException
- #523 Added Uni
- #520 Big refactor to move logic from model to runtime (so that we can plug…
- #515 CompletableFuture with Wrapped GraphQLException does not show message to client
- #513 add proper
toString
toGraphQlClientException
- #512 Added test for interface problem reported in #281 comments and patched
- #467 Make it possible to specify io.smallrye.graphql.api.Context as a query method parameter