Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2025

Bumps github.com/aerospike/aerospike-client-go/v8 from 8.2.2 to 8.4.1.

Release notes

Sourced from github.com/aerospike/aerospike-client-go/v8's releases.

v8.4.1

Release Date: November 4 2025

Bug Fixes

  • Fixed issue where panic: runtime error: invalid memory address could occur after calling usingTendConn(...).

Full Changelog: aerospike/aerospike-client-go@v8.4.0...v8.4.1

v8.4.0

Release Date: October 21, 2025

Improvements

  • Update Go client to support FIPS. [CLIENT-3435]

Bug Fixes

  • Fixed issue where Network Error from EOF could occur after server migrations. [CLIENT-3821]
  • Fixed issue where nil pointer panic occurs on errToAerospikeErr. [CLIENT-3810]
  • Fixed issue where background queries for all records applied only partially. [CLIENT-3796]
  • Added server version check before sending the user-agent-set command. [CLIENT-3744]
  • Skipped orphan seeds without peers when other seeds have peers. [CLIENT-2418]
  • Replaced existing cluster node when a new peer shares the same node name but a different IP address. [CLIENT-3120]
  • Resolved inconsistencies between clients when reflecting configuration changes. [CLIENT-3546]
  • Fixed inability to repeat background queries using the same statement. [CLIENT-3023]
  • Ensured Statement.BinNames is empty for QueryExecute operations. [CLIENT-3021]

Full Changelog: aerospike/aerospike-client-go@v8.3.0...v8.4.0

v8.3.0

Release Date: September 02, 2025

Improvements

  • Update txn_verify_policy.go. [CLIENT-3420]
  • Updated docs for UseServicesAlternate. [CLIENT-3445]
  • Adding ability to pick select partition in PartitionFilter. [CLIENT-3406]
  • Provide user-level metrics for applications using Aerospike. [CLIENT-3439]
  • Support ability to dynamically change config parameters at runtime. [CLIENT-3365]
  • Circuit breaker progressive back off. [CLIENT-3452]
  • Support Secondary index on an expression. [CLIENT-3590]
  • Added missing filters for NewContainsRange. [CLIENT-3615]
  • Changes for timeoutDelay. [CLIENT-2226]
  • Support creating a PKI user without a password. [CLIENT-3577]
  • Support server-side logging of Client type and Client version (User-agent feature). [CLIENT-3586]

Bug Fixes

  • Fix api and added extensive tests. [CLIENT-3665]
  • Changes to handle errors for PKI users. [CLIENT-3571]

Full Changelog: aerospike/aerospike-client-go@v8.2.2...v8.3.0

Changelog

Sourced from github.com/aerospike/aerospike-client-go/v8's changelog.

November 4 2025: v8.4.1

Fixes

  • [CLIENT-3821] Fixed issue where panic: runtime error: invalid memory address could occur after calling usingTendConn(...).

October 20 2025: v8.4.0

Improvements

  • [CLIENT-3435] Update Go client to support FIPS.

Fixes

  • [CLIENT-3821] Fixed issue where Network Error from EOF could occur after server migrations.
  • [CLIENT-3810] Fixed issue where nil pointer panic occurs on errToAerospikeErr.
  • [CLIENT-3796] Fixed issue where background queries for all records applied only partially.
  • [CLIENT-3744] Added server version check before sending the user-agent-set command.
  • [CLIENT-2418] Skipped orphan seeds without peers when other seeds have peers.
  • [CLIENT-3120] Replaced existing cluster node when a new peer shares the same node name but a different IP address.
  • [CLIENT-3546] Resolved inconsistencies between clients when reflecting configuration changes.
  • [CLIENT-3023] Fixed inability to repeat background queries using the same statement.
  • [CLIENT-3021] Ensured Statement.BinNames is empty for QueryExecute operations.

August 29 2025: v8.3.0

  • Improvements
    • [CLIENT-3420] Update txn_verify_policy.go
    • [CLIENT-3445] Updated docs for UseServicesAlternate
    • [CLIENT-3406] Adding ability to pick select partition in PartitionFilter
    • [CLIENT-3439] Provide user-level metrics for applications using Aerospike
    • [CLIENT-3365] Support ability to dynamically change config parameters at runtime
    • [CLIENT-3452] Circuit breaker progressive back off
    • [CLIENT-3590] Support Secondary index on an expression
    • [CLIENT-3615] Added missing filters for NewContainsRange
    • [CLIENT-2226] Changes for timeoutDelay
    • [CLIENT-3577] Support creating a PKI user without a password
    • [CLIENT-3586] Support server-side logging of Client type and Client version (User-agent feature)
  • Fixes
    • [CLIENT-3665] Fix api and added extensive tests
    • [CLIENT-3571] Changes to handle errors for PKI users
Commits
  • 120cea7 Merge pull request #535 from aerospike/stage
  • fff219a Merge branch 'v8' into stage
  • ff6b45b Merge pull request #534 from aerospike/panic-runtime-error_on-requestInfo
  • bc11fd8 Return the errors
  • 9c6623d Remove the confusing naming in Node.usingTendConn
  • 359ce61 Remove closure captures as much as possible
  • b715053 Fixed tests
  • 1011f78 Preventing leaky abstraction
  • 6796ead Updated CHANGELOG for v8.4.1 release
  • d13ede6 Capturing errorCall for usingTendConns
  • 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 [github.com/aerospike/aerospike-client-go/v8](https://github.com/aerospike/aerospike-client-go) from 8.2.2 to 8.4.1.
- [Release notes](https://github.com/aerospike/aerospike-client-go/releases)
- [Changelog](https://github.com/aerospike/aerospike-client-go/blob/v8/CHANGELOG.md)
- [Commits](aerospike/aerospike-client-go@v8.2.2...v8.4.1)

---
updated-dependencies:
- dependency-name: github.com/aerospike/aerospike-client-go/v8
  dependency-version: 8.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the 🤖 Dependencies Pull requests that update a dependency file label Nov 6, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 6, 2025 07:16
@dependabot dependabot bot requested review from ReneWerner87, efectn, gaby and sixcolors and removed request for a team November 6, 2025 07:16
@dependabot dependabot bot added the 🤖 Dependencies Pull requests that update a dependency file label Nov 6, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 6, 2025

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (4)
  • (deps)
  • build(deps)
  • bumb
  • fix(deps)

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2025

Superseded by #2009.

@dependabot dependabot bot closed this Nov 18, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/aerospike/github.com/aerospike/aerospike-client-go/v8-8.4.1 branch November 18, 2025 07:12
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant