Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
krojew committed Mar 2, 2021
1 parent ae5bf3b commit b35281b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdrs-tokio"
version = "2.1.0"
version = "3.0.0"
authors = ["Alex Pikalov <[email protected]>", "Kamil Rojewski <[email protected]>"]
edition = "2018"

Expand Down Expand Up @@ -49,7 +49,7 @@ default-features = false
env_logger = "0.8"
maplit = "1.0.0"
regex = "1.4"
cdrs-tokio-helpers-derive = { git = "https://github.com/krojew/cdrs-tokio-helpers-derive" }
cdrs-tokio-helpers-derive = "2.0"

[[example]]
name = "dynamic_cluster"
Expand Down
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 3.0.0

### Fixed

* Remembering `USE`d keyspaces across connections.
* Race condition on query id overflow.

### Changed

* Removed deprecated `PasswordAuthenticator`.
* Removed unused `Compressor` trait.
* Large API cleanup.
* Renamed `IntoBytes` to `AsBytes`.
* `Authenticator` can now be created at runtime - removed static type parameter.
* Removed unneeded memory allocations when parsing data.

## 2.1.0

### Fixed
Expand Down

0 comments on commit b35281b

Please sign in to comment.