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

fix(deps): update module github.com/aerospike/aerospike-client-go/v6 to v6.15.0 #30785

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/aerospike/aerospike-client-go/v6 v6.13.0 -> v6.15.0 age adoption passing confidence

Release Notes

aerospike/aerospike-client-go (github.com/aerospike/aerospike-client-go/v6)

v6.15.0: Backport fix release

Compare Source

  • New Features

    • [CLIENT-2712] [CLIENT-2710] Support read replica policy in scan/query.
      This includes PREFER_RACK which allows scan/query to be directed at local rack nodes when possible.
  • Fixes

    • [CLIENT-2759] Go proxy: Background query with Expression doesn't filter records
      The filter expressions of wither policies will be used. Priority is with
      the Query Policy for backwards compatibility.
    • [CLIENT-2616] Update more dependencies to the latest.
    • [CLIENT-2618] Support persistent map indexes.
    • [CLIENT-2726] Proxy doesn't handle invalid filter expression error in query.
    • [CLIENT-2725] QueryExecute (background query) doesn't work without operations.
    • [CLIENT-2727] Go proxy: Query Pagination never complete.
    • [CLIENT-2732] Go proxy: Not able to multiple query calls with the same statement.
    • [CLIENT-2728] Fix an issue where Bin names were ignored if a FilterExpression was passed to the Query.
    • [CLIENT-2318] Expression in BatchPolicy takes precedence rather than BatchDeletePolicy.
    • [CLIENT-2434] Use 'sindex-exists' command in DropIndexTask.
    • [CLIENT-2694] Use RawURLEncoding instead of RawStdEncoding in proxy authenticator.
    • Rename grpc proto definition files due to compiler limitations. Resolves #​414
  • Improvements

    • Format all the code in the repo

v6.14.1

Compare Source

Hotfix.

  • Fixes

    • [CLIENT-2624] BatchGetOperate triggering SIGSEGV nil pointer in the Go client.
      Caching of the operation is faulty and causes race conditions when used concurrently.
      This commit removes the caching which included a useless allocation and rarely, if ever, had any practical influence on performance.

v6.14.0

Compare Source

  • New Features

    • Adds support for the AerospikeProxy and DBAAS service.

Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Feb 10, 2024
@renovate renovate bot force-pushed the renovate/gh.neting.cc-aerospike-aerospike-client-go-v6-6.x branch from eac9233 to fcbf97b Compare February 12, 2024 10:07
@renovate renovate bot changed the title Update module github.com/aerospike/aerospike-client-go/v6 to v6.15.0 fix(deps): update module github.com/aerospike/aerospike-client-go/v6 to v6.15.0 Feb 12, 2024
@mx-psi mx-psi closed this Feb 12, 2024
@mx-psi mx-psi reopened this Feb 12, 2024
@github-actions github-actions bot removed the Stale label Feb 13, 2024
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Feb 27, 2024
Copy link
Contributor

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions bot closed this Mar 12, 2024
Copy link
Contributor Author

renovate bot commented Mar 12, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v6.15.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/gh.neting.cc-aerospike-aerospike-client-go-v6-6.x branch March 12, 2024 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmd/configschema configschema command cmd/otelcontribcol otelcontribcol command dependencies Pull requests that update a dependency file dependency issue receiver/aerospike Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump github.com/aerospike/aerospike-client-go/v6 from 6.13.0 to 6.14.0 causes issues
4 participants