Skip to content

Releases: IBM/java-sdk-core

6.0.0

15 Aug 13:53
Compare
Choose a tag to compare
  • feat: Implemented new authentication framework design
  • fix: do not use 'serializeNulls' when initializing Gson

5.1.1

25 Jul 13:56
Compare
Choose a tag to compare
  • fix(serialization): Avoid ser/deser roundtripping asymmetry for Object map value type

5.1.0

16 Jul 13:36
Compare
Choose a tag to compare
  • feat(serialization): added gson type adapter for byte[] to automatically perform base64 encoding/decoding
  • Add ability to set up proxy authentication when configuring proxy with HttpConfigOptions

4.5.0

15 Jul 15:58
83e1532
Compare
Choose a tag to compare
  • Add ability to set up proxy authentication when configuring proxy with HttpConfigOptions

5.0.1

09 Jul 15:39
b9fabd3
Compare
Choose a tag to compare
  • feat(serialization): Allow dynamic models to have non-public default ctors (#41)

5.0.0

18 Jun 18:49
eebccab
Compare
Choose a tag to compare
  • removed obsolete methods from BaseService (#40):
    • BaseService.setApiKey()
    • BaseService.getApiKey()
  • BaseService.setAuthenticator() is now public to allow SDK users to set an authenticator config on an existing service (#40)

4.4.0

07 Jun 15:05
80b8099
Compare
Choose a tag to compare
  • Fix Java 7 support
  • Add HTTP status code and message in response

4.3.0

03 Jun 19:22
574b39d
Compare
Choose a tag to compare
  • Added support for ICP4D authentication

4.2.0

13 May 16:05
06082ca
Compare
Choose a tag to compare
  • Remove detect secrets files (#36)
  • feat(http): improve SDK's ability to configure http client instances
  • refactor: Refactor bluemix to cloud.ibm
  • fix: generate javadoc index page correctly

4.1.0

30 Apr 22:15
Compare
Choose a tag to compare
  • Added support for de-serializing operation responses containing top-level JSON arrays
  • Added deployment of javadocs to gh-pages as part of release build process