Skip to content

1.8.0

Choose a tag to compare

@reugn reugn released this 21 Dec 09:48
· 28 commits to main since this release
dc12315

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)