Releases: wildfly-extras/wildfly-graphql-feature-pack
Releases · wildfly-extras/wildfly-graphql-feature-pack
2.5.0.Final
- 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
- Contains the fix for #177
2.4.0.Final
- SmallRye GraphQL 2.9
- Based on WildFly 33; tested also on 32, 31, 30
2.3.0.Final
- Based on WildFly 31
- SmallRye GraphQL 2.8.0
2.2.0.Final
- SmallRye GraphQL 2.5
- WildFly Glow integration
2.1.0.Final
- SmallRye GraphQL 2.2.0
- Works (only) with WildFly 28
2.0.0.Final
Jakarta! WildFly 27 (only) supported with this version.
1.8.0.Final
- SmallRye GraphQL 1.7.0 included
1.7.0.Final
- SmallRye GraphQL 1.5.0
- Drops support for Java 8. Now we support 11+ (tested up to 17)
1.6.0.Final
- Support for WildFly 26
- SmallRye GraphQL 1.4.3
- Client and server both support
graphql-ws
andgraphql-transport-ws
subprotocols for websocket traffic, instead of the old dummy subprotocol