Skip to content

Commit

Permalink
Release R3 (#203)
Browse files Browse the repository at this point in the history
Co-authored-by: tekjar <[email protected]>
  • Loading branch information
Ravi Teja and tekjar authored Dec 13, 2020
1 parent d53ff3c commit b868868
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
### R3
----------------
mqtt4bytes v0.4.0
-----------
- **changed** Update to `bytes` 0.6 [**breaking**]

rumqttc v0.3.0
-----------
- **feature** Refactor transport with websockets support
- **changed** Update to tokio 0.3 [**breaking**]

rumqttd v0.2.0
-----------
- **feature** Metrics server
- **feature** Improve configuration schema
- **feature** Support multiple servers on different ports
- **changed** Update to tokio 0.3 and `bytes` 0.6 [**breaking**]
- **fixed** Fix collisions due to publish batches

misc
----------
- Add license file
- Improve benchmarking suite with plots

### R2
----------------
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MQTT libraries in rust which strives to be simple, robust and performant

See respective folders for more details

## License
-----------
# License

Apache License, Version 2.0 ([LICENSE](./LICENSE) or http://www.apache.org/licenses/LICENSE-2.0)

0 comments on commit b868868

Please sign in to comment.