Skip to content

4.0.0

Compare
Choose a tag to compare
@dwelch-spike dwelch-spike released this 12 Apr 18:21
· 24 commits to master since this release

Breaking Changes:

  • TOOLS-2469 (ASLOADER) Float data type loses precision, change to double.
    • Asloader 4.0.0 will parse data specified as "float" in the JSON spec as Java doubles. This means you may see changes in the precision of floating point values when compared to previous versions of asloader. Parsing as double matches the precision of the Aerospike double data type which is what all floats are stored as in the Aerospike database.

Security:

Bug Fixes:

  • TOOLS-2469 (ASLOADER) Float data type loses precision, change to double.

Updates:

  • [Snyk] Upgrade com.aerospike:aerospike-client from 6.1.6 to 6.1.7 by @snyk-bot in #36
  • [DOCS-1320] [Snyk] Upgrade org.apache.logging.log4j:log4j-core from 2.17.1 to 2.19.0 by @snyk-bot in #33
  • [DOCS-1320] [Snyk] Upgrade commons-cli:commons-cli from 1.2 to 1.5.0 by @snyk-bot in #31
  • [TOOLS-1670] [TOOLS-1690] Bump junit from 4.11 to 4.13.1 by @dependabot in #19