Releases: IBM/java-sdk-core
Releases · IBM/java-sdk-core
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
7.0.0-rc2 - 2019-08-29
- 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
- Add ability to cancel service call (#54)
- Add HTTP logging config to HttpConfigOptions (#53)
- Rename NoauthAuthenticator to NoAuthAuthenticator
6.0.0
- feat: Implemented new authentication framework design
- fix: do not use 'serializeNulls' when initializing Gson
5.1.1
- fix(serialization): Avoid ser/deser roundtripping asymmetry for Object map value type
5.1.0
- 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
- Add ability to set up proxy authentication when configuring proxy with
HttpConfigOptions
5.0.1
- feat(serialization): Allow dynamic models to have non-public default ctors (#41)
5.0.0
- 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)