Skip to content

Commit e6fb8aa

Browse files
committed
bump(mosq): 2.0.18~0 -> 2.0.20~0
2.0.20~0 Features - Upgrade to mosquitto v2.0.20 (3b2c614) - Add support for on-message callback (cdeab8f) - Add example with two brokers synced on P2P (d57b8c5) Bug Fixes - Fix dependency issues moving esp-tls to public deps (6cce87e)
1 parent 3b2c614 commit e6fb8aa

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

components/mosquitto/.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ commitizen:
33
bump_message: 'bump(mosq): $current_version -> $new_version'
44
pre_bump_hooks: python ../../ci/changelog.py mosquitto
55
tag_format: mosq-v$version
6-
version: 2.0.28~0
6+
version: 2.0.20
77
version_files:
88
- idf_component.yml

components/mosquitto/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
1+
# Changelog
2+
3+
## [2.0.20](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20)
4+
5+
### Features
6+
7+
- Upgrade to mosquitto v2.0.20 ([3b2c614d](https://github.com/espressif/esp-protocols/commit/3b2c614d))
8+
- Add support for on-message callback ([cdeab8f5](https://github.com/espressif/esp-protocols/commit/cdeab8f5))
9+
- Add example with two brokers synced on P2P ([d57b8c5b](https://github.com/espressif/esp-protocols/commit/d57b8c5b))
10+
11+
### Bug Fixes
12+
13+
- Fix dependency issues moving esp-tls to public deps ([6cce87e4](https://github.com/espressif/esp-protocols/commit/6cce87e4))
14+
115
## [2.0.28~0](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.28_0)
216

17+
### Warning
18+
19+
Incorrect version number! This version published under `2.0.28~0` is based on upstream v2.0.18
20+
321
### Features
422

523
- Added support for TLS transport using ESP-TLS ([1af4bbe1](https://github.com/espressif/esp-protocols/commit/1af4bbe1))

components/mosquitto/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "2.0.28~0"
1+
version: "2.0.20~0"
22
url: https://github.com/espressif/esp-protocols/tree/master/components/mosquitto
33
description: The component provides a simple ESP32 port of mosquitto broker
44
dependencies:

0 commit comments

Comments
 (0)