Releases: smallrye/smallrye-graphql
Releases · smallrye/smallrye-graphql
1.3.2
- #1019 Allow the runtime to add client configurations
- #1016 Client builders unnecessarily create new Vert.x instances
- #1011 Add some javadoc for the Error interface
- #1010 Improve ErrorImpl.toString()
- #1006 fix #1005: map JsonNumber to BigDecimal for Objects
- #1004 Bump jackson-core from 2.13.0-rc1 to 2.13.0-rc2
- #1003 Bump graphql-java from 17.1 to 17.2
- #1002 Bump smallrye-parent from 30 to 31
- #1001 Bump jackson-annotations from 2.13.0-rc1 to 2.13.0-rc2
- #1000 Bump mockito-junit-jupiter from 3.12.3 to 3.12.4
- #999 Bump jandex from 2.3.1.Final to 2.4.0.Final
- #998 Bump mockito-junit-jupiter from 3.12.2 to 3.12.3
- #995 Bump mockito-junit-jupiter from 3.11.2 to 3.12.2
- #991 Bump smallrye-config from 2.4.3 to 2.4.4
- #989 Ignore Empty Interfaces
- #988 Bump junit-jupiter-api from 5.8.0-M1 to 5.8.0-RC1
- #987 Bump junit-platform-suite-api from 1.8.0-M1 to 1.8.0-RC1
- #986 Bump junit-jupiter-params from 5.8.0-M1 to 5.8.0-RC1
- #985 Bump junit-platform-launcher from 1.8.0-M1 to 1.8.0-RC1
- #984 Bump junit-jupiter from 5.8.0-M1 to 5.8.0-RC1
- #983 Bump junit-platform-commons from 1.8.0-M1 to 1.8.0-RC1
- #982 Bump junit-platform-suite from 1.8.0-M1 to 1.8.0-RC1
- #981 Bump junit-platform-engine from 1.8.0-M1 to 1.8.0-RC1
- #980 Bump junit-jupiter-engine from 5.8.0-M1 to 5.8.0-RC1
- #979 Bump maven.version from 3.8.1 to 3.8.2
- #973 Bump jandex from 2.3.0.Final to 2.3.1.Final
- #972 Bump micrometer-core from 1.7.2 to 1.7.3
- #969 Upgrade graphql-java to 17.1
- #964 move MavenConfig to be a standalone facade
- #963 maven-plugin fails to execute since MavenConfig can't be loaded by the service loader
- #961 Bump smallrye-config from 2.4.2 to 2.4.3
- #956 Use a map for schemas inside SmallRyeContext to properly support mult…
- #954 Bump graphiql from 1.4.1 to 1.4.2
1.3.1
- #952 Updated graphql-java to v17
- #950 fix #946: prevent json-path-exception
- #948 Upgrade to graphql-java 17
- #947 Initial Jackson support
- #945 Fixed tests for SortedSet.
- #943 Changed MySortableType to be able to specify the used hash code.
- #942 Added tests for SortedSet.
- #941 Allow field type to be Serializable
- #939 Allow interfaces to be mapped as types or inputs
- #937 Make clients aware of date/number formatting annotations
- #936 Bump smallrye-parent from 29 to 30
- #935 mp.graphql.showErrorMessage - wildcard
- #934 Bump version.smallrye-mutiny from 0.19.2 to 1.0.0
- #933 Runner is not using config from TCK
- #932 Fragment support for dynamic clients
- #931 Bump version.smallrye-context-propagation from 1.2.0 to 1.2.1
- #927 Serializable are ignored for types
- #860 Add support for Jackson
- #855 Returning a SortedSet will return unsorted values
1.3.0
- #928 Changed config so that we can use SmallRye interceptors in build time…
- #924 Bump vertx-web-client from 4.1.1 to 4.1.2
- #920 Fix error parsing in dynamic client
- #919 Dynamic client does not parse errors from the server correctly
- #917 Fix tracing somewhat
- #916 Bump smallrye-opentracing from 2.0.0 to 2.0.1
- #915 Bump micrometer-core from 1.7.1 to 1.7.2
- #914 Migrate Typesafe client from JAX-RS client to Vert.x
- #913 Adding smallrye-graphQL-logVariables
- #912 Bump smallrye-config from 2.4.1 to 2.4.2
- #907 fix #906: handle null message
- #905 Bump resteasy-client from 4.6.2.Final to 4.7.0.Final
- #901 Bump smallrye-parent from 28 to 29
- #900 Bump version.smallrye-mutiny from 0.18.1 to 0.19.2
- #899 Bump version.jetty from 9.4.42.v20210604 to 9.4.43.v20210629
1.2.8
1.2.7
[maven-release-plugin] copy for tag 1.2.7
1.2.6
- #886 Very hacky fix for quarkus issue 18194 - using typesafe client with `…
- #883 emit descriptions for enum values using
@Description
-annotation - #879 Bump smallrye-config from 2.3.0 to 2.4.0
- #878 Bump version.smallrye-mutiny from 0.17.0 to 0.18.0
- #872 Bump micrometer-core from 1.7.0 to 1.7.1
- #870 #752: allow formatting of Instant return types; format Instant as ISO_INSTANT
- #865 Bump assertj-core from 3.20.1 to 3.20.2
- #864 Bump resteasy-client from 4.6.0.Final to 4.6.1.Final
- #863 Bump mockito-junit-jupiter from 3.11.1 to 3.11.2
- #862 Support for custom WebClientOptions in the dynamic client
- #858 Bump assertj-core from 3.20.0 to 3.20.1
- #857 Bump assertj-core from 3.19.0 to 3.20.0
- #853 Bump maven-dependency-plugin from 3.1.2 to 3.2.0
- #852 Bump mockito-junit-jupiter from 3.11.0 to 3.11.1
- #752 Allow defining of default transformation via config, maybe per (Java) type
1.2.5
- #849 Allow passing vars and operationName
- #848 Bump version.jetty from 9.4.41.v20210516 to 9.4.42.v20210604
- #847 Support for String-based queries in the dynamic client
- #845 Better exception when using an invalid type.
- #843 Reuse JsonReader from the typesafe client by the dynamic client
- #841 Bump MicroProfile version to 1.1.0
- #840 Bump mockito-junit-jupiter from 3.10.0 to 3.11.0
- #838 Subscription support for the dynamic client
- #837 Rename NamedClient to GraphQLClient
- #806 Allow using string-based queries in the dynamic client
1.2.4
1.2.3
- #819 Prevent NPE in SmallRyeContext.DocumentSupplier when queryCache not set
- #818 Use QueryCache when supplying Document from Context
- #817 Add source operations on interfaces
- #816 Fix #727
- #815 Add support for records as graphql types
- #814 #521: initial GraphQL Federation extension
- #797 fix #796: client impls depend on TCK, not the other way around