fix(deps): update module github.com/gocql/gocql to v1 #15016
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.0.0-20200526081602-cd04bd7f22a7->v1.7.0Release Notes
gocql/gocql (github.com/gocql/gocql)
v1.7.0Changed
v1.6.0Compare Source
Added
com.scylladb.auth.SaslauthdAuthenticatorandcom.scylladb.auth.TransitionalAuthenticatorto the list of default approved authenticators. (#1712)
information about that every time this information is received. (#1714)
Changed
This should help prevent issues where a default configuration overloads a server using default timeouts
during retries. (#1701, #1719)
v1.5.2Compare Source
Same as v1.5.0 (GitHub was not able to verify signature with embedded cleartext gpg message, even with armor lines prefixed)
v1.5.1Compare Source
Same as v1.5.0 (GitHub was not able to verify signature with embedded cleartext gpg message)
v1.5.0Compare Source
Added
The values are taken from the Go module's path and version
(or from the replacement module, if used). (#1702)
That allows the server to track which fork of the driver is being used.
This makes writing wrappers around Query easier. (#1700)
Fixed
[1677-09-22, 2262-04-11]range. (#1692)v1.4.0Compare Source
Changed
when control connection is re-connected.
This simplifies code managing ring state. (#1680)
Fixed
v1.3.2Compare Source
Changed
Fixed
This fixes some cases where new nodes were missed. (#1682)
This fixes some Kubernetes reconnection failures. (#1682)
This fixes some cases where new nodes were missed. (#1669)
v1.3.1Compare Source
Fixed
v1.3.0Compare Source
Added
Changed
v1.2.1Compare Source
Changed
Fixed
v1.2.0Compare Source
Released 2022-07-07.
This release improves support for connecting through proxies and some improvements when using Cassandra 4.0 or later.
Added
Changed
host_idinstead of connect address to identify nodes. (#1632)system.peers_v2instead ofsystem.peerswhen connected to Cassandra 4.0 or later andpopulates
HostInfo.Portusing the native port. (#1635)Fixed
HostInfo.HostnameAndPort(). (#1631)The driver now correctly writes nulls instead of shifting fields. (#1626, #1639)
v1.1.0Compare Source
Added
Changed
a platform that does not support SetWriteDeadline, set WriteTimeout to zero to disable the timeout.
if you reuse the TokenAwareHostPolicy between multiple sessions. Reusing TokenAwareHostPolicy between
sessions was never supported.
Fixed
Deprecated
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.