Skip to content

Update module github.com/scylladb/gocql to v1.18.3#59

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-scylladb-gocql-1.x
Open

Update module github.com/scylladb/gocql to v1.18.3#59
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-scylladb-gocql-1.x

Conversation

@renovate

@renovate renovate Bot commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/scylladb/gocql v1.17.3v1.18.3 age confidence

Release Notes

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

v1.18.3

Compare Source

What's Changed

Full Changelog: scylladb/gocql@v1.18.2...v1.18.3

v1.18.2

Compare Source

What's Changed

  • fix(scylla): detect ScyllaDB via SUPPORTED protocol extensions by @​mykaul in #​903

Full Changelog: scylladb/gocql@v1.18.1...v1.18.2

v1.18.1

Compare Source

What's Changed

Full Changelog: scylladb/gocql@v1.18.0...v1.18.1

v1.18.0

Compare Source

What's Changed

  • (fix): (benign) remove duplicate iter.Close() call in awaitSchemaAgreement by @​mykaul in #​748
  • fix: unsafe.Pointer use-after-free in double and float unmarshal by @​dkropachev in #​758
  • fix: reuse backing array when unmarshaling blobs into existing slices by @​dkropachev in #​756
  • fix: handle net.ErrClosed in TestServer to fix flaky TLS shard-aware test (TestShardAwarePortMockedNoReconnections) by @​mykaul in #​785
  • fix: resolve self-deadlock in hostConnPool.Close() for defaultConnPicker (note: cassandra only issue?!) by @​mykaul in #​792
  • fix: escape double quotes in UseKeyspace to prevent CQL injection by @​mykaul in #​783
  • fix: resolve flaky TestRoutingKey caused by stale schema metadata cache by @​mykaul in #​793
  • perf: eliminate N+1 queries for scylla_tables in getTableMetadata by @​mykaul in #​788
  • perf: run schema queries concurrently in refreshKeyspaceSchema by @​mykaul in #​787
  • fix: return correct error from routingKeyInfo when scyllaGetTablePartitioner fails by @​mykaul in #​784
  • fix: ignore expected connection close errors in mock test server by @​mykaul in #​773
  • fix: correct logger format calls in getStrategy by @​mykaul in #​782
  • fix: make WhiteListHostFilter consider all possible host IPs by @​dkropachev in #​760
  • perf: pool callReq structs to reduce per-query allocations by @​dkropachev in #​798
  • refactor: use testTableName for all integration test table names by @​dkropachev in #​799
  • perf: streamline readHeader() function by @​mykaul in #​778
  • fix(deps): update module golang.org/x/sync to v0.20.0 by @​renovate[bot] in #​750
  • perf: optimize tablet lookup from O(n) to O(log n) per table by @​dkropachev in #​762
  • perf: optimize column metadata parsing and readTypeInfo() by @​mykaul in #​780
  • fix: guard against divide-by-zero in unmarshalVector when Dimensions is 0 by @​mykaul in #​772
  • perf: eliminate reflection overhead in RowData() and type instantiation by @​mykaul in #​779
  • fix(deps): update module github.com/klauspost/compress to v1.18.5 by @​renovate[bot] in #​816
  • perf: generic LRU cache with struct key for prepared statement cache by @​mykaul in #​824
  • fix(deps): update module golang.org/x/net to v0.52.0 by @​renovate[bot] in #​767
  • perf: reduce token-aware Pick() allocations by @​mykaul in #​825
  • (improvement): Reduce allocations in composite routing key construction (10's of ns improvement, tens of bytes saved) by @​mykaul in #​827
  • (improvement): Skip DDL prepare and optimize shouldPrepare by @​mykaul in #​764
  • (improvement) select only needed columns from system_schema.columns by @​mykaul in #​763
  • (improvement) perf: Vector generic prealloc (subset of #​770 !) by @​mykaul in #​745
  • fix: race condition in TestEventDebounce causing negative WaitGroup counter by @​dkropachev in #​831
  • (improvement) streamline recv() function by @​mykaul in #​746
  • perf: switch hostId from string to [16]byte UUID for zero-alloc tablet-aware routing by @​mykaul in #​832
  • perf: pool framer structs and cache extension values on Conn by @​dkropachev in #​814
  • fix: use UUID literals for hostId in session_unit_test.go by @​mykaul in #​838
  • fix: resolve fieldalignment issues in Iter struct and benchmark by @​mykaul in #​840
  • perf: reuse queryRoutingInfo and queryMetrics in Query pool by @​mykaul in #​752
  • (chore) replace interface{} with any by @​mykaul in #​842
  • client_routes: deprecate BlockUnknownEndpoints, always block unknown endpoints by @​sylwiaszunejko in #​848
  • perf: optimize MapScan/RowData with column caching and dereference fast paths by @​mykaul in #​837
  • docs(marshal): clarify why some fixed-size CQL types use variable-length vector encoding by @​mykaul in #​849
  • (perf): pool writeResult channels in write coalescer by @​mykaul in #​751
  • Improve timeout observability by @​mykaul in #​847
  • tablets: store TabletInfo and TabletEntry as values by @​dkropachev in #​834
  • Upgrade golang.org/x/net to 0.53 by @​dkropachev in #​860

New Contributors

Full Changelog: scylladb/gocql@v1.17.3...v1.18.0


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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 commented Apr 29, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/sync v0.19.0 -> v0.20.0
github.com/klauspost/compress v1.18.4 -> v1.18.6

@renovate renovate Bot changed the title Update module github.com/scylladb/gocql to v1.18.0 Update module github.com/scylladb/gocql to v1.18.1 Jun 10, 2026
@renovate renovate Bot force-pushed the renovate/github.com-scylladb-gocql-1.x branch 2 times, most recently from 6101223 to 87ec5a0 Compare June 16, 2026 06:45
@renovate renovate Bot changed the title Update module github.com/scylladb/gocql to v1.18.1 Update module github.com/scylladb/gocql to v1.18.2 Jun 16, 2026
@renovate renovate Bot force-pushed the renovate/github.com-scylladb-gocql-1.x branch 2 times, most recently from 660c32f to 5b230af Compare June 24, 2026 10:10
@renovate renovate Bot changed the title Update module github.com/scylladb/gocql to v1.18.2 Update module github.com/scylladb/gocql to v1.18.3 Jun 29, 2026
@renovate renovate Bot force-pushed the renovate/github.com-scylladb-gocql-1.x branch from 5b230af to d5da632 Compare June 29, 2026 19:39
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.

0 participants