Skip to content

Releases: aerospike/aerospike-loader

4.0.3

06 Aug 23:17
Compare
Choose a tag to compare

What's Changed

  • fix: tools-2960 set client maxConnsPerNode to sum of write and read w… by @dwelch-spike in #50
  • [Snyk] Upgrade com.aerospike:aerospike-client from 7.2.1 to 7.2.2 by @DomPeliniAerospike in #49
  • [Snyk] Upgrade commons-cli:commons-cli from 1.6.0 to 1.7.0 by @reugn in #48
  • [Snyk] Upgrade org.apache.logging.log4j:log4j-api from 2.21.0 to 2.22.1 by @pvinh-spike in #47
  • [Snyk] Upgrade org.apache.logging.log4j:log4j-core from 2.21.0 to 2.22.1 by @pvinh-spike in #46

New Contributors

Full Changelog: 4.0.2...4.0.3

4.0.2

25 Jan 22:54
5ed2092
Compare
Choose a tag to compare

Security:

  • [Snyk] Upgrade commons-cli:commons-cli from 1.5.0 to 1.6.0 by @pvinh-spike in #44
  • [Snyk] Upgrade org.apache.logging.log4j:log4j-core from 2.20.0 to 2.21.0 by @jdogmcsteezy in #43
  • [Snyk] Upgrade org.apache.logging.log4j:log4j-api from 2.20.0 to 2.21.0 by @jdogmcsteezy in #42

Bug Fixes:

  • fix: Tools-2826 Do not check for read-write privlege, allows ldap users to connect correctly. by @dwelch-spike in #45

Updates

  • build: Update Aerospike Java client to version 7.2.1.

New Contributors

Full Changelog: 4.0.1...4.0.2

4.0.1

07 Aug 18:20
9615b86
Compare
Choose a tag to compare

Security:

Updates:

  • Update Aerospike Java Client Dependency from version 6.1.7 to 7.0.0.

New Contributors:

Full Changelog: 4.0.0...4.0.1

4.0.0

12 Apr 18:21
Compare
Choose a tag to compare

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

3.0.0

31 Jan 01:16
8eeae53
Compare
Choose a tag to compare

Breaking Changes:

  • TOOLS-2346 Upgrade Java client to 6.1.6.
    • Aerospike Java client to 6.1.6 is only compatible with Aerospike server versions 4.9 or newer.
  • TOOLS-2322 Write key ordered maps by default.

New features:

  • TOOLS-2347 Add -um, --unorderedMaps flags.
    • Forces all maps to be written as unorderd maps. This was standard before the 3.0.0 asloader release.

2.4.3

07 Jan 19:14
d944221
Compare
Choose a tag to compare
  • Update log4j to 2.17.1

2.4.2

16 Dec 17:31
e3c31f7
Compare
Choose a tag to compare
  • Update log4j to 2.16.0

2.4.1

14 Dec 05:32
e3c31f7
Compare
Choose a tag to compare
  • Update asloader to log4j 2.15.
  • Update shebang script of build script.

2.3.5

14 May 22:39
Compare
Choose a tag to compare

2.3.4

08 Apr 02:45
Compare
Choose a tag to compare

Improvements:

* [TOOLS-1417] - (TOOLS) Added support for CentOS 8.
* [TOOLS-1487] - (ASLOADER) Update Java client to version 4.4.10.