Releases: aerospike/aerospike-jdbc
Releases · aerospike/aerospike-jdbc
2.0.1
12 Nov 14:38
Compare
Sorry, something went wrong.
No results found
Updates
FMWK-853 Upgrade Apache Calcite to 1.41.0 by @reugn in #121
FMWK-854 Update dependencies and set version to 2.0.1 by @reugn in #122
Full Changelog : 2.0.0...2.0.1
2.0.0
20 Oct 12:57
Compare
Sorry, something went wrong.
No results found
To prevent unintended load on the cluster, this release disallows queries that perform unindexed full namespace scans. Queries attempting these operations will now fail.
To re-enable these queries, set the refuseScan configuration property to false in your JDBC connection string or driver properties.
Features
FMWK-760 Add support for statement cancellation by @reugn in #104
FMWK-827 Add configuration for unindexed query blocking by @reugn in #105
FMWK-826 Add support for EXPLAIN statement by @reugn in #107
FMWK-760 Add query result default limit configuration by @reugn in #108
FMWK-827 Make refuseScan enabled by default by @reugn in #110
Fixes
Reflect supported result set type and concurrency in DatabaseMetaData by @reugn in #103
FMWK-835 Redact secrets in URL logs by @reugn in #111
Documentation
FMWK-826 Add EXPLAIN statement examples by @reugn in #112
Updates
Update Snyk GitHub action and restrict workflow permissions by @reugn in #96
FMWK-828 Prepare version 2.0.0 release by @reugn in #114
Full Changelog : 1.10.1...2.0.0
1.10.1
19 Mar 11:46
Compare
Sorry, something went wrong.
No results found
Aerospike JDBC Driver 1.10.1
Updates
FMWK-701 Update dependencies and set version to 1.10.1 by @reugn in #87 .
Full Changelog : 1.10.0...1.10.1
1.10.0
10 Dec 08:25
Compare
Sorry, something went wrong.
No results found
Aerospike JDBC Driver 1.10.0
Features
FMWK-622 Add support for multi-record transactions by @reugn in #79 .
Updates
FMWK-624 Update dependencies and set version to 1.10.0 by @reugn in #80 .
Full Changelog : 1.9.2...1.10.0
1.9.2
12 Nov 08:38
Compare
Sorry, something went wrong.
No results found
Aerospike JDBC Driver 1.9.2
Fixes
FMWK-587 Return null for inapplicable URLs in driver connect by @reugn in #75 .
FMWK-588 Handle closed state in statements by @reugn in #76 .
FMWK-608 Add connection status check in method calls by @reugn in #77 .
Updates
FMWK-609 Update dependencies and set version to 1.9.2 by @reugn in #78 .
Full Changelog : 1.9.1...1.9.2
1.9.1
19 Sep 08:32
Compare
Sorry, something went wrong.
No results found
Aerospike JDBC Driver 1.9.1
Fixes
FMWK-560 Make upper boundary inclusive in the BETWEEN operator by @reugn in #72 .
Updates
FMWK-561 Update dependencies and set version to 1.9.1 by @reugn in #73 .
Full Changelog : 1.9.0...1.9.1
1.9.0
11 Jun 09:18
Compare
Sorry, something went wrong.
No results found
Aerospike JDBC Driver 1.9.0
Features
FMWK-444 Allow record metadata columns inclusion by @reugn in #69 .
Updates
FMWK-350 Upgrade calcite to 1.37.0 by @reugn in #70 .
FMWK-463 Update dependencies and set version to 1.9.0 by @reugn in #71 .
Full Changelog : 1.8.1...1.9.0
1.8.1
03 Jan 08:07
Compare
Sorry, something went wrong.
No results found
Aerospike JDBC Driver 1.8.1
Fixes
FMWK-302 Fix query by primary key written with sendKey false. (#66 )
FMWK-303 Use query order for columns in result set. (#67 )
Require List type for query parameters. (#65 )
Maintenance
FMWK-304 Update dependencies and prepare v1.8.1. (#68 )
1.8.0
21 Dec 09:48
Compare
Sorry, something went wrong.
No results found
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
FMWK-299 Update dependencies and prepare v1.8.0. (#64 )
FMWK-295 Update versions in GitHub Actions workflows. (#63 )
FMWK-297 Document driver configuration properties. (#61 )
FMWK-248 Add Snyk scan workflow. (#36 )
1.7.5
14 Sep 09:17
Compare
Sorry, something went wrong.
No results found
Aerospike JDBC Driver 1.7.5
Fixes
[FMWK-245] Use configuration values in schema builder's ScanPolicy.
Updates
[FMWK-246] Upgrade Netty to 4.1.97.Final.
Add TLS configuration instructions.