Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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.]
---
Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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
Expand Down
Loading