The com.fasterxml.jackson.core library is upgraded to version 2.14.0-rc1 to address reported security vulnerabilities.
Zuora AQuA Connector Release Notes - Mule 4
Support Category: Select
Anypoint Connector for Zuora AQuA (Zuora AQuA Connector) enables you to connect to the Zuora platform and use all of the operations provided by the Zuora AQuA API.
1.0.11
March 20, 2024
What’s New
-
This connector is now compatible with Java 17.
Compatibility
Application/Service | Version |
---|---|
Mule |
4.2.1 and later |
Anypoint Studio |
7.1.2 and later |
Zuora |
R249 |
OpenJDK |
8, 11, and 17 |
1.0.10
October 11, 2022
Compatibility
Application/Service | Version |
---|---|
Mule |
4.2.1 and later |
Anypoint Studio |
7.1.2 and later |
Zuora |
R249 |
OpenJDK |
8 and 11 |
Fixed Issues
Issue | ID |
---|---|
W-11853425 |
1.0.9
April 5, 2022
Compatibility
Application/Service | Version |
---|---|
Mule |
4.2.1 and later |
Anypoint Studio |
7.1.2 and later |
Zuora |
R249 |
OpenJDK |
8 and 11 |
Fixed Issues
Issue | ID |
---|---|
Fixed reported security vulnerabilities by upgrading the Jackson Databind library from |
W-10920470 |
1.0.8
January 4, 2022
Compatibility
Application/Service | Version |
---|---|
Mule |
4.2.1 and later |
Anypoint Studio |
7.1.2 and later |
Zuora |
R249 |
OpenJDK |
8 and 11 |
Fixed Issues
Issue | ID |
---|---|
Upgraded library dependencies. |
CONN-9806 |
1.0.7
December 22, 2021
Compatibility
Application/Service | Version |
---|---|
Mule |
4.2.1 and later |
Anypoint Studio |
7.1.2 and later |
Zuora |
R249 |
OpenJDK |
8 and 11 |
Fixed Issues
Issue | ID |
---|---|
Upgraded library dependencies. |
CONN-9678 |
1.0.6
December 14, 2021
Compatibility
Application/Service | Version |
---|---|
Mule |
4.2.1 and later |
Anypoint Studio |
7.1.2 and later |
Zuora |
R249 |
OpenJDK |
8 and 11 |
Fixed Issues
Issue | ID |
---|---|
Upgraded library dependencies. |
CONN-9572 |
1.0.5
November 18, 2021
Compatibility
Application/Service | Version |
---|---|
Mule |
4.2.1 and later |
Anypoint Studio |
7.1.2 and later |
Zuora |
R249 |
OpenJDK |
8 and 11 |
Fixed Issues
Issue | ID |
---|---|
Upgraded the |
CONN-9288 |
1.0.1
1.0.0
January 15, 2020
Compatibility
Zuora AQuA Connector is compatible with:
Application/Service | Version |
---|---|
Mule |
4.2.1 and later |
Anypoint Studio |
7.1.2 and later |
Zuora |
R249 |
Features
Zuora AQuA Connector is fully integrated with the latest AQuA REST API version.
-
The added operations are:
-
Get Last Job Completed - Returns the details of the last completed job.
-
Delete a Running Job - Deletes the current job, only if the job is not complete. If the job is complete, an error is thrown.
-
Export Deleted Data - Submits a request to export deleted records.
-
Get job Results - Retrieves an aggregate query using the Job ID.
-
Get Results Files - This REST API retrieves the results in the specified file format.
-
Post Query or Export Deleted Data - After a job is created, the ID of the job is stored in the Object Store, which makes the ID available for a Source.
-
-
There is a Source, which searches for a job ID in a given object store and periodically polls for the status of the jobs retrieved from the object store and returns the results of the completed jobs.
-
The AQuA Source has cluster support by default.
-
A default back pressure mechanism from Mule runtime engine is used for the Zuora AQuA Source.