Cassandra Connector Release Notes - Mule 4
Support Category: Select
Anypoint Connector for Cassandra provides the capability to connect a Mule app to a Cassandra database or cluster.
4.0.8
4.0.7
April 13, 2022
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Cassandra database or cluster |
1.2 and later |
CQL spec |
3.x |
OpenJDK |
8 and 11 |
DataStax Java Driver for Apache Cassandra |
3.10.1 |
Fixed Issues
Issue | ID |
---|---|
Fixed reported security vulnerabilities by upgrading the Jackson Databind library from |
W-10920459 |
Fixed reported security vulnerabilities by upgrading the Netty Handler library from |
W-10920459 |
4.0.6
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Cassandra database or cluster |
1.2 and later |
CQL spec |
3.x |
OpenJDK |
8 and 11 |
DataStax Java Driver for Apache Cassandra |
3.10.1 |
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Cassandra database or cluster |
1.2 and later |
CQL spec |
3.x |
OpenJDK |
8 and 11 |
DataStax Java Driver for Apache Cassandra |
3.10.1 |
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Cassandra database or cluster |
1.2 and later |
CQL spec |
3.x |
OpenJDK |
8 and 11 |
DataStax Java Driver for Apache Cassandra |
3.10.1 |
Features
-
Implemented Mutual TlS authentication.
-
Removed the SSL field from the configuration and replaced it with TLS.
-
Refactored error handling and error types.
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Cassandra database or cluster |
1.2 and later |
CQL spec |
3.x |
Improvements and Changes
-
Added DEBUG logging level to help with troubleshooting
-
Added a Summary annotation
-
Javadoc improvements
-
Pluralized list names and changed variable’s names that refer to lists that use plural names
-
Parent upgrade
-
Removed Atlantic library
Compatibility
Application/Service | Version |
---|---|
Mule |
4.0 and later |
Cassandra database or cluster |
1.2 and later |
CQL spec |
3.x |
Fixed Issues
-
Fixed an issue where the timestamp field was presenting the following error: com.datastax.driver.core.exceptions.CodecNotFoundException: Codec not found for requested operation: [timestamp <→ java.lang.String](SE-10920) The string date is now converted into a date accepted by the Cassandra driver. (SE-11613)
Compatibility
Application/Service | Version |
---|---|
Cassandra database or cluster |
1.2 and later |
CQL spec |
3.x |
Mule |
4.0 and later |
Features
-
This version supports Cassandra cluster configuration. Users can provide comma-separated Cassandra nodes, for example
127.0.0.1:9160, 127.0.0.2:9160
.