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.1 #1040

Merged
merged 13 commits into from
Jul 11, 2024
Merged

Release 0.13.1 #1040

merged 13 commits into from
Jul 11, 2024

Conversation

wprzytula
Copy link
Collaborator

@wprzytula wprzytula commented Jul 11, 2024

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

Some interesting statistics:

  • over 1,905k downloads on crates!
  • over 545 GitHub stars!

Changes

Bug fixes:

  • Made log logger work with the driver again (#992)
  • Fixed bug that Batches would be always sent as LOGGED if they contain any unprepared statement (Query) (#1038)
  • Fixed two efficiency-related bugs in default load balancing policy (#1037)

Documentation:

  • Documented logging with tracing and log libraries and provided an example (#992)

CI / developer tool improvements:

  • Silenced mock structs unused warning (#996)
  • Appeased Clippy again (#1002 and #1013)
  • Turned tablets off for LWT tests, as tablets do not support LWT yet (d20aed54)
  • Made LWT tests ignored when testing with tablets, as tablets do not support LWT yet (2bd45560)

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!

@wprzytula wprzytula requested a review from Lorak-mmk July 11, 2024 15:12
Copy link

github-actions bot commented Jul 11, 2024

cargo semver-checks found no API-breaking changes in this PR! 🎉🥳
Checked commit: 9864f77

…ever-constructed

treewide: silence mock structs unused warning
(cherry picked from commit c25c54d)
codewide: appease Clippy
(cherry picked from commit e6d8625)
…bscriber

Remove `.with_current_subscriber()` calls

(cherry picked from commit 88bc8c1)
muzarski and others added 3 commits July 11, 2024 17:52
As of now, LWTs are not supported with tablets enabled.
Marked the test for LWT + tablets with `#[ignore]`.

(cherry picked from commit 9a6e3ee)
CI: fix clippy issues
(cherry picked from commit c8db77b)
@wprzytula wprzytula force-pushed the 0.13.1 branch 4 times, most recently from d77bfa6 to 94ed000 Compare July 11, 2024 16:38
@wprzytula wprzytula merged commit 9864f77 into scylladb:branch-0.13.x Jul 11, 2024
13 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.

3 participants