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
Expand Up @@ -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 22, 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)