Skip to content

Releases: smallrye/smallrye-graphql

1.2.1

19 May 07:41
Compare
Choose a tag to compare
  • #804 Bump version.jetty from 9.4.35.v20201120 to 9.4.41.v20210516
  • #802 Small update to GraphiQL to complete the RX stream when the socket cl…
  • #801 Added better error handling for Subscriptions (Multi and Publisher)
  • #800 Unwrap document from Context
  • #799 Fix output format for subscriptions; add a test
  • #798 Bump junit-jupiter from 5.7.1 to 5.7.2
  • #795 Bump smallrye-config from 2.2.0 to 2.3.0
  • #794 Bump mockito-junit-jupiter from 3.9.0 to 3.10.0
  • #793 Bump micrometer-core from 1.6.7 to 1.7.0

1.2.0

12 May 14:46
Compare
Choose a tag to compare
  • #791 Hide our error extensions fields by default
  • #789 Bump micrometer-core from 1.6.6 to 1.6.7
  • #786 Bump version.smallrye-mutiny from 0.16.0 to 0.17.0
  • #785 Upgraded Mutiny to 0.16.0
  • #784 Build json 'by hand'
  • #783 Fix/Refactor CollectionCreator
  • #782 Caching the transformer (For Number and Date)
  • #780 Hotfix for #713 - …
  • #777 Initial support for subscriptions
  • #775 Add support for graphql extensions
  • #774 Fix some typos
  • #771 Private getters are exposed unless @ignore
  • #769 Dynamic client documentation
  • #763 Upgrade to GitHub-native Dependabot
  • #761 Unify configuration of clients
  • #760 Adjust client documentation
  • #759 Bump version.smallrye-context-propagation from 1.1.0 to 1.2.0
  • #758 Renaming for better consistency
  • #757 Bump maven-plugin-plugin from 3.6.0 to 3.6.1
  • #756 Bump maven-plugin-annotations from 3.6.0 to 3.6.1
  • #750 Unify configuration of clients
  • #749 Injectable dynamic clients
  • #748 Bump graphiql from 1.4.0 to 1.4.1
  • #747 #627: change @Multiple target from METHOD to TYPE
  • #742 Bump micrometer-core from 1.6.5 to 1.6.6
  • #741 Move typesafe client tests to tck
  • #739 Verify at bootstrap that all operations' classes are injectable
  • #738 Bump mockito-junit-jupiter from 3.8.0 to 3.9.0
  • #737 Update SmallRye Config to 2.2.0
  • #736 Enable usage of @JsonbCreator
  • #732 Allow �@Query on POJO-methods, refs #704
  • #729 Fix #728: Use WeakHashMap to prevent memory leaks
  • #726 update typesafe client doc
  • #723 Bump maven.version from 3.6.3 to 3.8.1
  • #722 #611: typesafe client: aliases
  • #721 #628: custom directives on types
  • #719 Fix #700, fix #701
  • #716 Bump vertx-web-client from 4.0.2 to 4.0.3
  • #715 Fix #702 correctly identify get/setters…
  • #713 Duplicate selectedFields/ fields when using @context?
  • #712 Bump smallrye-metrics from 3.0.2 to 3.0.3
  • #711 Bump react.version from 17.0.1 to 17.0.2
  • #699 fix #627: typesafe client: multi query
  • #611 Typesafe Client: support for aliases
  • #490 Add support for subscriptions

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