Skip to content

Releases: IBM/java-sdk-core

7.0.0-rc6 - 2019-09-24

24 Sep 14:52
Compare
Choose a tag to compare
Pre-release
  • Introduced FileWIthMetadata class.

7.0.0-rc5 - 2019-09-19

19 Sep 18:53
01d2aac
Compare
Choose a tag to compare
Pre-release
  • Supply more descriptive error message for SSL exception in case of users on ICP or CP4D

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