Skip to content

1.8.0

Compare
Choose a tag to compare
@reugn reugn released this 09 May 08:01
· 120 commits to master since this release
0ebd65f

REST Client 1.8.0

Features

  • [CLIENT-1524] Support user quotas and statistics
  • Add useBoolBin configuration property
  • Set userKey parameter as required in batch read operations #31
  • Add circuit breaker to the Record and Operate services
  • Expose the minimum connections as a configuration property
  • Add default property values to the application.properties file
  • Upgrade Aerospike Java client to 5.1.0
  • Upgrade Spring Boot to 2.4.5
  • Update the demo project dependencies

Improvements

  • Improve documentation
  • Migrate the demo project to Yarn 2
  • Migrate from Travis CI to GitHub Actions

Fixes

  • Remove obsolete Priority field from policies
  • [CLIENT-1484] Remove deprecated scan policies
  • Use sha256 as a key in AerospikeClientPool
  • Fix multiple dependency vulnerabilities in the demo project