Skip to content

chore(deps): update go (major)#3471

Merged
Yuan325 merged 3 commits into
googleapis:mainfrom
renovate-bot:renovate/major-go
Jun 23, 2026
Merged

chore(deps): update go (major)#3471
Yuan325 merged 3 commits into
googleapis:mainfrom
renovate-bot:renovate/major-go

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/cenkalti/backoff/v5 v5.0.3v6.0.1 age confidence
github.com/gocql/gocql v1.17.3v2.1.2 age confidence

Release Notes

cenkalti/backoff (github.com/cenkalti/backoff/v5)

v6.0.1

Compare Source

v6.0.0

Compare Source

gocql/gocql (github.com/gocql/gocql)

v2.1.2

Compare Source

Fixed
  • Prevent panic when using a HostFilter and keyspace is not replicated to every DC (CASSGO-122)
  • system.peers fallback doesn't work in some scenarios (CASSGO-126)
  • Many "Pool connection error" with small Session.Timeout (CASSGO-125)

v2.1.1

Compare Source

Fixed
  • Iter.MapScan is unable to scan data of user-defined types fix (CASSGO-115)

v2.1.0

Compare Source

Added
  • Session.StatementMetadata (CASSGO-92)
  • NewLogFieldIP, NewLogFieldError, NewLogFieldStringer, NewLogFieldString, NewLogFieldInt, NewLogFieldBool (CASSGO-92)
  • Introduced configurable schema metadata caching modes to control what metadata is cached (CASSGO-107)
  • Support for session ready, host state, topology change and schema changes custom listeners (CASSGO-101)
  • Add Session.AllKeyspaceMetadata() (CASSGO-109)
  • Add GetSerialConsistency method to Query and Batch (CASSGO-103)
  • Add RequestErrOverloaded, RequestErrBootstrapping, RequestErrInvalid, RequestErrConfig, RequestErrCredentials, RequestErrSyntax, RequestErrTruncate, RequestErrUnauthorized for dedicated error handling (CASSGO-113)
Changed
  • Use protocol downgrading approach during protocol negotiation (CASSGO-97)
  • TokenAwareHostPolicy now populates replica maps for non-default keyspaces (CASSGO-104)
  • Add options to shuffle replicas for token-aware policy and log warning when the default behavior is used (CASSGO-106)
  • Bump Go version support from 1.22 and 1.23 to 1.25 and 1.26 (CASSGO-110)
  • Upgraded Github actions dependencies versions (CASSGO-111)
  • Fix a couple of issues related to CASSGO-101 (CASSGO-114)
Fixed
  • Prevent panic with queries during session init (CASSGO-92)
  • Return correct values from RowData (CASSGO-95)
  • Prevent setting a compression flag in a frame header when native proto v5 is being used (CASSGO-98)
  • Prevent panic iin compileMetadata() when final func is not defined for an aggregate (CASSGO-105)
  • Framer drops error silently (CASSGO-108)

Configuration

📅 Schedule: (UTC)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate

Copy link
Copy Markdown

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: github.com/gocql/gocql/v2@v2.1.2: parsing go.mod:
	module declares its path as: github.com/apache/cassandra-gocql-driver/v2
	        but was required as: github.com/gocql/gocql/v2

@renovate-bot renovate-bot requested a review from a team as a code owner June 18, 2026 00:09
@dpebot

dpebot commented Jun 18, 2026

Copy link
Copy Markdown

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf Bot added the tests: run Label to trigger Github Action tests. label Jun 18, 2026
@github-actions github-actions Bot removed the tests: run Label to trigger Github Action tests. label Jun 18, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the github.com/gocql/gocql dependency to v2 in go.mod. However, this change introduces an unused dependency since the project already utilizes a different v2 driver, and it bypasses an active replace directive for ScyllaDB's fork. It is recommended to revert this change and run go mod tidy.

Comment thread go.mod Outdated
@dpebot

dpebot commented Jun 18, 2026

Copy link
Copy Markdown

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf Bot added the tests: run Label to trigger Github Action tests. label Jun 18, 2026
@github-actions github-actions Bot removed the tests: run Label to trigger Github Action tests. label Jun 18, 2026
@omkargaikwad23 omkargaikwad23 self-assigned this Jun 18, 2026
@renovate-bot renovate-bot changed the title chore(deps): update go to v2 chore(deps): update go (major) Jun 19, 2026
@dpebot

dpebot commented Jun 19, 2026

Copy link
Copy Markdown

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf Bot added the tests: run Label to trigger Github Action tests. label Jun 19, 2026
@github-actions github-actions Bot removed the tests: run Label to trigger Github Action tests. label Jun 19, 2026
@dpebot

dpebot commented Jun 22, 2026

Copy link
Copy Markdown

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf Bot added the tests: run Label to trigger Github Action tests. label Jun 22, 2026
@github-actions github-actions Bot removed the tests: run Label to trigger Github Action tests. label Jun 22, 2026
@dpebot

dpebot commented Jun 23, 2026

Copy link
Copy Markdown

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf Bot added the tests: run Label to trigger Github Action tests. label Jun 23, 2026
@github-actions github-actions Bot removed the tests: run Label to trigger Github Action tests. label Jun 23, 2026
@dpebot

dpebot commented Jun 23, 2026

Copy link
Copy Markdown

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf Bot added the tests: run Label to trigger Github Action tests. label Jun 23, 2026
@github-actions github-actions Bot removed the tests: run Label to trigger Github Action tests. label Jun 23, 2026
@Yuan325 Yuan325 requested a review from a team as a code owner June 23, 2026 02:37
@dpebot

dpebot commented Jun 23, 2026

Copy link
Copy Markdown

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf Bot added the tests: run Label to trigger Github Action tests. label Jun 23, 2026
@github-actions github-actions Bot removed the tests: run Label to trigger Github Action tests. label Jun 23, 2026
@Yuan325

Yuan325 commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

removed gocql since the scylladb/gocql still uses the v1. No other packages are using gocql except for scylladb for now.

@Yuan325

Yuan325 commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

/gcbrun

@Yuan325 Yuan325 enabled auto-merge (squash) June 23, 2026 02:40
@forking-renovate

Copy link
Copy Markdown

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@Yuan325 Yuan325 merged commit a0ee0f5 into googleapis:main Jun 23, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants