Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.1 -> v4.0.0 age confidence
github.com/bombsimon/wsl/v4 v4.7.0 -> v5.3.0 age confidence
github.com/cenkalti/backoff/v4 v4.3.0 -> v5.0.3 age confidence
github.com/gocql/gocql v1.7.0 -> v2.0.0 age confidence
go.yaml.in/yaml/v2 v2.4.3 -> v3.0.4 age confidence

Release Notes

GaijinEntertainment/go-exhaustruct (github.com/GaijinEntertainment/go-exhaustruct/v3)

v4.0.0

Compare Source

Rename warning

Package being renamed to dev.gaijin.team/go/exhaustruct/v4 and all further updates will be published under this name.

Breaking changes:
  • Analyzer now receives configuration structure instead of several arguments (#​141)
New features:
  • Global Empty Allowance Option (#​141)
  • Return Statement Allowance Option (#​141)
  • Variable Declaration Allowance Option (#​141)
  • Pattern-Based Allowance Option (#​141)
Fixes:
  • Recognize directives within slices and maps (#​138)
bombsimon/wsl (github.com/bombsimon/wsl/v4)

v5.3.0

Compare Source

What's Changed

Full Changelog: bombsimon/wsl@v5.2.0...v5.3.0

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: bombsimon/wsl@v5.1.1...v5.2.0

v5.1.1

Compare Source

What's Changed

Full Changelog: bombsimon/wsl@v5.1.0...v5.1.1

v5.1.0

Compare Source

What's Changed

Full Changelog: bombsimon/wsl@v5.0.0...v5.1.0

v5.0.0

Compare Source

What's Changed

Full Changelog: bombsimon/wsl@v4.7.0...v5.0.0

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

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

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

v2.0.0

Compare Source

Removed
2.0.0-rc1
  • Drop support for old CQL protocol versions: 1 and 2 (CASSGO-75)
  • Cleanup of deprecated elements (CASSGO-12)
  • Remove global NewBatch function (CASSGO-15)
  • Remove deprecated global logger (CASSGO-24)
  • HostInfo.SetHostID is no longer exported (CASSGO-71)
Added
2.0.0
  • Don't collect host metrics if a query/batch observer is not provided (CASSGO-90)
2.0.0-rc1
  • Support vector type (CASSGO-11)
  • Allow SERIAL and LOCAL_SERIAL on SELECT statements (CASSGO-26)
  • Support of sending queries to the specific node with Query.SetHostID() (CASSGO-4)
  • Support for Native Protocol 5. Following protocol changes exposed new API
    Query.SetKeyspace(), Query.WithNowInSeconds(), Batch.SetKeyspace(), Batch.WithNowInSeconds() (CASSGO-1)
  • Externally-defined type registration (CASSGO-43)
  • Add Query and Batch to ObservedQuery and ObservedBatch (CASSGO-73)
  • Add way to create HostInfo objects for testing purposes (CASSGO-71)
  • Add missing Context methods on Query and Batch (CASSGO-81)
  • Update example and test code for 2.0 release (CASSGO-80)
  • Add API docs for 2.0 release (CASSGO-78)
  • Update documentation for 2.0 (readme, upgrade guide, pkg.go.dev) (CASSGO-79)
Changed
2.0.0
  • Remove release date from changelog and add 2.0.0-rc1 (CASSGO-86)
2.0.0-rc1
  • Moved the Snappy compressor into its own separate package (CASSGO-33)
  • Move lz4 compressor to lz4 package within the gocql module (CASSGO-32)
  • Don't restrict server authenticator unless PasswordAuthentictor.AllowedAuthenticators is provided (CASSGO-19)
  • Detailed description for NumConns (CASSGO-3)
  • Change Batch API to be consistent with Query() (CASSGO-7)
  • Added Cassandra 4.0 table options support (CASSGO-13)
  • Bumped actions/upload-artifact and actions/cache versions to v4 in CI workflow (CASSGO-48)
  • Keep nil slices in MapScan (CASSGO-44)
  • Improve error messages for marshalling (CASSGO-38)
  • Remove HostPoolHostPolicy from gocql package (CASSGO-21)
  • Standardized spelling of datacenter (CASSGO-35)
  • Refactor HostInfo creation and ConnectAddress() method (CASSGO-45)
  • gocql.Compressor interface changes to follow append-like design (CASSGO-1)
  • Refactoring hostpool package test and Expose HostInfo creation (CASSGO-59)
  • Move "execute batch" methods to Batch type (CASSGO-57)
  • Make Session immutable by removing setters and associated mutex (CASSGO-23)
  • inet columns default to net.IP when using MapScan or SliceMap (CASSGO-43)
  • NativeType removed (CASSGO-43)
  • New and NewWithError removed and replaced with Zero (CASSGO-43)
  • Changes to Query and Batch to make them safely reusable (CASSGO-22)
  • Change logger interface so it supports structured logging and log levels (CASSGO-9)
  • Bump go version in go.mod to 1.19 (CASSGO-34)
  • Change module name to github.com/apache/cassandra-gocql-driver/v2 (CASSGO-70)
Fixed
2.0.0
  • Driver closes connection when timeout occurs (CASSGO-87)
  • Do not set beta protocol flag when using v5 (CASSGO-88)
  • Driver is using system table ip addresses over the connection address (CASSGO-91)
2.0.0-rc1
  • Cassandra version unmarshal fix (CASSGO-49)
  • Retry policy now takes into account query idempotency (CASSGO-27)
  • Don't return error to caller with RetryType Ignore (CASSGO-28)
  • The marshalBigInt return 8 bytes slice in all cases except for big.Int,
    which returns a variable length slice, but should be 8 bytes slice as well (CASSGO-2)
  • Skip metadata only if the prepared result includes metadata (CASSGO-40)
  • Don't panic in MapExecuteBatchCAS if no [applied] column is returned (CASSGO-42)
  • Fix deadlock in refresh debouncer stop (CASSGO-41)
  • Endless query execution fix (CASSGO-50)
  • Accept peers with empty rack (CASSGO-6)
  • Fix tinyint unmarshal regression (CASSGO-82)
  • Vector columns can't be used with SliceMap() (CASSGO-83)
yaml/go-yaml (go.yaml.in/yaml/v2)

v3.0.4

Compare Source

v3.0.3

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Mar 29, 2025
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 1e95112 to a129cd6 Compare April 4, 2025 10:10
@renovate renovate bot changed the title chore(deps): update module github.com/golangci/golangci-lint to v2 chore(deps): update all dependencies (major) Apr 4, 2025
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 3 times, most recently from 65e1677 to 967035d Compare April 12, 2025 21:45
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 5 times, most recently from 0cea051 to 7a01cf1 Compare April 22, 2025 09:41
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 4 times, most recently from bba906f to 5cee0b6 Compare April 27, 2025 10:17
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 3 times, most recently from 4131c10 to 3be6afa Compare May 10, 2025 18:21
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 5 times, most recently from 9810bc6 to 2afb67a Compare May 15, 2025 15:53
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 3 times, most recently from 643466d to 97f3cc4 Compare May 20, 2025 08:53
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 3 times, most recently from 85fc0c0 to e24a002 Compare June 2, 2025 04:54
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 5 times, most recently from 1706c5d to 2543d3e Compare July 4, 2025 12:30
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 2 times, most recently from 5289621 to 9df5f7f Compare July 11, 2025 12:49
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 3 times, most recently from 5b4b4f1 to c352106 Compare July 24, 2025 19:26
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 3 times, most recently from dbbea22 to 0f7676e Compare August 3, 2025 00:50
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 4 times, most recently from 46e00ba to ad343e7 Compare August 10, 2025 15:11
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from ad343e7 to eca602b Compare September 6, 2025 18:28
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch 2 times, most recently from 6ded280 to bc4057b Compare September 23, 2025 23:41
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from bc4057b to 02a0359 Compare October 5, 2025 21:59
@renovate renovate bot force-pushed the renovate/major-all-dependencies branch from 02a0359 to 3efd2cf Compare October 16, 2025 22:45
@renovate renovate bot changed the title chore(deps): update all dependencies (major) fix(deps): update all dependencies (major) Oct 16, 2025
Copy link
Contributor Author

renovate bot commented Oct 16, 2025

⚠️ 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.0.0: parsing go.mod:
	module declares its path as: github.com/apache/cassandra-gocql-driver/v2
	        but was required as: github.com/gocql/gocql/v2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants