signalfx / signalfx-go-tracing

BSD 3-Clause "New" or "Revised" License
13 stars 15 forks source link

Bump github.com/gocql/gocql from 0.0.0-20200410100145-b454769479c6 to 1.3.2 in /contrib/gocql/gocql #471

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/gocql/gocql from 0.0.0-20200410100145-b454769479c6 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)

v1.3.1

Fixed

  • Panic in RackAwareRoundRobinPolicy caused by wrong alignment on 32-bit platforms. (#1666)

v1.3.0

Added

  • Added a RackAwareRoundRobinPolicy that attempts to keep client->server traffic in the same rack when possible.

Changed

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

v1.2.1

Changed

  • GetCustomPayload now returns nil instead of panicking in case of query error. (#1385)

Fixed

  • Nil pointer dereference in events.go when handling node removal. (#1652)
  • Reading peers from DataStax Enterprise clusters. This was a regression in 1.2.0. (#1646)
  • Unmarshaling maps did not pre-allocate the map. (#1642)

v1.2.0

Released 2022-07-07.

This release improves support for connecting through proxies and some improvements when using Cassandra 4.0 or later.

Added

  • HostDialer interface now allows customizing connection including TLS setup per host. (#1629)

Changed

  • The driver now uses host_id instead of connect address to identify nodes. (#1632)
  • gocql reads system.peers_v2 instead of system.peers when connected to Cassandra 4.0 or later and

... (truncated)

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)

[1.3.1] - 2022-12-13

Fixed

  • Panic in RackAwareRoundRobinPolicy caused by wrong alignment on 32-bit platforms. (#1666)

[1.3.0] - 2022-11-29

Added

  • Added a RackAwareRoundRobinPolicy that attempts to keep client->server traffic in the same rack when possible.

Changed

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

[1.2.1] - 2022-09-02

Changed

  • GetCustomPayload now returns nil instead of panicking in case of query error. (#1385)

Fixed

  • Nil pointer dereference in events.go when handling node removal. (#1652)
  • Reading peers from DataStax Enterprise clusters. This was a regression in 1.2.0. (#1646)
  • Unmarshaling maps did not pre-allocate the map. (#1642)

[1.2.0] - 2022-07-07

This release improves support for connecting through proxies and some improvements when using Cassandra 4.0 or later.

Added

  • HostDialer interface now allows customizing connection including TLS setup per host. (#1629)

... (truncated)

Commits


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[bot] commented 1 year ago

Superseded by #479.