Releases: IBM/java-sdk-core
Releases · IBM/java-sdk-core
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)
4.4.0
- Fix Java 7 support
- Add HTTP status code and message in response
4.3.0
- Added support for ICP4D authentication
4.2.0
- Remove detect secrets files (#36)
- feat(http): improve SDK's ability to configure http client instances
- refactor: Refactor bluemix to cloud.ibm
- fix: generate javadoc index page correctly
4.1.0
- Added support for de-serializing operation responses containing top-level JSON arrays
- Added deployment of javadocs to gh-pages as part of release build process