File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
- ### Unreleased
1
+ ### R19
2
2
---
3
-
4
- rumqttc
3
+ rumqttc v0.19.0
5
4
-------
6
5
- MQTTv5: Add processing of missing Mqtt subscribe options (#536 )
7
6
- Fix examples to stop printing error in loop (#540 )
8
7
- MQTTv5!: Remove ` Connect ` from ` ConnectionError::StateError ` (#541 )
9
8
- MQTTv5: Send last_will and login info with connect (#478 )
10
9
11
- rumqttd
10
+ rumqttd v0.12.1
12
11
-------
12
+ - Remove build.rs as it is not required now (#544 )
13
+ - Stress test router to against 10k connections (#511 )
13
14
- Make router::Meter public (#521 )
14
15
- Expose prometheus scraping endpoints for router metricss (#522 )
15
16
- Make configuration file optional for running the broker and add subcommand to generate default configuration file (#523 )
16
17
- Use CA path in correct argument position (#529 )
17
- - Remove build.rs as it is not required now (#544 )
18
18
19
19
misc
20
20
---
21
21
- Remove rumqttd-old in favour of rumqttd (#530 )
22
22
- Optimize Github CI workflow (#526 )
23
23
- Revamp Readme and rename demo.toml to rumqttd.toml (#532 )
24
- -----------
25
-
24
+ ---
26
25
27
26
### R18
28
27
---
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rumqttc"
3
- version = " 0.18 .0"
3
+ version = " 0.19 .0"
4
4
description = " An efficient and robust mqtt client for your connected devices"
5
5
license = " Apache-2.0"
6
6
repository = " https://github.com/bytebeamio/rumqtt"
You can’t perform that action at this time.
0 commit comments