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

Bump github.com/aerospike/aerospike-client-go from 1.27.0 to 4.5.2+incompatible #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 17, 2022

Bumps github.com/aerospike/aerospike-client-go from 1.27.0 to 4.5.2+incompatible.

Release notes

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

Minor fix release

  • Fixes

    • Handle reading keys where the original value sent to the server was a list. Resolves Issue #350.

Minor fix release

  • Fixes

    • Handle lack of key digests in BatchExists command.

Minor feature, fix and improvements release

  • New Features

    • Allows reading of boolean types from the server, supported in Aerospike server v5.6. The current client will not support writing boolean type to the server. That features will be supported in the upcoming Go client v5.
  • Improvements

    • [CLIENT-1495] Tentatively check if a connection is allowed to avoid launching too many goroutines.
  • Fixes

    • Implements correct and re-triable Scans for the Reflection API.
    • Fixes an obscure var shadowing bug in TLS connection handshake error logging.

Minor fix and improvements release

  • Fixes

    • Fixes an issue where the client's reflection API expected certain int value types returned from the database. That assumption was wrong for CDTs and free form Lists and Maps. The client will now convert types to each other per Go's conversion rules where possible.
  • Improvements

    • Use a global TLS setting everywhere in tests.

Minor feature, fix and improvements release

While there aren't many user facing changes, the quality of the code has been markedly improved. This release puts us on a good footing for the next few big releases.

  • New Features:

    • [CLIENT-1457] Support scan pagination through ScanPartitions() with PartitionFilter
  • Fixes

    • Fixes an issue where if errors and filtered records happened at the same time in Batch requests, no error would be returned to the user.
  • Improvements

... (truncated)

Changelog

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

Change History

May 28 2021: v4.5.2

Minor fix release.

  • Fixes

    • Handle reading keys where the original value sent to the server was a list. Resolves Issue #350.

May 27 2021: v4.5.1

Minor fix release.

  • Fixes

    • Handle lack of key digests in BatchExists command.

April 9 2021: v4.5.0

Minor feature and fix release.

  • New Features

    • Allows reading of boolean types from the server, supported in Aerospike server v5.6. The current client will not support writing boolean type to the server. That features will be supported in the upcoming Go client v5.
  • Fixes

    • [CLIENT-1495] Tentatively check if a connection is allowed to avoid launching too many goroutines.
  • Fixes

    • Implements correct and re-triable Scans for the Reflection API.
    • Fixes an obscure var shadowing bug in TLS connection handshake error logging.

March 12 2021: v4.4.0

Minor fix and improvements release.

  • Fixes

    • Fixes an issue where the client's reflection API expected certain int value types returned from the database. That assumption was wrong for CDTs and free form Lists and Maps. The client will now convert types to each other per Go's conversion rules where possible.
  • Improvements

    • Use a global TLS setting everywhere in tests.

March 1 2021: v4.3.0

Minor feature and fix and major clean up release. While there aren't many user facing changes, the quality of the code has been markedly improved. This release puts us on a good footing for the next few bigger releases.

  • New Features:

... (truncated)

Commits
  • 2a68420 Handle reading keys where the original value sent to the server was a list. R...
  • 049fe6c Update travis builds to include go v1.16
  • c9657ae Handle lack of key digests in command
  • 6f47c1f Updated README.md
  • b1764d5 [CLIENT-1495] Tentatively check if a connection is allowed to avoid launching...
  • 803ba4a Updated CHANGELOG
  • 838333a Support partition scans for the Reflection API
  • 66626c9 Only support reading the boolean type for the interim
  • a10cb88 CLIENT-1463 Support boolean particle type
  • b6b0eb4 Forces node test clients to use full host with TLSName
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/aerospike/aerospike-client-go](https://github.com/aerospike/aerospike-client-go) from 1.27.0 to 4.5.2+incompatible.
- [Release notes](https://github.com/aerospike/aerospike-client-go/releases)
- [Changelog](https://github.com/aerospike/aerospike-client-go/blob/master/CHANGELOG.md)
- [Commits](aerospike/aerospike-client-go@v1.27.0...v4.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 17, 2022
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
0 participants