Skip to content

Releases: smallrye/smallrye-graphql

1.0.3

07 May 18:57
Compare
Choose a tag to compare
  • #242 Fix for #220
  • #241 Small ui fixes.
  • #240 Add duration and period scalars
  • #238 Add OpenTracing support to server
  • #235 New UI Module
  • #234 Remove and ignore generated .gradle dir
  • #233 Extract metric naming into a single class
  • #232 Restructure
  • #231 Create a UI module
  • #230 Up WF version. Move CDI stuff to CDI module (from Servlet), to be reu…
  • #220 Default value json
  • #217 Extract metric naming strategy into a manageable piece
  • #152 Restructure

1.0.2

05 May 07:26
Compare
Choose a tag to compare
  • #224 Rather use version from pom than from gradle.properties
  • #222 gradle.properties
  • #219 Fail immediately if an InputType's class does not have a public no-ar…
  • #218 Fixes for Spec update on formatting.
  • #213 Minor Fixes to ExecutionServlet
  • #211 Included options, refactoring, updated README's with instructions
  • #209 Improve metric integration test to verify a @source method too
  • #208 Some metrics changes
  • #207 Added two more options when including dependencies in the maven plugin
  • #206 Also include the jar files in the lib folder of the war when scanning
  • #205 Bump okhttp from 4.5.0 to 4.6.0
  • #204 [#187] Followup
  • #203 This fix issue #192.
  • #202 Added Gradle plugin
  • #201 Improve ExecutionServlet performance
  • #199 Refactor MetricsService to own interface
  • #198 Fix for maven plugin
  • #197 Fix #196, don't create collection from array but handle arrays directly
  • #196 Array of primitive scalar type not supported
  • #195 fix creating the output file
  • #194 Introduce the SmallRye GraphQL Maven Plugin
  • #193 [#187] First pass at QueryCache
  • #192 Mutation-only server not supported
  • #191 Maven plugin
  • #189 Perf: Avoid UUID random string by using a counter
  • #188 small bug in get/set
  • #187 Query cache
  • #186 Perf: Cache and re-use the Jsonb instance
  • #185 Make sure graphql-playground can work
  • #184 Remove dependency on SmallRye Metrics
  • #183 Bump microprofile-metrics-api from 2.3 to 2.3.1
  • #181 Create output type for @Source arguments instead of input type
  • #180 Add ctor for environments where CDI is unavailable
  • #179 Perf and classloading changes
  • #178 Include scalars in schema
  • #175 Removed duplicate place to load classes. All moved to Lookup SPI
  • #174 Reintroduce Metrics support
  • #173 Select @Query value over @JsonbProperty value for field names
  • #172 @JsonbProperty name vs @Query name on getter
  • #171 Ensure schema generation can occur on multiple apps concurrently
  • #170 Not thread safe when multiple apps are running in same JVM
  • #169 Switch the TCK to WildFly
  • #168 Bump smallrye-parent from 17 to 18
  • #99 Generated Schema for SuperHero idNumber is incorrect
  • #91 MP Metrics Support

1.0.1

20 Apr 20:38
Compare
Choose a tag to compare
  • #126 Transformation not working on java.util.Date and java.sql.Date
  • #103 See why JDK8 is not building anymore in Github actions
  • #97 NoSuchMethodException logged when query/mutation returns a Collections.singletonList(...)
  • #95 Problem with Hibernate PersistentSet
  • #94 NPE while implementing java.io.Serializable
  • #93 Serializable model
  • #90 Variables failing when used for objects
  • #88 ClassCastException occurs during error processing
  • #86 Error when app contains only queries - no mutations
  • #84 Support for multiple apps
  • #79 Error message logged in CollectionHelper
  • #72 Schema doesn't include parent class fields
  • #71 Hibernate JPA fetch type LAZY
  • #64 Indexer doesn't work in JDK11 or with Wildfly
  • #61 Get JDK 11 to pass the TCK
  • #44 CI/CD

SmallRye GraphQL 1.0.0

25 Feb 08:24
Compare
Choose a tag to compare

This is the first final release for SmallRye GraphQL and passes 100% of the MicroProfle GraphQL 1.0 TCK