Releases: wildfly-extras/wildfly-graphql-feature-pack
Releases · wildfly-extras/wildfly-graphql-feature-pack
1.4.2.Final
- Build now runs against WildFly 25
- SmallRye GraphQL 1.3.5
1.4.1.Final
Changes:
- Updated to SmallRye GraphQL 1.3.2
1.4.0.Final
- 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
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
- Supports WildFly 23
- SmallRye GraphQL 1.1.0
- MicroProfile 4.0 alignment
1.1.0.Final
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
Prepare release 1.0.0.Final
1.0.0.Beta2
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