Skip to content

Releases: smallrye/smallrye-graphql

1.0.23

06 Mar 10:30
Compare
Choose a tag to compare
  • #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

22 Feb 20:32
Compare
Choose a tag to compare
  • #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

26 Jan 10:02
Compare
Choose a tag to compare
  • #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

19 Jan 12:51
Compare
Choose a tag to compare
  • #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

11 Dec 11:47
Compare
Choose a tag to compare
  • #572 version update to rebase for MP4
  • #569 316 power annotations scanner and tck
  • #568 Align with MicroProfile 4.0 dependencies

1.0.20

10 Dec 14:03
Compare
Choose a tag to compare
  • #565 Get ValidatorFactory from CDI
  • #564 #561: prepare update of mp config
  • #563 Added Test cases for JsonP usage
  • #562 Set the context in UniDataFetcher
  • #561 Bump smallrye-config from 1.9.3 to 1.10.0
  • #550 Support JsonP objects

1.0.19

07 Dec 12:39
Compare
Choose a tag to compare
  • #558 Refactor propagation of SmallRyeContext
  • #557 use the CP executor
  • #556 Uni support
  • #555 Leave the set of propagated context on default
  • #554 Adding Uni DataFetcher
  • #553 Initial Context propagation implementation
  • #552 Correct propagation of SmallRyeContext
  • #551 Update graphiql version

1.0.18

27 Nov 12:38
Compare
Choose a tag to compare
  • #548 fix #545: handle UUID scalars
  • #547 Fixed, and added test cases for Optional
  • #546 Optional is broken
  • #545 Graphql client handle UUID

1.0.17

25 Nov 12:12
Compare
Choose a tag to compare
  • #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

20 Nov 17:43
Compare
Choose a tag to compare
  • #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 to GraphQlClientException
  • #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