Skip to content

Commit 1b741dc

Browse files
committed
chore: R19 CHANGELOG and Cargo.toml updates
1 parent 1a523e2 commit 1b741dc

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
1-
### Unreleased
1+
### R19
22
---
3-
4-
rumqttc
3+
rumqttc v0.19.0
54
-------
65
- MQTTv5: Add processing of missing Mqtt subscribe options (#536)
76
- Fix examples to stop printing error in loop (#540)
87
- MQTTv5!: Remove `Connect` from `ConnectionError::StateError` (#541)
98
- MQTTv5: Send last_will and login info with connect (#478)
109

11-
rumqttd
10+
rumqttd v0.12.1
1211
-------
12+
- Remove build.rs as it is not required now (#544)
13+
- Stress test router to against 10k connections (#511)
1314
- Make router::Meter public (#521)
1415
- Expose prometheus scraping endpoints for router metricss (#522)
1516
- Make configuration file optional for running the broker and add subcommand to generate default configuration file (#523)
1617
- Use CA path in correct argument position (#529)
17-
- Remove build.rs as it is not required now (#544)
1818

1919
misc
2020
---
2121
- Remove rumqttd-old in favour of rumqttd (#530)
2222
- Optimize Github CI workflow (#526)
2323
- Revamp Readme and rename demo.toml to rumqttd.toml (#532)
24-
-----------
25-
24+
---
2625

2726
### R18
2827
---

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rumqttc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rumqttc"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
description = "An efficient and robust mqtt client for your connected devices"
55
license = "Apache-2.0"
66
repository = "https://github.com/bytebeamio/rumqtt"

0 commit comments

Comments
 (0)