Release notes and changelog
For information on upgrading from previous versions, see the Atoti Data Connectors Migration Notes
4.2.0-AS6.1
2024-10-24
Summary
- Upgraded to Atoti Server 6.1: This release of Atoti Data Connectors is intended for you to use as a bridge while upgrading to Atoti Server 6.1 and should be replaced with the soon-to-be released Atoti Data Connectors 5.0.
- Removed CVE-2024-28752 coming from a
cxf-rt-rs-client
import: This import has been removed from the Data-Connectors dependencies. - Upgraded to Java 21: We have upgraded from Java 17 to Java 21.
Upgrade to AS6.1
Atoti Server 6.1 introduces a new API structure that finalizes the Sources. The DLC has extended the Sources so we can pick and choose which files to load based on the DLC’s Scope. Atoti Server 6.1 has added new Topic features to allow us to load specific files without the need to extend the core Sources.
Consequently, the DLC Sources no longer extend the core Source, but instead delegate all API calls to a local delegate instance of the Source.
note
The DLC APIs have not changed and can still be used as they are.
However, we encourage you to move to Atoti Data Connectors 5.0 and implement the re-designed DLC API when it becomes available.
Known issues
Issue Key | Details |
---|---|
BAST-1210 | Cannot load multiple dates for a Cloud Topic. |
Dependency versions
Component | Version |
---|---|
Atoti Server | 6.1.1 |
Java | JDK21 |
Changed
Issue Key | Details |
---|---|
BAST-1077 | Upgraded to Atoti Server 6.1.1. The minimum supported Atoti Server version is now 6.1.1 . |
BAST-1077 | Upgraded to Java 21 for Atoti Server 6.1. |
Removed
Issue Key | Details |
---|---|
BAST-1163 | Removed org.apache.cxf.cxf-rt-rs-client dependency with CVE-2024-28752 . |