Skip to content

Commit

Permalink
chore: clean up root CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
henil committed Feb 7, 2023
1 parent 41cc609 commit f57375e
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 19 deletions.
20 changes: 5 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
### Unreleased
---
rumqttc
---
- `options` in `Eventloop` now is called `mqtt_options` (#545)
- `ConnectionError` now has specific variant for type of `Timeout`, `FlushTimeout` and `NetworkTimeout` instead of generic `Timeout` for both (#545)
- `conn_timeout` is moved into `NetworkOptions` (#545)
- `NetworkOptions` added to provide a way to configure low level network configurations (#545)
# CHANGELOG

rumqttd
---
- Don't allow client's with empty client_id (#546)
- Disconnect existing client on a new connection with similar client_id (#546)
- Skip client certificate verification when using native-tls because it doesn't support it (#550)
- Add AlertLink to get alerts about router events (#538)
- Add basic username and password authentication (#553)
New CHANGELOG entries can be found in individual crate root.

rumqttc: [rumqttc/CHANGELOG.md](./rumqttc/CHANGELOG.md)

rumqttd: [rumqttd/CHANGELOG.md](./rumqttd/CHANGELOG.md)

### R19
---
Expand Down
36 changes: 36 additions & 0 deletions rumqttc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

---

## [rumqttc 0.20.0] - 17-01-2023

### Added
- `NetworkOptions` added to provide a way to configure low level network configurations (#545)

### Changed
- `options` in `Eventloop` now is called `mqtt_options` (#545)
- `ConnectionError` now has specific variant for type of `Timeout`, `FlushTimeout` and `NetworkTimeout` instead of generic `Timeout` for both (#545)
- `conn_timeout` is moved into `NetworkOptions` (#545)

---

Old changelog entries can be found at [CHANGELOG.md](../CHANGELOG.md)
8 changes: 4 additions & 4 deletions rumqttd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ 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

Expand All @@ -22,21 +23,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---


# [rumqttd 0.12.4] - Feb 1, 2023
# [rumqttd 0.12.4] - 01-02-2023

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

# [rumqttd 0.12.3] - Jan 23, 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] - Jan 16, 2023
# [rumqttd 0.12.2] - 16-01-2023

### Added
- Add AlertLink to get alerts about router events (#538)
Expand Down

0 comments on commit f57375e

Please sign in to comment.