Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
krojew committed Nov 29, 2024
1 parent 9d3f67a commit b02c0f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cdrs-tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdrs-tokio"
version = "8.1.3"
version = "8.1.4"
authors = ["Alex Pikalov <[email protected]>", "Kamil Rojewski <[email protected]>"]
edition = "2018"
description = "Async Cassandra DB driver written in Rust"
Expand Down
9 changes: 8 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 8.1.4

### Fixed

* CPU spike after some time running.

## 8.1.3

* Dependency updates.
Expand Down Expand Up @@ -60,7 +66,8 @@
* Made protocol enums non-exhaustive for future compatibility.
* Session builders are now async and wait for control connection to be ready
before returning a session.
* `CBytes::new_empty()` -> `CBytes::new_null()`, `CBytes::is_empty()` -> `CBytes::is_null_or_empty()`.
* `CBytes::new_empty()` -> `CBytes::new_null()`, `CBytes::is_empty()` ->
`CBytes::is_null_or_empty()`.

## 7.0.4

Expand Down

0 comments on commit b02c0f8

Please sign in to comment.