InCountry REST API release notes
Table of сontents
- InCountry REST API 2.23.0
- InCountry REST API 2.22.0
- InCountry REST API 2.21.0
- InCountry REST API 2.20.0
- InCountry REST API 2.19.0
- InCountry REST API 2.18.0
- InCountry REST API 2.17.0
- InCountry REST API 2.16.0
- InCountry REST API 2.15.0
- InCountry REST API 2.14.0
- InCountry REST API 2.13.0
- InCountry REST API 2.12.0
- InCountry REST API 2.11.0
- InCountry REST API 2.10.0
- InCountry REST API 2.9.0
- InCountry REST API 2.8.0
- InCountry REST API 2.7.8
- InCountry REST API 2.7.7
- InCountry REST API 2.7.6
- InCountry REST API 2.7.5
- InCountry REST API 2.7.4
- InCountry REST API 2.7.3
- InCountry REST API 2.7.2
- InCountry REST API 2.7.1
- InCountry REST API 2.7.0
- InCountry REST API 2.6.2
- InCountry REST API 2.6.1
- InCountry REST API 2.6.0
- InCountry REST API 2.5.0
- InCountry REST API 2.4.0
- InCountry REST API 2.3.0
- InCountry REST API 2.2.2
- InCountry REST API 2.2.1
- InCountry REST API 2.2.0
InCountry REST API 2.23.0
New in this release
The current release has introduced the following features:
Added a mechanism to preserve the record history for modified records since the point of the initial record creation.
Updated names of parameters in the methods used for management of attachments stored in the object storage.
Added support for new web endpoints for record management:
Creating a single record (
POST /webapi/records
)Searching for record (
POST /webapi/records/find
)Deleting a single record (
DELETE /webapi/records/{record_key}
)
Updated the mechanism of calling resident functions and made it more secure.
Improved in this release
The current release includes the following improvements:
Resolved the issue with the record aggregation (
/webapi/records/aggregate
) by the number of records (COUNT
operation) returning Status 403: Forbidden.Improved behavior of the aggregate function for records without a group.
InCountry REST API 2.22.0
New in this release
The current release has introduced the following features:
Added an endpoint allowing the migration of records between different records.
Implemented
/webapi
endpoints supporting simple authorization of requests:POST /records/aggregate
POST /records/:record_key/files
GET /records/:record_key/files/:fileId
DELETE /records/:record_key/files/:fileId
Added an endpoint supporting the simplified calling of resident functions through REST API.
InCountry REST API 2.21.0
New in this release
The current release has introduced the following features:
Added support for the decimal_key1-5 fields that can be used for search and aggregation.
Added the endpoint which allows the rehashing of specific record’s values stored in the InCountry Vault.
Added support for the data firewall that blocks requests to REST API coming from IP addresses that located outside the country where REST API resides, or those that are not specified in the allow list.
InCountry REST API 2.20.0
New in this release
The current release has introduced the following features:
Added support for key-alias mappings into REST API endpoints. Now you can assign aliases to record’s key and reference these keys by their aliases when performing requests through REST API.
Added support for new endpoints allowing management of attachments stored on the object storage in Alibaba Cloud.
InCountry REST API 2.19.0
New in this release
The current release has introduced the following features:
Added two endpoints to delete records by profile_key and record_key.
Disabled the availability of the range_key6-10 fields for record lookup and aggregation.
InCountry REST API 2.18.0
Improved in this release
The current release includes the following improvements:
Addressed the issue with a Salesforce record which cannot be found within the
/aggregate
method.Internal code optimization. The
ERR_IDEMPOTENCY_CHECK_FAILURE
error was replaced with theToo Many Requests
error.
InCountry REST API 2.17.0
Improved in this release
The current release includes the following improvements:
Addressed the issue with not sending retries when a POP API instance is not responding.
Addressed the issue with the
clone
request which returned sensitive data in a response.
InCountry REST API 2.16.0
New in this release
The current release has introduced the following features:
Added the data export script as a part of the customer offboarding process.
Added configurable retries and a timeout for all PoP API operations.
Add a capability to pass only necessary fields to PoP API.
Added a capability to configure the maximum batch size in REST API.
Improved in this release
The current release has introduced minor operation and reliability improvements.
InCountry REST API 2.15.0
New in this release
The current release has introduced the following features:
Added support for the additional aggregation functions (
MIN
,MAX
, andAVG
).Added support for the new filters for the
/find
endpoint.Implemented a new REST API endpoint for the
Clone
operation.Added support for the new object storage (Alibaba Cloud OSS).
Improved in this release
The current release has introduced minor operation and reliability improvements.
InCountry REST API 2.14.0
New in this release
The current release has introduced the following features:
Removed support for the plain encryption keys.
Optimized the usage of the
key
(alias forrecord_key
) andrange_key
(alias forrange_key1
) fields in requests to avoid uncertain behavior.
Improved in this release
The current release includes the following improvements:
Addressed the issue with the
Permission denied
error occurrence when saving multiple records or deleting single and multiple records.Addressed the issue with the record creation when supplying the invalid country code.
InCountry REST API 2.13.0
New in this release
The current release has introduced the following features:
Migrated to the
snake_case
naming convention in all record properties.Added support for the
cascadeBy
query parameter to remove records automatically.Added support for more filter types and related key values:
key21-key25
.Added the aggregation endpoint supporting the following:
COUNT
andSUM
operations against values in therange_keyN
fields;filtration of records before aggregation;
grouping records against specific fields and calculating aggregate values for the group.
Added the ability to specify the file name when uploading an attachment.
Improved in this release
The current release includes the following improvements:
- Addressed the issue with the
range_key
value that is equal toNULL
despite the value is present in a request.
InCountry REST API 2.12.0
New in this release
The current release has introduced the following features:
Added support for the idempotency headers.
Added support for the subnet-based blacklists.
Improved in this release
The current release includes minor operation and reliability improvements.
InCountry REST API 2.11.0
New in this release
The current release has introduced the following features:
Added a capability to automatically delete outdated reports.
Added support for the retry method which sends a new request to Hydra in case of connection timeouts.
Added support for the
decimal_key1-20
fields.Added a capability to disable the hashing for the
profile_key
andservice_key5
fields.Added security improvements into the resident functions component by implementing the cryptographic module.
Improved in this release
The current release includes minor operation and reliability improvements.
InCountry REST API 2.10.0
New in this release
The current release has introduced the following features:
- Removal of all ServiceNow related endpoints.
Improved in this release
The current release has introduced minor operation and reliability improvements for request authorization and request handling.
InCountry REST API 2.9.0
New in this release
The current release has introduced the following features:
Support for record removal by the
profile_key
field.Support for the program code obfuscation.
Improved in this release
The current release has introduced minor operation and reliability improvements for operation logging and validation.
InCountry REST API 2.8.0
New in this release
The current release has introduced the following features:
- Support for record creation against the
profile_key
field instead of therecord_key
field for the Salesforce endpoints.
Improved in this release
The current release has introduced minor operation and reliability improvements for the record create, update, and find operations.
InCountry REST API 2.7.8
New in this release
The current release has introduced the following features:
- Support for search queries against one character (Chinese).
Improved in this release
The current release has introduced minor security and reliability improvements.
InCountry REST API 2.7.7
New in this release
The current release has introduced the following features:
Support for the OR and LIKE operators for record filtration.
Support for the bulk record removal operation.
Improved in this release
The current release has introduced minor operation and reliability improvements for healtcheck and operation validations.
InCountry REST API 2.7.6
Improved in this release
The current release has introduced minor performance and reliability improvements.
InCountry REST API 2.7.5
Improved in this release
The current release has introduced minor security improvements.
InCountry REST API 2.7.4
New in this release
The current release has introduced the following features:
Support for IP localization for the ServiceNow integration.
Support for removal of IP ranges for the ServiceNow integration.
Improved in this release
The current release has introduced minor operation and reliability improvements for bulk record update and removal operations.
InCountry REST API 2.7.3
New in this release
The current release has introduced the following feature:
- Support for bulk update of records on the InCountry platform.
Improved in this release
The current release has introduced minor operation and reliability improvements.
InCountry REST API 2.7.2
New in this release
The current release has introduced the following feature:
- Support for record filtration by the
created_at
andupdated_at
fields.
Improved in this release
The current release includes minor operation improvements.
InCountry REST API 2.7.1
Improved in this release
The current release includes minor operation and reliability improvements.
InCountry REST API 2.7.0
New in this release
The current release has introduced the following feature:
- Support for OAuth2 request authorization.
InCountry REST API 2.6.2
Improved in this release
The current release includes operation and security improvements.
InCountry REST API 2.6.1
Improved in this release
The current release includes reliability and operation improvements.
InCountry REST API 2.6.0
New in this release
The current release has introduced the following features:
Support for the
expires_at
field which provides the automatic removal of data records from the InCountry Platform upon reaching the specified date.Retrieval of the change history for value modifications in records.
Improved in this release
The current release includes minor stability and security improvements.
InCountry REST API 2.5.0
New in this release
The current release has introduced the following features:
Support for record sorting against a specific field in the ascending/descending order.
Generation of the record change history for value modifications in records.
Increase in the maximal file upload size.
Improved in this release
The current release includes the following operation and security improvements:
- Minor reliability and security improvements.
InCountry REST API 2.4.0
New in this release
The current release has introduced the following features:
Support for management of serverless scripts and their execution.
Support for custom encryption keys (BYOK).
Support for the batch write method for the ServiceNow integration.
Improved in this release
The current release includes the following operation and security improvements:
Issue with execution of the batch write method.
Issue when using the write method for writing data with the serverless script if using the recordKey instead of the key field.
Minor reliability and security improvements.
InCountry REST API 2.3.0
New in this release
The current release has introduced the following features:
- Performance optimization.
Improved in this release
The current release includes the following operation and security improvements:
Security fixes.
Improved Salesforce integration.
Ordinary updates and other minor bug fixes.
InCountry REST API 2.2.2
Improved in this release
The current release includes the following improvements:
- Minor bug fixes, performance and stability improvements.
InCountry REST API 2.2.1
New in this release
The current release has introduced the following features:
- Support for objects within the request body for record management requests.
InCountry REST API 2.2.0
New in this release
The current release has introduced the following features:
Support for the strings passed within record management requests.
Support for Arabic characters in the attachment names sent to REST API.
Methods to manage attachments (upload, delete and download) with REST API.
Improved in this release
The current release includes the following improvements:
Fix of the issue with unredacted records in reports.
Ordinary updates and other minor bug fixes.