InCountry POP API release notes
InCountry PoP API 2.33.0
New in this release
The current release has introduced the following feature:
- Support for the scheduled removal of environments with all associated records.
Improved in this release
The current release includes the following improvements:
Addressed the issue with incorrect PoP API responses to requests for data removal.
Improved the performance of the environment removal feature by deleting inappropriate environments from processing.
InCountry PoP API 2.32.0
Improved in this release
The current release includes the following improvement:
- Added the
wrapper
function for thesearch_keys
generation to support the postfix search.
InCountry PoP API 2.31.0
Improved in this release
The current release includes the following improvements:
Added validation of the maximum request size for records and attachments by adding the
MAX_REQUEST_SIZE_BYTES
variable which controls the maximum request size for record management endpoints.Set the default value for the
enable_search_by_keys
parameter, so a PoP API instance is launched with the fuzzy match search enabled.
InCountry PoP API 2.30.0
Improved in this release
The current release includes the following improvement:
- Addressed the issue with duplicate records found if the
sort by
parameter is not specified on the PoP API instance.
InCountry PoP API 2.29.0
Improved in this release
The current release includes the following improvements:
Extended the
$like
operator filters by adding the support of array and negation:$not: $like: value | [value1, value2]
Addressed the issue with not finding the hashed records when sending aggregation requests with the
$not
filter within thefind
request.
InCountry PoP API 2.28.0
Improved in this release
The current release includes the following improvements:
Removed support for the plain encryption keys.
Added support for the additional aggregation functions (
MIN
,MAX
, andAVG
).
InCountry PoP API 2.27.0
Improved in this release
The current release includes the following improvements:
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.
Support for the newly added record’s fields:
key21-key25
.Addressed the issue with the
find()
filters not supportingnull
as a passed value.Added support for the
range_key1-10
fields for the$or
operator.Addressed the issue with the error occurrence when deleting parent records having no child records or when the number of child records exceeds the limit using the
cascadeBy
parameter.Addressed the issue with the error occurrence when sending a find request against the
range_keyN
fields with the sorting option enabled.
InCountry PoP API 2.26.0
Improved in this release
The current release includes the following improvements:
Introduced the new idempotency mechanism to safely retry failed requests and prevent data loss and duplication.
Added support for the
cascadeBy
query parameter which allows deleting child records automatically when deleting a parent record.
InCountry PoP API 2.25.0
Improved in this release
This release includes minor operation and stability improvements.
InCountry PoP API 2.24.0
Improved in this release
The current release includes the following improvements:
Removed the
/countries
endpoint from PoP API as it is provided within the/countries
microservice.Added the retry requests to the database for the
find/read
endpoints.Added support for the
decimal_key1-20
fields.Addressed the issue with the error occurrence during validation of malformed configuration the dedicated database parameters.
InCountry PoP API 2.23.0
Improved in this release
The current release includes the following improvement:
- Added support for a new token used for the JWT row-level access control.
InCountry PoP API 2.22.0
Improved in this release
This release includes minor operation and stability improvements.
InCountry PoP API 2.21.0
Improved in this release
The current release includes the following improvements:
Added support for the
client_ip
field in all types of audit logs.Addressed the issue with the error occurrence when trying to deploy a PoP API instance.
InCountry PoP API 2.20.0
Improved in this release
The current release includes the following improvement:
- Support for operation with dedicated database instances that can be allocated for one specific tenant.
InCountry PoP API 2.19.0
Improved in this release
The current release includes the following improvement:
- Implemented a fast fuzzy matching algorithm when performing a search containing one symbol (hieroglyph).
InCountry PoP API 2.18.0
Improved in this release
The current release includes the following improvements:
Added a fuzzy match algorithm when performing a search with the
$like
operator against MidPOP and MiniPOP units.Removed the stored procedures to write and delete single records.
Addressed the issue with the error occurrence when sending a request with the JWT header to PoP API.
Addressed the issue with the error occurrence when sending the
/find
request to MidPOP and MiniPOP units.
InCountry PoP API 2.17.0
Improved in this release
The current release includes the following improvement:
- Improved the record search experience by adding the enhanced search method. Added the ability to look up different keywords per a key and use the
OR
conditions.
InCountry PoP API 2.16.0
Improved in this release
The current release includes the following improvements:
Addressed the issue with the error occurred when deleting a record with attachments.
Added a capability to monitor the total number of records within one country by implementing an API endpoint for both MidPOP and MiniPOP units.
InCountry PoP API 2.15.0
New in this release
The current release has introduced the following features:
Added support for the server-side encryption.
Implemented the batch delete feature for MidPOP and MiniPOP.
Implemented the stored procedure to remove a batch of records.
Improved in this release
The current release includes the following improvement:
- Internal code optimization. Replaced the
zone_id
field with theenv_id
field in all audit log types.
InCountry PoP API 2.14.0
Improved in this release
The current release includes the following operation and performance improvements:
Performance improvements for more robust data operations with the InCountry platform.
Improvements for iterative file upload operations that may cause Error 422.
InCountry PoP API 2.13.1
New in this release
The current release has introduced the following features:
Optimization of the
/find
endpoint for the list view filters.Configurable fields for the
/find
endpoint.Support for the filter by the
created_at
andupdated_at
fields.
InCountry PoP API 2.13.0
New in this release
The current release has introduced the following features:
Implementation of optimized queues for the data reading operations to MiniPoP’s.
Support for multi-host clusters and SSL protected connections to MiniPOP's.
Support for new
$gt
,$gte
,$le
and$lte
operators for theversion
field in the find method.
Improved in this release
The current release includes the following operation and security improvements:
Improvements in readability of log records outputted upon occurrence of Error 500.
Output of Error 400 for different validation problems into the log file.
Addition of validation for the
expires_at
field format.
InCountry PoP API 2.12.3
New in this release
The current release has introduced the following features:
Filtration of records by the
expires_at
field.Introduction of a new data schema (v.2.4) to support the Recycle Bin functionality from Salesforce.
InCountry PoP API 2.12.2
New in this release
The current release has introduced the following features:
Introduction of a new data schema (v.2.3).
Addition of a capability to sort records by specific fields in the ascending/descending order in the
find
method.
Improved in this release
The current release includes the following operation and security improvements:
- Improvements for handing the null values in the
find
method when applying filters to thekeyN
fields.
InCountry PoP API 2.12.1
Improved in this release
The current release includes the minor stability and security improvements.
InCountry PoP API 2.12.0
Improved in this release
The current release includes operation and performance improvements.