Skip to content

Releases: wildfly-extras/wildfly-graphql-feature-pack

1.4.2.Final

26 Oct 06:06
Compare
Choose a tag to compare
  • Build now runs against WildFly 25
  • SmallRye GraphQL 1.3.5

1.4.1.Final

08 Sep 10:29
Compare
Choose a tag to compare

Changes:

  • Updated to SmallRye GraphQL 1.3.2

1.4.0.Final

04 Aug 10:50
Compare
Choose a tag to compare
  • Builds against WildFly 24 now
  • SmallRye GraphQL 1.3.0
  • Merging of JAX-RS and Vert.x based client implementation modules into one

1.3.0.Final

14 Jun 08:29
Compare
Choose a tag to compare

Features:

  • SmallRye GraphQL 1.2.5
  • GraphQL Subscriptions
  • Typesafe and dynamic clients (only dynamic supports subscriptions now)
  • Tested with WildFly 23 and 24.Beta1

1.2.0.Final

15 Mar 15:26
Compare
Choose a tag to compare
  • Supports WildFly 23
  • SmallRye GraphQL 1.1.0
  • MicroProfile 4.0 alignment

1.1.0.Final

04 Jan 10:28
Compare
Choose a tag to compare

1.1.0 contains basic support for SmallRye Mutiny (the Uni type for now) and brings in SmallRye Context Propagation, which is a prerequisite to get Mutiny working properly.

Supported WildFly versions are 20 and 21. WildFly 22 is not supported right now because it contains breaking changes related to the move of MicroProfile APIs from the core feature pack into a separate pack. The GraphQL feature pack will align with these changes in a future version.

1.0.0.Final

26 Nov 12:52
Compare
Choose a tag to compare
Prepare release 1.0.0.Final

1.0.0.Beta2

08 Oct 09:06
Compare
Choose a tag to compare
1.0.0.Beta2 Pre-release
Pre-release

Notable changes in 1.0.0.Beta2:

  • Upgraded SmallRye GraphQL from 1.0.7 to 1.0.12. For more details what changed between these releases, refer to the SmallRye GraphQL releases page
  • Introduced static modules for the GraphQL typesafe client, so in-container client applications can simply declare a dependency on the io.smallrye.graphql.client module and don't have to bundle all the client libraries within themselves
  • Changed the quickstart Arquillian test to show how to use the bundled GraphQL typesafe client