Releases: aerospike/aerospike-loader
Releases · aerospike/aerospike-loader
4.0.3
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
- @DomPeliniAerospike made their first contribution in #49
- @reugn made their first contribution in #48
Full Changelog: 4.0.2...4.0.3
4.0.2
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
- @pvinh-spike made their first contribution in #44
- @jdogmcsteezy made their first contribution in #43
Full Changelog: 4.0.1...4.0.2
4.0.1
Security:
- [Snyk] Security upgrade com.aerospike:aerospike-client from 6.1.7 to 7.0.0 by @arrowplum in #40 .
- TOOLS-2640 fix CVE-2023-36480.
Updates:
- Update Aerospike Java Client Dependency from version 6.1.7 to 7.0.0.
New Contributors:
- @arrowplum made their first contribution in #40
Full Changelog: 4.0.0...4.0.1
4.0.0
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:
- TOOLS-1669 Handle CVE-2020-9488 in asloader.
- TOOLS-1670 Handle CVE-2020-15250 in asloader.
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
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
- Update log4j to 2.17.1
2.4.2
- Update log4j to 2.16.0
2.4.1
- Update asloader to log4j 2.15.
- Update shebang script of build script.