Added the InstaclustrPasswordAuthenticator to the list of default approved authenticators. (#1711)
Added the com.scylladb.auth.SaslauthdAuthenticator and com.scylladb.auth.TransitionalAuthenticator
to the list of default approved authenticators. (#1712)
Added transferring Keyspace and Table names to the Query from the prepared response and updating
information about that every time this information is received. (#1714)
Changed
Tracer created with NewTraceWriter now includes the thread information from trace events in the output. (#1716)
Increased default timeouts so that they are higher than Cassandra default timeouts.
This should help prevent issues where a default configuration overloads a server using default timeouts
during retries. (#1701, #1719)
v1.5.2
Same as v1.5.0 (GitHub was not able to verify signature with embedded cleartext gpg message, even with armor lines prefixed)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
2023-06-12:
Switching signing key used for github.com/gocql/gocql tags (since v1.5.0)
from GPG key ID: E0C5EC9218CB255D
to SSH key with the following fingerprint:
SHA256:TcKxeY58a0HRfycY4dCuqMF23FrNyEcclOdVzUI9BBI
You can verify it with
martin.sucha@kiwi.com namespaces="git" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN8Cnim2/FWQqDJmhidmXK/9VNO64rLfVJrvZqKaLqUl
in your gpg.ssh.allowedSignersFile
-----BEGIN PGP SIGNATURE-----
Added the InstaclustrPasswordAuthenticator to the list of default approved authenticators. (#1711)
Added the com.scylladb.auth.SaslauthdAuthenticator and com.scylladb.auth.TransitionalAuthenticator
to the list of default approved authenticators. (#1712)
Added transferring Keyspace and Table names to the Query from the prepared response and updating
information about that every time this information is received. (#1714)
Changed
Tracer created with NewTraceWriter now includes the thread information from trace events in the output. (#1716)
Increased default timeouts so that they are higher than Cassandra default timeouts.
This should help prevent issues where a default configuration overloads a server using default timeouts
during retries. (#1701, #1719)
[1.5.2] - 2023-06-12
Same as 1.5.0. GitHub does not like gpg signed text in the tag message (even with prefixed armor),
so pushing a new tag.
[1.5.1] - 2023-06-12
Same as 1.5.0. GitHub does not like gpg signed text in the tag message,
so pushing a new tag.
[1.5.0] - 2023-06-12
Added
gocql now advertises the driver name and version in the STARTUP message to the server.
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.
Query.Values() to retrieve the values bound to the Query.
This makes writing wrappers around Query easier. (#1700)
Unmarshalling of dates outside of [1677-09-22, 2262-04-11] range. (#1692)
[1.4.0] - 2023-04-26
Added
Changed
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)
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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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.6.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 show