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/gocql/gocql from 1.3.1 to 1.3.2 #4347

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2023

Bumps github.com/gocql/gocql from 1.3.1 to 1.3.2.

Release notes

Sourced from github.com/gocql/gocql's releases.

v1.3.2

Changed

  • Supported versions of Go that we test against are now Go 1.19 and Go 1.20.

Fixed

  • Node event handling now processes topology events before status events. This fixes some cases where new nodes were missed. (#1682)
  • Learning a new IP address for an existing node (identified by host ID) now triggers replacement of that host. This fixes some Kubernetes reconnection failures. (#1682)
  • Refresh ring when processing a node UP event for an unknown host. This fixes some cases where new nodes were missed. (#1669)
Changelog

Sourced from github.com/gocql/gocql's changelog.

[1.3.2] - 2023-03-27

Changed

  • Supported versions of Go that we test against are now Go 1.19 and Go 1.20.

Fixed

  • Node event handling now processes topology events before status events. This fixes some cases where new nodes were missed. (#1682)
  • Learning a new IP address for an existing node (identified by host ID) now triggers replacement of that host. This fixes some Kubernetes reconnection failures. (#1682)
  • Refresh ring when processing a node UP event for an unknown host. This fixes some cases where new nodes were missed. (#1669)
Commits
  • 1c9ec8f Update changelog for release 1.3.2
  • 9ba7371 Update CHANGELOG
  • 1d26125 Merge Refresh ring when node UP event received for missing host (#1669)
  • b8a948f Merge Fix k8s reconnect (#1682)
  • 8593ee8 Remove and re-add host (by hostID) on IP change (#1682)
  • d9383b5 Handle topology changes before status changes
  • 95c4d5d Merge Bump Go version to 1.20 (#1673)
  • e557c08 Bump Go version to 1.20
  • d80175d add name/email to authors
  • b9c80a0 refresh ring when Node Up event received for unknown host
  • 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 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)

@dependabot dependabot bot requested a review from a team as a code owner March 28, 2023 04:58
@dependabot dependabot bot requested a review from pavolloffay March 28, 2023 04:58
@codecov
Copy link

codecov bot commented Mar 28, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.01 🎉

Comparison is base (6cbc11e) 97.07% compared to head (9fbcbaf) 97.08%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4347      +/-   ##
==========================================
+ Coverage   97.07%   97.08%   +0.01%     
==========================================
  Files         300      300              
  Lines       17715    17715              
==========================================
+ Hits        17197    17199       +2     
+ Misses        417      415       -2     
  Partials      101      101              
Flag Coverage Δ
unittests 97.08% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Bumps [github.com/gocql/gocql](https://github.com/gocql/gocql) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/gocql/gocql/releases)
- [Changelog](https://github.com/gocql/gocql/blob/master/CHANGELOG.md)
- [Commits](apache/cassandra-gocql-driver@v1.3.1...v1.3.2)

---
updated-dependencies:
- dependency-name: github.com/gocql/gocql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gocql/gocql-1.3.2 branch from a799c7f to 9fbcbaf Compare April 15, 2023 18:06
@yurishkuro yurishkuro merged commit cb5032d into main Apr 15, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gocql/gocql-1.3.2 branch April 15, 2023 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant