Skip to content

Commit

Permalink
R11
Browse files Browse the repository at this point in the history
  • Loading branch information
Devdutt Shenoi committed Feb 24, 2022
1 parent 9b8822c commit 0f15606
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### R11
----------------
rumqttc v0.11.0
-----------
- `tls::Error` is now public
- `rustls` upgraded to 0.20
- Manual acknowledgment of Publishes received by setting `MqttOptions.manual_acks = true` and passing received publish packet to `Client.ack()`

rumqttd v0.10.0
-----------
- `tokio_rustls` upgraded to 0.23.2

NOTE: mqttbytes moved into separate repo, dependency on the same from rumqtt client and broker crates are hence forth removed.

### R10
----------------

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rumqttc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rumqttc"
version = "0.10.0"
version = "0.11.0"
description = "An efficient and robust mqtt client for your connected devices"
license = "Apache-2.0"
repository = "https://github.com/bytebeamio/rumqtt"
Expand Down
2 changes: 1 addition & 1 deletion rumqttd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rumqttd"
description = "Distributed, embeddable mqtt broker library"
license = "Apache-2.0"
version = "0.9.0"
version = "0.10.0"
authors = ["tekjar <[email protected]>"]
edition = "2018"
keywords = ["mqtt", "broker", "iot", "kafka", "nats"]
Expand Down

0 comments on commit 0f15606

Please sign in to comment.