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
populates HostInfo.Port using the native port. (#1635)
Handling of nils when marshaling/unmarshaling lists and maps. (#1630)
Silent data corruption in case a map was serialized into UDT and some fields in the UDT were not present in the map.
The driver now correctly writes nulls instead of shifting fields. (#1626, #1639)
v1.1.0
Added
Changelog.
StreamObserver and StreamObserverContext interfaces to allow observing CQL streams.
ClusterConfig.WriteTimeout option now allows to specify a write-timeout different from read-timeout.
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.3.1.
Release notes
Sourced from github.com/gocql/gocql's releases.
... (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)