diff --git a/quickstarts/create-applications/mule-teradata-connector-release-notes.md b/quickstarts/create-applications/mule-teradata-connector-release-notes.md index 584effd50b..7efe89d270 100644 --- a/quickstarts/create-applications/mule-teradata-connector-release-notes.md +++ b/quickstarts/create-applications/mule-teradata-connector-release-notes.md @@ -1,8 +1,8 @@ --- sidebar_position: 8 -author: Tan Nguyen -email: tan.nguyen@teradata.com -page_last_update: February 13th, 2023 +author: Teradata +email: DT230354@Teradata.com +page_last_update: April 22th, 2025 description: Release Notes for Teradata Connector for MuleSoft's Anypoint Studio. keywords: [data warehouses, compute storage separation, teradata, vantage, cloud data platform, object storage, business intelligence, enterprise analytics, mule, mulesoft, teradata connector, anypoint studio.] --- @@ -12,11 +12,14 @@ keywords: [data warehouses, compute storage separation, teradata, vantage, cloud Anypoint Connector for Teradata (Teradata Connector) establishes communication between your Mule app and a Teradata Vantage database, enabling you to connect with your Teradata Vantage instance to load data and run SQL queries in Teradata Vantage tables. -## 1.0.0 -Date: February 8, 2023 +## 1.0.1 +Date: April 22, 2025 + +### What’s New +- This connector is now compatible with Java 17. ### Features -The initial version is based and extended on MuleSoft's [Database Connector - Mule 4](https://docs.mulesoft.com/db-connector/1.14/). This version supports the list of features: +The version is based and extended on MuleSoft's [Database Connector - Mule 4](https://docs.mulesoft.com/db-connector/1.14/). This version supports the list of features: - Perform predefined queries, dynamically constructed queries, and template queries that are self-sufficient and customizable. - Use a source listener operation to read from a database in the data source section of a flow. @@ -28,21 +31,23 @@ The initial version is based and extended on MuleSoft's [Database Connector - Mu - Support auto reconnect to database ### Compatibility -| Software | Version | -|----------|------------| -| Mule | 4.3.0 and later| -| Anypoint Studio | 7.3 and later| -| OpenJDK | 8 and 11| +| Software | Version | +|----------|-----------------| +| Mule | 4.3.0 and later | +| Anypoint Studio | 7.3 and later | +| OpenJDK | 8, 11, and 17 | + +### Fixed Issues +- Commons-IO is upgraded to version 2.14.0 to address reported security vulnerabilities. +- ObjectStore Connector is upgraded to version 1.2.2 to be compatible with Java 17. -## 1.0.1 -Date: April 22, 2025 -### What’s New -- This connector is now compatible with Java 17. +## 1.0.0 +Date: February 8, 2023 ### Features -The version is based and extended on MuleSoft's [Database Connector - Mule 4](https://docs.mulesoft.com/db-connector/1.14/). This version supports the list of features: +The initial version is based and extended on MuleSoft's [Database Connector - Mule 4](https://docs.mulesoft.com/db-connector/1.14/). This version supports the list of features: - Perform predefined queries, dynamically constructed queries, and template queries that are self-sufficient and customizable. - Use a source listener operation to read from a database in the data source section of a flow. @@ -54,15 +59,12 @@ The version is based and extended on MuleSoft's [Database Connector - Mule 4](ht - Support auto reconnect to database ### Compatibility -| Software | Version | -|----------|-----------------| -| Mule | 4.3.0 and later | -| Anypoint Studio | 7.3 and later | -| OpenJDK | 8, 11, and 17 | +| Software | Version | +|----------|------------| +| Mule | 4.3.0 and later| +| Anypoint Studio | 7.3 and later| +| OpenJDK | 8 and 11| -### Fixed Issues -- Commons-IO is upgraded to version 2.14.0 to address reported security vulnerabilities. -- ObjectStore Connector is upgraded to version 1.2.2 to be compatible with Java 17. ## See Also