Releases: americanexpress/nodes
Releases · americanexpress/nodes
v0.5.0
- Fix the return type of put method in Builder (#63)
- feat (connection/config): added connect timeout and read timeout. (#75)
- Add missing @ on annotation example (#78)
- Fix compile error and generics warnings in sample code (#77)
v0.4.0
- made the objectMapper pluggable via a factory (#54)
- support for jsr-310 classes (#54)
- support optional arguments (#57)
- expose setting the request method prior to sending a request (#58)
v0.3.1
- refactor Parameter implementation to re-use public toString method and improve test coverage
- fixed invalid encoding when deserializing with non-UTF-8 JVM
- fixed stack overflow on model enum members
v0.3.0
- added ability to retrieve the response headers from GraphQLResponseEntity
v0.2.1
- update jackson-databind to a version without known security vulnerabilities
v0.2.0
- added the ability to get the map of values from InputObject
v0.1.3
- fixed the incorrect parsing of a list of InputObjects as arguments
v0.1.2
- fixed issue of empty objects causing errors in the GraphQL spec #29
v0.1.1
- fixed issue when aliasing multiple fields with no arguments or variables it was joining into the next #19