Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.13.2 #1064

Merged
merged 11 commits into from
Aug 22, 2024
Merged

Release 0.13.2 #1064

merged 11 commits into from
Aug 22, 2024

Conversation

wprzytula
Copy link
Collaborator

@wprzytula wprzytula commented Aug 22, 2024

The ScyllaDB team is pleased to announce ScyllaDB Rust Driver 0.13.2,
an asynchronous CQL driver for Rust, optimized for Scylla, but also compatible with Apache Cassandra!

Some interesting statistics:

  • over 2,080k downloads on crates!
  • over 554 GitHub stars!

Changes

Bug fixes:

  • Made driver issue a warning and continue instead of failing if an invalid peer is encountered in system tables (#1045)
  • Fixed bug that paged queries would be broken when the recently introduced use_cached_metadata flag was set on a PreparedStatement(#1063)

Documentation:

  • Documented DefaultPolicy (Load Balancing) with a lot of comments intended for developers to understand its logic easier (#1062)

CI / developer tool improvements:

  • Appeased Clippy again (#1046)
  • Turned tablets off for Counter tests, as tablets do not support Counters yet (#1060)
  • Added scylla_cloud_tests to cfg allowlist (after such allowlist was made mandatory) (#1049)
  • Fixed semver-checks failure after its unexpected breaking update (#1050, #1051)

Congrats to all contributors and thanks everyone for using our driver!


The source code of the driver can be found here:

The official crates.io registry entry is here:

Thank you for your attention, please do not hesitate to contact us if you have any questions, issues, feature requests, or are simply interested in our driver!

Lorak-mmk and others added 11 commits August 22, 2024 16:40
codewide: appease clippy again
(cherry picked from commit 34352da)
scylla: add scylla_cloud_tests to cfg allowlist
(cherry picked from commit 73ecf74)
…working-release

ci: fix semver checks by pinning working dep version
(cherry picked from commit e0cdccb)
…peer

topology: skip invalid peers instead of failing
(cherry picked from commit a0e7856)
semver_checks: Revert previous workaround

(cherry picked from commit a707bfd)
…-to-use-tablets

tests: disable tablets in CQL Counter's tests
(cherry picked from commit bac7f9e)
result: fix bug: paging state taken from PREPARED response instead of RESULT
(cherry picked from commit 45f0288)
default_lb: Enrich comments & docstrings

(cherry picked from commit da37348)
@wprzytula wprzytula self-assigned this Aug 22, 2024
@wprzytula
Copy link
Collaborator Author

Semver checks passed locally.

@wprzytula wprzytula merged commit 7a646d7 into scylladb:branch-0.13.x Aug 22, 2024
11 of 12 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.

2 participants