Changelog
Nov 12, 2024
Intelligence API
[Feature: Breaking Change]
- Filter expressions according to OData Syntax as described in the new filtering section . Existing customers are behind a legacy filtering feature flag and are not affected. Your account and value teams will contact you to guide you on how to change the filter expression syntax you are currently using. The legacy version will be removed at the end of May 2025. Differences between the new filtering capabilities and the legacy filtering are described here .
Nov 11, 2024
Event Subscription API
[Feature]
- Return a JSON object upon Trigger subscription creation including the subscription Id (which in the sequel will be used to manage the subscription lifecycle).
- Event contract introduced and published Outbound Webhook API Reference .
Nov 07, 2024
Event Subscription API
[Security Update]
- Introduction of the concept of subscription ownership : Only the subscription owner or administrators are allowed to manage the subscription lifecycle.
Sep 20, 2024
Event Subscription API
[Feature]
- Spontaneous event is now structured as JSON object (not flat text with escaped JSON any longer)
- Event Queue Offset is published at subscription metadata and in forwarded events
Sep 16, 2024
Intelligence API
[Feature]
-
Data retrieval at Knowledge Model level
(using attributes of different records - parameter
fields
, Key Performance Indicator(s) - parameterkpis
and fuzzy search capability - parametersseachTerm
,searchField
andseacrhPrecision
).
Aug 19, 2024
Intelligence API
[Beta Feature]
-
Odata protocol
for Intelligence API released in beta, with one root service per Knowledge Model, metadata service and Knowledge Model record data retrieval supporting query options:
$top
,$skip
,$select
,$orderby
,$count=true
and$filter
Jul 31, 2024
Intelligence API
[Feature]
-
Select
distinct
option for data retrieval using the parameter
options=distinct
.
Jul 22, 2024
Intelligence API
[Beta Feature]
Semantic extension endpoints for 3P Agents, including:
-
OpenAPI spec endpoint per Knowledge Model (
intelligence/api/knowledge-models/{{km-id}}/spec
), -
Knowledge Model record query endpoint (
intelligence/api/knowledge-models/{{km-id}}/records/{{record-id}}/query
) and -
Knowledge Model record column statistics summary endpoint (
intelligence/api/knowledge-models/{{km-id}}/records/{{record-id}}/summary
).
Jun 26, 2024
Event Subscription API
[Changes in downstream services]
- New generation of record-less triggers supported
Apr 29, 2024
Event Subscription API
[Feature]
- Subscriptions with configuration to skip errors introduced
- Resume without history operation added
- Last successfully emitted event timestamp added to subscription metadata
Mar 14, 2024
Intelligence API
[Bug Fix]
- Filtering by date bug
Dec 18, 2023
Intelligence API
[Security Update]
-
Checks for parameter pollution and tampering from malicious characters in
intelligence/api/knowledge-models/{{km-id}}/records/{{record-id}}/data
endpoint.
Nov 16, 2023
Intelligence API
[Security Update]
- Invalid parameter values are no longer echoed in error messages for security reasons.
Sep 22, 2023
Intelligence API
[Feature]
-
Capability to use filter expression predicates like
in
,contains()
,startswith()
,endswith()
added.
Jul 12, 2023
Intelligence API
[Feature]
- Capability to use logical operators in filter expressions added.
Jun 14, 2023
Intelligence API
[Bug Fix]
- Number of fields per data set increased from 20 to 200.
- Result data values are typed according to KM record field types.
Apr 10, 2023
Intelligence API
[Feature]
- Capability to filter by augmented attributes and flags added.