Skip to content

Commit

Permalink
R14 related updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Devdutt Shenoi committed Aug 11, 2022
1 parent c2090fb commit 96ed740
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
### R14
----------------
rumqttc
rumqttc v0.14.0
-----------
- Timeouts moved up to `connect()` call (#408)
- Tokio dependency `version = "1"` (#412)
- Fix empty property serialization (#413)
- Change variants in `ClientError` to not expose dependence on flume/`SendError` (#420)
- Revert erroring out when Subscription filter list is empty (#422)
- Remove the ability to cancel `EventLoop.poll()` mid execution (#421)
- Improve documentation and fix examples (#380, #401, #416, #417)

-----------

Expand Down
2 changes: 1 addition & 1 deletion 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.13.0"
version = "0.14.0"
description = "An efficient and robust mqtt client for your connected devices"
license = "Apache-2.0"
repository = "https://github.com/bytebeamio/rumqtt"
Expand Down

0 comments on commit 96ed740

Please sign in to comment.