Releases: IBM/java-sdk-core
Releases · IBM/java-sdk-core
8.1.2 - 2020-02-20
- fix: add support for deserializing RFC3339 full-date values
8.1.1 - 2020-02-13
- fix json serialization of lists
8.1.0 - 2019-12-21
8.0.0 - 2019-11-12
7.1.0 - 2019-11-08
- 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
- 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
- Introduced FileWIthMetadata class.
7.0.0-rc5 - 2019-09-19
- Supply more descriptive error message for SSL exception in case of users on ICP or CP4D
7.0.0-rc4 - 2019-09-16
- Change ordering of external files checked for authentication to prioritize current working directory over the home directory
7.0.0-rc3 - 2019-09-09
- Defer validation of serviceURL until first use