Aerospike JDBC Driver version 1.1.0 was released on April 16, 2021.
Features
- Support UPDATE without a WHERE clause.
- Support integer inequality operators.
- Support the TRUNCATE TABLE statement.
- Support integer key offset using a PartitionFilter.
Fixes
- Fix write policy for the INSERT and UPDATE statements.
- Fix the SELECT by a primary key query.
- Check for DELETE return value.