Skip to content

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

2.5.0.Final

10 Sep 06:48
Compare
Choose a tag to compare
  • Adds the GraphQL client subsystem as well, so client dependencies are automatically added when a @GraphQLClientApi annotation is found in the deployment
  • ClientModels bean is generated during boot and registered as an injectable CDI bean. When building a typesafe client using the builder, you can pass the ClientModels bean to it
  • Quickstart for GraphQL client
  • SmallRye GraphQL 2.10.0

2.4.1.Final

02 Sep 12:49
Compare
Choose a tag to compare
  • Contains the fix for #177

2.4.0.Final

06 Aug 09:51
Compare
Choose a tag to compare
  • SmallRye GraphQL 2.9
  • Based on WildFly 33; tested also on 32, 31, 30

2.3.0.Final

13 Mar 09:52
Compare
Choose a tag to compare
  • Based on WildFly 31
  • SmallRye GraphQL 2.8.0

2.2.0.Final

08 Nov 10:07
Compare
Choose a tag to compare
  • SmallRye GraphQL 2.5
  • WildFly Glow integration

2.1.0.Final

24 May 09:03
Compare
Choose a tag to compare
  • SmallRye GraphQL 2.2.0
  • Works (only) with WildFly 28

2.0.0.Final

29 Nov 11:24
Compare
Choose a tag to compare

Jakarta! WildFly 27 (only) supported with this version.

1.8.0.Final

31 Aug 12:12
Compare
Choose a tag to compare
  • SmallRye GraphQL 1.7.0 included

1.7.0.Final

12 May 08:37
Compare
Choose a tag to compare
  • SmallRye GraphQL 1.5.0
  • Drops support for Java 8. Now we support 11+ (tested up to 17)

1.6.0.Final

15 Feb 09:23
Compare
Choose a tag to compare
  • Support for WildFly 26
  • SmallRye GraphQL 1.4.3
  • Client and server both support graphql-ws and graphql-transport-ws subprotocols for websocket traffic, instead of the old dummy subprotocol