Skip to content

Commit

Permalink
R6 (#235)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

* Update CHANGELOG

* Update versions

Co-authored-by: tekjar <[email protected]>
  • Loading branch information
Ravi Teja and tekjar authored Jan 22, 2021
1 parent 9de7241 commit eb84dde
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
### R6
----------------
mqttbytes v0.2.1
-----------
- **changed** Update README

rumqttd v0.5.0
-----------
- **changed** Improve error reporting
- **changed** Update to warp 0.3 and remove tokio compat
- **changed** Disable async link for this release due to compilaiton error [**breaking**]
- **fix** Fix windows compilation due to pprof
- **fix** Fix collision retransmission logic

benchmarks
-----------
- **feature** Adds NATS to compare parser throughput benchmarks


### R5
----------------
mqttbytes v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "benchmarks"
version = "0.3.0"
version = "0.4.0"
authors = ["tekjar <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion mqttbytes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mqttbytes"
version = "0.2.0"
version = "0.2.1"
readme = "README.md"
authors = ["tekjar <[email protected]>"]
edition = "2018"
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.4.0"
version = "0.5.0"
authors = ["tekjar <[email protected]>"]
edition = "2018"
keywords = ["mqtt", "broker", "iot", "kafka", "nats"]
Expand Down

0 comments on commit eb84dde

Please sign in to comment.