graphql-spqr-v0.10.0
kaqqao
released this
24 May 15:08
·
136 commits
to master
since this release
[0.10.0] - 2019-05-24
Added
- Take annotations on private fields into account (Lombok compatibility) #160
- Optimize converter performance #250
- Use the
_mappedInputField
directive to attach meta data to input fields #216 - Generator should support accepting a bean supplier (makes prototype/dependent scoped beans easier to use) #254
- Ability to register additional Java types (used as additional interface implementations or possible union types) #208
- Support for
OffsetTime
#260
Changed
- [Breaking] Upgraded to graphql-java v12 #252
- [Breaking] Field sorting no longer possible (due to graphql-java v12 upgrade)
- Jackson and ClassGraph versions upgraded #226 #227
- Small improvements a663162
JavaDeprecationMappingConfig
accessible fromGeneratorConfiguration
4aa8c5f 7a34178- [Breaking]
java.sql.Timestamp
scalar (de)serializes to/from UTC timezone and not local time #251
Fixed
- Generate valid names for array types #217
- Generate GraphQL type names for generic Java types correctly #255
- Resolve type references discovered in subscriptions and mutations #238
- Duplicate possible types in unions cause
IndexOutOfBoundsException
#256 - Adding custom directives can cause
NullPointerException
orIllegalStateException
#258