Skip to content

Releases: smallrye/smallrye-graphql

1.2.0.Beta1

11 May 13:25
Compare
Choose a tag to compare
1.2.0.Beta1 Pre-release
Pre-release
  • #787 Release 1.2.0.Beta1

1.2.0.Alpha2

29 Apr 08:28
Compare
Choose a tag to compare
1.2.0.Alpha2 Pre-release
Pre-release
[maven-release-plugin] copy for tag 1.2.0.Alpha2

1.2.0.Alpha1

06 Apr 13:22
Compare
Choose a tag to compare
1.2.0.Alpha1 Pre-release
Pre-release
  • #733 Release 1.2.0.Alpha1

1.1.2

25 Mar 10:58
Compare
Choose a tag to compare
  • #696 Fix broken context propagation in certain cases
  • #691 Add support for java.time.Instant
  • #688 Allow running with Micrometer metrics
  • #687 Bump smallrye-common-annotation from 1.5.0 to 1.6.0
  • #682 fix #624: typesafe client: @Name annotation on methods, too

1.0.26

19 Mar 12:53
Compare
Choose a tag to compare
  • #697 Make json dependency provided

1.0.25

19 Mar 10:20
Compare
Choose a tag to compare
  • #694 Fix broken context propagation in certain cases
  • #690 Bump smallrye-common-annotation from 1.5.0 to 1.6.0 (1.0.x)
  • #689 Add support for java.time.Instant (1.0.x)
  • #666 Regression: type Instant not found in schema
  • #663 io.smallrye.graphql.api.Context is not updated with new queries

1.1.1

17 Mar 13:17
Compare
Choose a tag to compare
  • #681 fix #623: typesafe client: NPE when a response has no extensions
  • #678 Bump antlr4-runtime from 4.9.1 to 4.9.2
  • #677 Remove unused WildFly specific hack
  • #676 Bump microprofile-context-propagation-api from 1.1 to 1.2
  • #665 fix #664: json array list assert
  • #664 Typesafe Client: clarify assert that a Collection is a List
  • #660 fix #634: don't reuse rest client & more
  • #659 fix #654
  • #654 Issue with GraphQLClientApi Mutation
  • #653 Correct reactive error handling in UniDataFetcher
  • #652 Make sure we only append Input to type when we derive the classname… (master)
  • #647 Bump smallrye-metrics from 3.0.1 to 3.0.2
  • #644 Allowing ToScalar to pass in a method to use to deserialize. (master)
  • #641 Fixing the default value when complex object (master)
  • #639 Upgrade graphiql to 1.4.0. Add support for request headers in graphiql (master)
  • #637 Bump smallrye-config from 2.0.2 to 2.1.0
  • #634 Typesafe Client: don't reuse RestClient instance and close when closeable
  • #631 Update graphiql to the latest version (master)
  • #626 Upgrade graphql-java to 16.2
  • #623 NPE in Typesafe Client when there are no Extenstions in an error
  • #620 bugfix for #465
  • #619 Batch exception fix when unwrapping exception
  • #615 588 fix resolving field mixins
  • #614 Bump jandex from 2.2.2.Final to 2.2.3.Final
  • #613 Bump assertj-core from 3.18.1 to 3.19.0
  • #610 #465: client: deeply nested parameters
  • #608 Make sure the batch loader is not cached between requests (1.1.x)
  • #604 Bump version.smallrye-context-propagation from 1.0.20 to 1.1.0

1.0.24

09 Mar 20:32
Compare
Choose a tag to compare
  • #674 Build against MP 1.1

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