Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
krojew committed Mar 10, 2022
1 parent 52f31a1 commit bd5cf1b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cassandra-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cassandra-protocol"
version = "1.0.0"
version = "1.1.0"
authors = ["Alex Pikalov <[email protected]>", "Kamil Rojewski <[email protected]>"]
edition = "2018"
description = "Cassandra protocol implementation"
Expand Down
4 changes: 2 additions & 2 deletions cdrs-tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdrs-tokio"
version = "6.0.1"
version = "6.1.0"
authors = ["Alex Pikalov <[email protected]>", "Kamil Rojewski <[email protected]>"]
edition = "2018"
description = "Async Cassandra DB driver written in Rust"
Expand Down Expand Up @@ -31,7 +31,7 @@ tokio-rustls = { version = "0.23", optional = true }
tracing = "0.1"
uuid = "0.8"
webpki = { version = "0.22", optional = true }
cassandra-protocol = { path = "../cassandra-protocol", version = "1.0.0" }
cassandra-protocol = { path = "../cassandra-protocol", version = "1.1.0" }

[dependencies.rustls]
version = "0.20"
Expand Down
12 changes: 11 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 6.1.0

### New

* `#[must_use]` on some functions.

### Fixed

* Fixed parsing `NetworkTopologyStrategy`.

## 6.0.0

This version is a departure from legacy API design, stemming from the sync version migration. Due to large
Expand All @@ -6,7 +16,7 @@ the ties and focus on delivering the best functionality without legacy burden. T
quite large, but everyone is encouraged to update - the performance improvements and new features cannot be
understated.

## New
### New

* Topology-aware load balancing: `TopologyAwareNodeDistanceEvaluator` and `TopologyAwareLoadBalancingStrategy`.
* New `ReconnectionPolicy` used when trying to re-establish connections to downed nodes.
Expand Down

0 comments on commit bd5cf1b

Please sign in to comment.