Skip to content

Commit

Permalink
chore: release rumqttd v0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
henil committed Feb 7, 2023
1 parent f57375e commit 87ee818
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 11 additions & 5 deletions rumqttd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
- `structopt` is in maintainance mode, we now use `clap` instead

### Deprecated

### Removed

### Fixed
- Use `error` instead of `debug` to log message related to duplicate client_id

### Security

---

# [rumqttd 0.12.4] - 01-02-2023
## [rumqttd 0.12.5]

### Changed
- `structopt` is in maintainance mode, we now use `clap` instead

### Fixed
- Use `error` instead of `debug` to log message related to duplicate client_id

## [rumqttd 0.12.4] - 01-02-2023

### Fixed
- Client id with tenant prefix should be set globally (#564)

# [rumqttd 0.12.3] - 23-01-2023
## [rumqttd 0.12.3] - 23-01-2023

### Added
- Add one way bridging support via BridgeLink (#558)

### Changed
- Restructure AlertsLink and MetersLink to support writing to Clickhouse (#557)

# [rumqttd 0.12.2] - 16-01-2023
## [rumqttd 0.12.2] - 16-01-2023

### Added
- Add AlertLink to get alerts about router events (#538)
Expand Down
2 changes: 1 addition & 1 deletion rumqttd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rumqttd"
version = "0.12.4"
version = "0.12.5"
license = "Apache-2.0"
description = "rumqttd is a high performance MQTT broker written in Rust which is light weight and embeddable"
authors = ["tekjar <[email protected]>"]
Expand Down

0 comments on commit 87ee818

Please sign in to comment.