Releases: aerospike/aerospike-jdbc
Releases · aerospike/aerospike-jdbc
1.10.0
1.9.2
1.9.1
1.9.0
1.8.1
1.8.0
Aerospike JDBC Driver 1.8.0
Features
- FMWK-293 Add support for index create/drop statements. (#58)
- FMWK-283 Add DriverAction implementation. (#52)
- FMWK-277 Set Aerospike client logger callback. (#51)
- FMWK-273 Create AerospikeVersion instance per connection. (#46)
- FMWK-267 Create driver configuration instance per connection. (#39)
- FMWK-275 Expose maximum records configuration for schema builder. (#49)
- FMWK-268 Store secondary indexes in metadata and make it cacheable. (#40)
- FMWK-289 Return JDBC version 4.2 in metadata. (#60)
- FMWK-294 Add truncate to SQL keywords. (#62)
- FMWK-298 Support byte array parameter in PreparedStatement. (#59)
- FMWK-270 Use regular execute method when generated keys are not set. (#43)
- FMWK-291 Set wasNull flag in ResultSet. (#55)
Fixes
- FMWK-288 Fix secondary index mixup from adjacent tables. (#54)
- FMWK-276 Fix parameterized queries in PreparedStatement. (#50)
- FMWK-253 Fix handling of null values in AerospikeRecordResultSet. (#37)
- FMWK-274 Set bin names in secondary index query. (#48)
- FMWK-266 Ignore null keys in schema builder. (#38)
- FMWK-271 Create new policies based on client default settings. (#44)
- FMWK-269 Fix column validation in AerospikeResultSetMetaData. (#42)
- FMWK-272 Fix arguments in version info calls. (#45)
- Fix typos in examples. (#57)
Improvements
- FMWK-290 Align Aerospike namespace naming with JDBC catalog. (#56)
- Refine logs in listeners. (#53)
- Rename constants and refactor. (#47)
- Minor fixes and improvements. (#41)
Maintenance
1.7.5
1.7.4
Aerospike JDBC Driver 1.7.4
Updates
- [FMWK-229] Upgrade Aerospike Java client to
7.1.0
(addresses CVE-2023-36480).
1.7.3
Aerospike JDBC Driver 1.7.3
Updates
- [FMWK-213] Upgrade Aerospike Java client to
7.0.0
(addresses CVE-2023-36480). - [FMWK-214] Upgrade dependencies.
1.7.2
Aerospike JDBC Driver 1.7.2
Fixes
- [FMWK-149] Fix support for null set queries.
- [FMWK-118] Replace null return values with empty string in metadata.
- [FMWK-171] Return only relevant secondary indexes in metadata.
Updates
- [FMWK-170] Upgrade Aerospike Java client to
6.1.8
. - [FMWK-170] Upgrade dependencies.