Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps aerospike from 3.0.0 to 4.2.0.

Release notes

Sourced from aerospike's releases.

4.2.0

Release Date: December 17, 2024

  • Notice: This version of the client only supports Aerospike Server v6.0 and later. Some features will work for the older server versions.
  • Debian 9 Stretch LTS has reached its End of Life on June 30 2022. We will drop support for Debian 9 in an upcoming client release.
  • Minor fix release.

Bug Fixes

  • Fix ruby client does not return failed nodes on timeout. [CLIENT-3195]

Full Changelog: aerospike/aerospike-client-ruby@v4.1.0...v4.2.0

4.1.0

Release Date: October 22, 2024

  • Notice: This version of the client only supports Aerospike Server v6.0 and later. Some features will work for the older server versions.
  • Debian 9 Stretch LTS has reached its End of Life on June 30 2022. We will drop support for Debian 9 in an upcoming client release.
  • Minor feature and fix release.

New Features

  • Support Policy#ReadTouchTtlPercent. [CLIENT-2833]
  • Support QueryDuration in QueryPolicy#ExpectedDuration. [CLIENT-2826]
  • Support XDR_KEY_BUSY. [CLIENT-3103]

Bug Fixes

  • Various fixes. PR #132 and #133 Thanks to Igor Pstyga. [CLIENT-3144]
    • Fix BatchRead for multiple records with operations.
    • Use correct namespace for the MapReturnType.
    • BatchRead with operations would throw an exception.
  • Fix a test with invalid map key in Aerospike Database v7.1.

Full Changelog: aerospike/aerospike-client-ruby@v4.0.0...v4.1.0

4.0.0

Release Date: August 14, 2024

  • Notice: This version of the client only supports Aerospike Server v6.0 and later. Some features will work for the older server versions.
  • Debian 9 Stretch LTS has reached its End of Life on June 30 2022. We will drop support for Debian 9 in an upcoming client release.

New Features

  • Add support for MapReturnType#MAP_ORDERED and MapReturnType#MAP_UNORDERED. [CLIENT-2177]
  • Add Exp#infinity_val and Exp#wildcard_val. [CLIENT-2308]
  • Support Batch Operations. [CLIENT-1731]

Improvements

  • Fix Github Actions Workflow. Tests still fail due to runner constraints, but we are now on the right track. [CLIENT-3056]

... (truncated)

Changelog

Sourced from aerospike's changelog.

[4.2.0] 2024-12-18

  • Fixes
    • [CLIENT-3195] Fix ruby client does not return failed nodes on timeout.

[4.1.0] 2024-10-22

  • New Features

    • [CLIENT-2833] Support Policy#ReadTouchTtlPercent.
    • [CLIENT-2826] Support QueryDuration in QueryPolicy#ExpectedDuration.
    • [CLIENT-3103] Support XDR_KEY_BUSY.
  • Fixes

    • [CLIENT-3144] Various fixes. PR #132 and #133 Thanks to Igor Pstyga
      • Fix BatchRead for multiple records with operations.
      • Use correct namespace for the MapReturnType.
      • BatchRead with operations would throw an exception.
    • Fix a test with invalid map key in Server v7.1.

[4.0.0] 2024-08-14

  • New Features

    • [CLIENT-2177] Add support for MapReturnType#MAP_ORDERED and MapReturnType#MAP_UNORDERED.
    • [CLIENT-2308] Add Exp#infinity_val and Exp#wildcard_val.
    • [CLIENT_1731] Support Batch Operations.
  • Updates

    • [CLIENT-3055] Remove Unsupported Server Features (Predexp and BatchDirect).
  • Improvements

    • [CLIENT-3056] Fix Github Actions Workflow. Tests still fail due to runner constraints, but we are now on the right track.
    • [CLIENT-2682] Code Coverage - obtain current code coverage numbers for automated unit/integration functional tests.
  • Fixes

    • [CLIENT-3080] Set correct return types in list/map read expressions. Set bool return type for list read expressions with ListReturnType.EXISTS. Set bool return type for map read expressions with MapReturnType.EXISTS. Set map return type for map read expressions with MapReturnType.UNORDERED_MAP or MapReturnType.ORDERED_MAP.
    • [CLIENT-3072] Fix an issue where Statement#return_data is not respected.
Commits
  • dcd9078 [CLIENT-3195] Fix ruby client does not return failed nodes on timeout.
  • fb54d1d Merge pull request #135 from aerospike/stage
  • 2b5df7c [CLIENT-3103] Support XDR_KEY_BUSY
  • 34edb01 [CLIENT-2826] Support QueryDuration enum in QueryPolicy
  • 9b1ccb4 Update CHANGELOG
  • b034e04 Bump Version to 4.1.0
  • 3d53b92 [CLIENT-2833] Support Policy#ReadTouchTtlPercent
  • 795f950 Remove the test with specific ttl value
  • 80f6f06 Update CHANGELOG
  • 22d9742 Bump version to 4.0.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aerospike](https://github.com/aerospike/aerospike-client-ruby) from 3.0.0 to 4.2.0.
- [Release notes](https://github.com/aerospike/aerospike-client-ruby/releases)
- [Changelog](https://github.com/aerospike/aerospike-client-ruby/blob/v4.2.0/CHANGELOG.md)
- [Commits](aerospike/aerospike-client-ruby@v3.0.0...v4.2.0)

---
updated-dependencies:
- dependency-name: aerospike
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant