Skip to content

bump rust driver to 1.7.0#479

Merged
wprzytula merged 1 commit into
scylladb:masterfrom
wprzytula:bump-rust-driver-1.7.0
Jun 16, 2026
Merged

bump rust driver to 1.7.0#479
wprzytula merged 1 commit into
scylladb:masterfrom
wprzytula:bump-rust-driver-1.7.0

Conversation

@wprzytula

Copy link
Copy Markdown
Contributor

Additional bumps (windows-sys crate) happened with the call to:
cargo update -p scylla-cql -p scylla-proxy -p scylla

Pre-review checklist

  • I have split my patch into logically separate commits.
  • All commit messages clearly explain what they change and why.
  • PR description sums up the changes and reasons why they should be introduced.
  • [ ] I have implemented Rust unit tests for the features/changes introduced.
  • [ ] I have enabled appropriate tests in Makefile in {SCYLLA,CASSANDRA}_(NO_VALGRIND_)TEST_FILTER.
  • [ ] I added appropriate Fixes: annotations to PR description.

Additional bumps (windows-sys crate) happened with the call to:
`cargo update -p scylla-cql -p scylla-proxy -p scylla`
@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@wprzytula, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 49 minutes and 9 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: b1e9bfe2-ef05-4d5d-98c9-bf48a3ab0824

📥 Commits

Reviewing files that changed from the base of the PR and between 2a88ed3 and c1dcfc3.

⛔ Files ignored due to path filters (1)
  • scylla-rust-wrapper/Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • scylla-rust-wrapper/Cargo.toml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@wprzytula wprzytula requested review from Lorak-mmk and Copilot June 16, 2026 09:06
@wprzytula wprzytula self-assigned this Jun 16, 2026
@wprzytula wprzytula added this to the 1.1.0 milestone Jun 16, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR bumps the Rust driver dependencies used by scylla-rust-wrapper to v1.7.0, updating the pinned git revision and refreshing the lockfile after running targeted cargo update commands. This keeps the C/C++ wrapper building against the intended upstream driver release.

Changes:

  • Update scylla, scylla-proxy, and scylla-cql git dependencies to rev = "v1.7.0".
  • Refresh Cargo.lock to reflect the new driver versions (including new transitive crates like scylla-cql-core) and updated transitive dependencies (e.g., windows-sys).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
scylla-rust-wrapper/Cargo.toml Pins scylla-rust-driver git dependencies to the v1.7.0 revision.
scylla-rust-wrapper/Cargo.lock Updates resolved dependency graph for the new driver revision and transitive bumps.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Lorak-mmk

Copy link
Copy Markdown
Contributor

Also need to expose session-level DC and rack config. Do you want to do this in a separate PR? If so, please open an issue.

@wprzytula

Copy link
Copy Markdown
Contributor Author

Also need to expose session-level DC and rack config. Do you want to do this in a separate PR? If so, please open an issue.

#480

@wprzytula wprzytula merged commit e6a498b into scylladb:master Jun 16, 2026
12 checks passed
@wprzytula wprzytula deleted the bump-rust-driver-1.7.0 branch June 16, 2026 11:52
@wprzytula wprzytula mentioned this pull request Jun 16, 2026
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.

3 participants