Skip to content

Releases: IBM/java-sdk-core

8.1.2 - 2020-02-20

20 Feb 09:48
Compare
Choose a tag to compare
  • fix: add support for deserializing RFC3339 full-date values

8.1.1 - 2020-02-13

13 Feb 22:53
a6d6541
Compare
Choose a tag to compare
  • fix json serialization of lists

8.1.0 - 2019-12-21

21 Dec 18:50
Compare
Choose a tag to compare
  • fix: propagate token server exception to main request invocation thread (#74)
  • feat: Improve token server interactions in IAM and CP4D authenticators (#73)
  • fix: Close extra stream used to save byte array in InputStreamRequestBody (#72)

8.0.0 - 2019-11-12

12 Nov 17:12
Compare
Choose a tag to compare
  • feat: Enhance vcap parsing to implement two-step search algorithm (#69)
  • feat: Remove configureService invocation from BaseService ctor (#69)

Note: do not upgrade your SDK project to this version of the Java core unless you are using the appropriate version of the SDK generator (see this).

7.1.0 - 2019-11-08

08 Nov 16:27
7499229
Compare
Choose a tag to compare
  • build: Remove unused dependencies and set test scope where necessary (#71)
  • add Java minimum version to README
  • fix: make sure stream is closed after loading properties file
  • feat(serialization): add gson type adapter factory to handle discriminator metadata
  • feat(BaseService): add new method ConfigureService() to BaseService class (#66)
  • add authentication-related documentation

7.0.0 - 2019-10-02

02 Oct 14:27
Compare
Choose a tag to compare
  • Add ability to cancel service call (#54)
  • Add HTTP logging config to HttpConfigOptions (#53)
  • Rename NoauthAuthenticator to NoAuthAuthenticator
  • 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
  • Defer validation of serviceURL until first use
  • Change ordering of external files checked for authentication to prioritize current working directory over the home directory
  • Supply more descriptive error message for SSL exception in case of users on ICP or CP4D
  • Introduced FileWIthMetadata class.
  • chore: Update error message for SSLHandshakeException
  • fix: fix javadoc warnings

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