chore(deps): update module github.com/scylladb/gocql to v1.17.1
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| github.com/scylladb/gocql | v1.16.1 → v1.17.1 |
Release Notes
scylladb/gocql (github.com/scylladb/gocql)
v1.17.1
What's Changed
- Expose live node information at session level by @dkropachev in #611
- Debug flag needs to be moved out to a separate package by @dkropachev in #618
- Evacuate some frames to a separate package by @dkropachev in #620
- Add event bus by @dkropachev in #624
- Panic: invalid number of shards during connection pooling by @sylwiaszunejko in #619
- Remove unnecessary arguments from getSchemaAgreement by @dkropachev in #629
- Add host-id to AddressTranslator by @dkropachev in #634
- fix(deps): update module golang.org/x/net to v0.48.0 by @renovate[bot] in #639
- fix(deps): update module github.com/klauspost/compress to v1.18.2 by @renovate[bot] in #638
- fix(deps): update module github.com/pierrec/lz4/v4 to v4.1.23 by @renovate[bot] in #647
- Remove SetHostID and SetConnectAddress on HostInfo by @dkropachev in #649
- Remove unused code - JoinHostPort() helper by @mykaul in #651
- Remove unused code by @dkropachev in #648
- (improvement) remove deprecated COMPACT STORAGE by @mykaul in #658
- Bring HostInfo.ConnectAddressAndPort back by @dkropachev in #654
- Decouple shard aware flag from connection address by @dkropachev in #655
- Translate addresses only when new connection is created by @dkropachev in #667
- Stop translating initial endpoints by @dkropachev in #671
- Refactor readInt and readShort with single memory read by @Copilot in #661
- Add HostInfo into AddressTranslatorV2 API by @dkropachev in #672
- docs: Add AI agent instructions and project overview documentation by @nikagra in #674
- fix(deps): update module golang.org/x/net to v0.49.0 by @renovate[bot] in #679
- Expose scylla features at host level by @dkropachev in #676
- Translate address for non-shard-aware connection by @dkropachev in #680
- Keep empty NodeID on fake HostInfo records for initial endpoints by @dkropachev in #682
- Move address translator to session by @dkropachev in #681
- Add error to AddressTranslatorV2.TranslateHost API by @dkropachev in #683
- fix(deps): update module github.com/klauspost/compress to v1.18.3 by @renovate[bot] in #686
- Fix eventbus panic when subscriber stops after EventBus is stopped by @dkropachev in #687
- Add PrivateLink support by @dkropachev in #675
New Contributors
Full Changelog: https://github.com/scylladb/gocql/compare/v1.17.0...v1.17.1
v1.17.0
What's Changed
Tests
- Skip TestRecreateSchema/UDT on 2024.1 by @sylwiaszunejko in #600
- Simplify tablets tests by @sylwiaszunejko in #603
Fixes
- Fix inserting time.Time{} by @sylwiaszunejko in #604
- fix(deps): update module golang.org/x/net to v0.47.0 by @renovate[bot] in #609
Improvments
- Add vector support by @sylwiaszunejko in #592
- Fix excess connections limit by @dkropachev in #607
Full Changelog: https://github.com/scylladb/gocql/compare/v1.16.1...v1.17.0
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.
🔕 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.
@soyacz We should push this one next, we are already lagging behind the driver releases quite a bit
@soyacz We should push this one next, we are already lagging behind the driver releases quite a bit
ok
ℹ️ 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):
- 1 additional dependency was updated
Details:
| Package | Change |
|---|---|
github.com/klauspost/compress |
v1.18.1 -> v1.18.3 |
@CodeLieutenant let's push it