Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump github.com/aerospike/aerospike-client-go/v5 from 5.9.0 to 5.10.0 #11844

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2022

Bumps github.com/aerospike/aerospike-client-go/v5 from 5.9.0 to 5.10.0.

Release notes

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

Major fix release

This is a Major fix release. We recommend you update to this version ASAP. A bug might occur when a client performing a scan hits a "Partition Unavailable" during an unstable cluster (in both high availability (AP) and strong consistency (CP) modes). Previous versions of the client aborted the scan and put the connection back into the pool, which might cause unprocessed results to be sent to a different transaction (of the same client), possibly resulting in incorrect application behavior. This has been fixed by Go Client v5.10.0 and v6.4.0.

  • Fixes

    • [CLIENT-1822] Scan/Query/Other streaming commands, including some Batch could put a faulty connection back to the pool after a cluster event where in certain conditions its buffer contents would end up in another scan and mix the results.
    • Update go.mod, redact buggy versions and update required Go version to v1.16
    • Fixes a few test errors for server v6.1+.
    • Adds a nil check for error in the execution retry.
  • Improvements

    • Update the examples for the new scan/queries.
    • Avoid indirection for []byte conversion during reflection. Resolves #382.

Re-release to resolve github tag mixup

This is only a retag of v5.9.0, since that release bungled up tagging properly and causes issues with go.mod according to #386

Changelog

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

September 14 2022: v5.10.0

This is a Major fix release. We recommend you update to this version ASAP.

  • Fixes

    • [CLIENT-1822] Scan/Query/Other streaming commands, including some Batch could put a faulty connection back to the pool after a cluster event where in certain conditions its buffer contents would end up in another scan and mix the results.
    • Update go.mod, redact buggy versions and update required Go version to v1.16
    • Fixes a few test errors for serrver v6.1+.
    • Adds a nil check for error in the execution retry.
  • Improvements

    • Update the examples for the new retriable scan/queries
    • Avoid indirection for []byte conversion during reflection. Resolves #382.
Commits
  • d4cd311 Update CHANGELOG
  • 27c6e37 [CLIENT-1822] Continue processing records when PARTITION_UNAVAILABLE is recei...
  • d804989 Update CHANGELOG
  • 915b76a Update the examples for the new retriable scan/queries
  • 1ee56d3 Update min Go version to v1.16 and retract the faulty modules in go.mod, refl...
  • 0852923 [CLIENT-1822] Scan/Query/Other streaming commands could put a faulty connecti...
  • a76504c USe a direct []byte conversion during reflection. Resolves #382
  • 978d078 Fix a few test errors for serrver v6+
  • de4fe2e Add a nil check for error to be on the safe side
  • See full diff 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 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/v5](https://github.com/aerospike/aerospike-client-go) from 5.9.0 to 5.10.0.
- [Release notes](https://github.com/aerospike/aerospike-client-go/releases)
- [Changelog](https://github.com/aerospike/aerospike-client-go/blob/v5.10.0/CHANGELOG.md)
- [Commits](aerospike/aerospike-client-go@v5.9.0...v5.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 20, 2022
@telegraf-tiger telegraf-tiger bot added the chore label Sep 20, 2022
@telegraf-tiger
Copy link
Contributor

Download PR build artifacts for linux_amd64.tar.gz, darwin_amd64.tar.gz, and windows_amd64.zip.
Downloads for additional architectures and packages are available below.

⚠️ This pull request increases the Telegraf binary size by 1.01 % for linux amd64 (new size: 154.1 MB, nightly size 152.6 MB)

📦 Click here to get additional PR build artifacts

Artifact URLs

DEB RPM TAR GZ ZIP
amd64.deb aarch64.rpm darwin_amd64.tar.gz windows_amd64.zip
arm64.deb armel.rpm darwin_arm64.tar.gz windows_i386.zip
armel.deb armv6hl.rpm freebsd_amd64.tar.gz
armhf.deb i386.rpm freebsd_armv7.tar.gz
i386.deb ppc64le.rpm freebsd_i386.tar.gz
mips.deb riscv64.rpm linux_amd64.tar.gz
mipsel.deb s390x.rpm linux_arm64.tar.gz
ppc64el.deb x86_64.rpm linux_armel.tar.gz
riscv64.deb linux_armhf.tar.gz
s390x.deb linux_i386.tar.gz
linux_mips.tar.gz
linux_mipsel.tar.gz
linux_ppc64le.tar.gz
linux_riscv64.tar.gz
linux_s390x.tar.gz
static_linux_amd64.tar.gz

@sspaink sspaink merged commit f803c6b into master Sep 20, 2022
@sspaink sspaink deleted the dependabot/go_modules/github.com/aerospike/aerospike-client-go/v5-5.10.0 branch September 20, 2022 15:48
popey pushed a commit that referenced this pull request Oct 3, 2022
…9.0 to 5.10.0 (#11844)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit f803c6b)
dba-leshop pushed a commit to dba-leshop/telegraf that referenced this pull request Oct 30, 2022
…9.0 to 5.10.0 (influxdata#11844)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant