Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Releases: americanexpress/nodes

v0.5.0

13 Jul 22:47
3091930
Compare
Choose a tag to compare
  • 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

02 Nov 23:05
589c697
Compare
Choose a tag to compare
  • 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

31 Oct 05:20
109d404
Compare
Choose a tag to compare
  • 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

19 Oct 22:12
1626565
Compare
Choose a tag to compare
  • added ability to retrieve the response headers from GraphQLResponseEntity

v0.2.1

17 Oct 01:16
494b029
Compare
Choose a tag to compare
  • update jackson-databind to a version without known security vulnerabilities

v0.2.0

13 Oct 01:23
57aec6a
Compare
Choose a tag to compare
  • added the ability to get the map of values from InputObject

v0.1.3

12 Oct 14:23
72d6bba
Compare
Choose a tag to compare
  • fixed the incorrect parsing of a list of InputObjects as arguments

v0.1.2

03 Sep 17:52
c4db228
Compare
Choose a tag to compare
  • fixed issue of empty objects causing errors in the GraphQL spec #29

v0.1.1

11 Jul 21:50
b4c5df9
Compare
Choose a tag to compare
  • fixed issue when aliasing multiple fields with no arguments or variables it was joining into the next #19

v0.1.0

15 May 19:22
261b193
Compare
Choose a tag to compare

Initial public release 🎉