gocql now refreshes the entire ring when it receives a topology change event and
when control connection is re-connected.
This simplifies code managing ring state. (#1680)
Supported versions of Cassandra that we test against are now 4.0.x and 4.1.x. (#1685)
Default HostDialer now uses already-resolved connect address instead of hostname when establishing TCP connections (#1683).
Race between Query.Release() and speculative executions (#1684)
Missed ring update during control connection reconnection (#1680)
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)
gocql now refreshes the entire ring when it receives a topology change event and
when control connection is re-connected.
This simplifies code managing ring state. (#1680)
Supported versions of Cassandra that we test against are now 4.0.x and 4.1.x. (#1685)
Default HostDialer now uses already-resolved connect address instead of hostname when establishing TCP connections (#1683).
Race between Query.Release() and speculative executions (#1684)
Missed ring update during control connection reconnection (#1680)
[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.
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/gocql/gocql from 0.0.0-20200410100145-b454769479c6 to 1.4.0.
Release notes
Sourced from github.com/gocql/gocql's releases.
... (truncated)
Changelog
Sourced from github.com/gocql/gocql's changelog.
... (truncated)
Commits
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)