Skip to content

Releases: aerospike/aerospike-jdbc

1.10.0

10 Dec 08:25
a7e0e99
Compare
Choose a tag to compare

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
f459615
Compare
Choose a tag to compare

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
5fb1b8c
Compare
Choose a tag to compare

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
c447e03
Compare
Choose a tag to compare

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
54e9cce
Compare
Choose a tag to compare

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
dc12315
Compare
Choose a tag to compare

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
c6e7cae
Compare
Choose a tag to compare

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.

1.7.4

22 Aug 09:25
8d50c50
Compare
Choose a tag to compare

Aerospike JDBC Driver 1.7.4

Updates

  • [FMWK-229] Upgrade Aerospike Java client to 7.1.0 (addresses CVE-2023-36480).

1.7.3

08 Aug 09:03
dd263a6
Compare
Choose a tag to compare

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

03 Apr 09:29
4169857
Compare
Choose a tag to compare

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.