From ac93a8de7882f042fabda948986d8de327d74f92 Mon Sep 17 00:00:00 2001 From: mp255101 Date: Mon, 7 Apr 2025 14:00:36 +0530 Subject: [PATCH 1/2] Update mulesoft release notes for 1.0.1 version --- .../mule-teradata-connector-release-notes.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/quickstarts/create-applications/mule-teradata-connector-release-notes.md b/quickstarts/create-applications/mule-teradata-connector-release-notes.md index c4a728a548..6cc152e19b 100644 --- a/quickstarts/create-applications/mule-teradata-connector-release-notes.md +++ b/quickstarts/create-applications/mule-teradata-connector-release-notes.md @@ -35,6 +35,35 @@ The initial version is based and extended on MuleSoft's [Database Connector - Mu | OpenJDK | 8 and 11| +## 1.0.1 +Date: April 8, 2025 + +### What’s New +- This connector is now compatible with Java 17. + +### 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. +- Execute other operations to read and write to a database anywhere in the process section. +- Run a single bulk update to perform multiple SQL requests. +- Make Data Definition Language (DDL) requests. +- Execute stored procedures and SQL scripts. +- Support pooling profile configuration for database connection +- 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 | + +### Fixed Issues +- Commons-IO is upgraded to version 2.14.0 to address reported security vulnerabilities. + + ## See Also - [MuleSoft Help Center](https://help.mulesoft.com) \ No newline at end of file From 16ef3ffaaade9728a3aeafada7a8a4275505cdae Mon Sep 17 00:00:00 2001 From: mp255101 Date: Wed, 23 Apr 2025 09:52:10 +0530 Subject: [PATCH 2/2] Update the release date --- .../mule-teradata-connector-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstarts/create-applications/mule-teradata-connector-release-notes.md b/quickstarts/create-applications/mule-teradata-connector-release-notes.md index 6cc152e19b..3ade5905e1 100644 --- a/quickstarts/create-applications/mule-teradata-connector-release-notes.md +++ b/quickstarts/create-applications/mule-teradata-connector-release-notes.md @@ -36,7 +36,7 @@ The initial version is based and extended on MuleSoft's [Database Connector - Mu ## 1.0.1 -Date: April 8, 2025 +Date: April 22, 2025 ### What’s New - This connector is now compatible with Java 17.