This Release Bulletin provides a brief description of any enhancements or new features as well as bug fixes that are included in version 2025.8.
Rollout schedule
-
Version 2025.8 rolls out to the ‘preview’ ring on August 13, 2025 and to the ‘production’ ring on September 20-21, 2025 .
What's New
OpenAPI: Accessing lists within lists
Given a JSON data structure like the following:
{
"data": [
{
"d1": "val1",
"classifications": [
"c1": "val2",
"allocations": [
{
"a1": "val3"
…
}
]
]
}
]
}
Until this version, it was not possible to build a data pipeline containing both “a1” from the “allocations” list and “c1” from the parent “classifications” list. With OpenAPI components, these elements can now be included together in pipelines.
OData: Relative pagination URLs
OData pagination URLs (the @odata.nextLink property) can now be loaded even when they are specified relative to the server that sent the data (instead of having to be absolute references).
Job Executor Scalability
This version introduces practically unlimited job execution scalability by enhancing the singleton Job Executor service to be dynamically scaled as necessary.
What's Fixed
|
EcoSys ID |
Key |
Summary |
|
102237 |
00648323 |
Fixes an issue where asynchronous Connect Action jobs kicked off from EcoSys would not execute within Connect |
EcoSys Version Required
This release requires the following EcoSys versions:
>= 9.2.02.131
>= 9.3.03.103
>= 9.4.x
Versions 9.2.02.131 and 9.3.03.103 are hot fixes.
Variables
No new variables have been introduced in this release.