@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) and this project adheres to
5
5
[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Unreleased
7
+ ## [ 4.11.0 ] - 2023-12-03
8
8
### Added
9
9
- Add support for connections with multiple contact points using different ports (see feature request
10
10
[ #41 ] ( https://github.com/ing-bank/cassandra-jdbc-wrapper/issues/41 ) ).
@@ -48,6 +48,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
48
48
- Fix issue [ #39 ] ( https://github.com/ing-bank/cassandra-jdbc-wrapper/issues/39 ) : return ` false ` when the method
49
49
` isSearchable(int) ` is called on the metadata of a result set without table or schema name (typically on
50
50
` CassandraMetadataResultSet ` s).
51
+ - Fix incorrect consistency level used to execute simple prepared statements.
51
52
- Fix issue preventing to retrieve the metadata of an empty ` CassandraMetadataResultSet ` .
52
53
- Add null safety on some methods of ` CassandraResultSet ` and ` CassandraMetadataResultSet ` .
53
54
@@ -218,6 +219,7 @@ For this version, the changelog lists the main changes comparatively to the late
218
219
- Fix logs in ` CassandraConnection ` constructor.
219
220
220
221
[ original project ] : https://github.com/adejanovski/cassandra-jdbc-wrapper/
222
+ [ 4.11.0 ] : https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.10.2...v4.11.0
221
223
[ 4.10.2 ] : https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.10.1...v4.10.2
222
224
[ 4.10.1 ] : https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.10.0...v4.10.1
223
225
[ 4.10.0 ] : https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.9.1...v4.10.0
0 commit comments