Skip to content

Commit 9c28463

Browse files
committed
chore: release rumqttd 0.15.0
1 parent 08a847c commit 9c28463

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rumqttd/CHANGELOG.md

+17-3
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11-
- Support for topic alias and message expiry in v5
1211

1312
### Changed
14-
- Certificate paths configured in config file are checked during startup and throws a panic if it is not valid.
1513

1614
### Deprecated
1715

1816
### Removed
1917

2018
### Fixed
21-
- MQTTv5: Read the Unsubscribe package in match arms (#625)
2219

2320
### Security
2421

2522
---
2623

24+
## [rumqttd 0.15.0] - 30-05-2023
25+
26+
### Added
27+
- Support for topic alias and message expiry in v5 (#616)
28+
29+
### Changed
30+
- Certificate paths configured in config file are checked during startup and throws a panic if it is not valid. (#610)
31+
32+
### Deprecated
33+
34+
### Removed
35+
36+
### Fixed
37+
- MQTTv5: Read the Unsubscribe package in match arms (#625)
38+
39+
### Security
40+
2741
## [rumqttd 0.14.0] - 31-03-2023
2842

2943
### Added

rumqttd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rumqttd"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
license = "Apache-2.0"
55
description = "rumqttd is a high performance MQTT broker written in Rust which is light weight and embeddable"
66
authors = ["tekjar <[email protected]>"]

0 commit comments

Comments
 (0)