Skip to content

Releases: IBM/java-sdk-core

7.0.0-rc4 - 2019-09-16

16 Sep 19:30
e3d5330
Compare
Choose a tag to compare
Pre-release
  • Change ordering of external files checked for authentication to prioritize current working directory over the home directory

7.0.0-rc3 - 2019-09-09

09 Sep 19:40
Compare
Choose a tag to compare
Pre-release
  • Defer validation of serviceURL until first use

7.0.0-rc2 - 2019-08-29

29 Aug 17:43
Compare
Choose a tag to compare
Pre-release
  • fix: removed JNDI reference :)
  • fix: updated copyright statements
  • fix: hide some CredentialUtils methods
  • fix: perform correct transformation on serviceName; use case-insensitive auth type comparisons

7.0.0-rc1 - 2019-09-27

27 Aug 21:07
4256c8a
Compare
Choose a tag to compare
Pre-release
  • Add ability to cancel service call (#54)
  • Add HTTP logging config to HttpConfigOptions (#53)
  • Rename NoauthAuthenticator to NoAuthAuthenticator

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)