Java SDK Release Notes
InCountry Java SDK 3.3.0
New in this release
The current release has introduced the following features:
Support for new methods to read or update attachments in InCountry Platform with SDK.
Introduction of the
hashSearchKeys
flag to provide non-hashing mode forkey1-key10
fields.Support for the
searchKeys
parameter in the find method which allows to do partial match search for thekey1-key10
values.Improved encryption key validation.
Improved in this release
The current release includes the following operation and security improvements:
Increased dependencies security.
Updates in the SDK documentation and its re-organization.
InCountry Java SDK 3.0.0
New in this release
The current release has introduced the following features:
Support for the
record create/update dates
fields.Support for additional keys.
Improved in this release
The current release includes the following operation and security improvements:
Improved performance in multithreading by introduction of non-native HTTP client.
Increased the SDK test coverage.
Increased dependencies security.
Improved the migration method to return decryption errors in case of a failure during migration.
Updates in the SDK documentation.
InCountry Java SDK 2.1.0
New in this release
The current release has introduced the following features:
Introduction of aAuth protocol for PoPAPI communication.
Introduction of a new flag to provide lowercase for all keys.
Addition of custom encryption support.
Improved in this release
The current release includes the following operation and security improvements:
Enhanced support for multiple prod oAuth servers.
Improved work with custom auth endpoints.
Addition of HTTP timeout option to SDK configuration.
Updates in the SDK documentation.
InCountry Java SDK 2.0.0
New in this release
The current release has introduced the following features:
Addition of multiple secrets support.
Added the ability to pass encryption keys directly to SDK.
Support for the new migrate method to allow reencrypting.
Support for the
batchWrite
method allowing to create multiple records at a time.
Improved in this release
The current release includes the following operation and security improvements:
Improved secrets data validation.
Improved validation for HTTP responses from InCountry servers.
Addition of logging to SDK.
Improved SDK logic for data transferring/transformation when communicating with PoPAPI.
Updates in the SDK documentation and its re-organization.