bump(mosq): 2.0.18~0 -> 2.0.20~0

2.0.20~0
Features
- Upgrade to mosquitto v2.0.20 (3b2c614d)
- Add support for on-message callback (cdeab8f5)
- Add example with two brokers synced on P2P (d57b8c5b)
Bug Fixes
- Fix dependency issues moving esp-tls to public deps (6cce87e4)
This commit is contained in:
David Cermak
2024-12-19 16:45:04 +01:00
parent 3b2c614d86
commit e6fb8aa078
3 changed files with 20 additions and 2 deletions

View File

@ -3,6 +3,6 @@ commitizen:
bump_message: 'bump(mosq): $current_version -> $new_version'
pre_bump_hooks: python ../../ci/changelog.py mosquitto
tag_format: mosq-v$version
version: 2.0.28~0
version: 2.0.20
version_files:
- idf_component.yml

View File

@ -1,5 +1,23 @@
# Changelog
## [2.0.20](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20)
### Features
- Upgrade to mosquitto v2.0.20 ([3b2c614d](https://github.com/espressif/esp-protocols/commit/3b2c614d))
- Add support for on-message callback ([cdeab8f5](https://github.com/espressif/esp-protocols/commit/cdeab8f5))
- Add example with two brokers synced on P2P ([d57b8c5b](https://github.com/espressif/esp-protocols/commit/d57b8c5b))
### Bug Fixes
- Fix dependency issues moving esp-tls to public deps ([6cce87e4](https://github.com/espressif/esp-protocols/commit/6cce87e4))
## [2.0.28~0](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.28_0)
### Warning
Incorrect version number! This version published under `2.0.28~0` is based on upstream v2.0.18
### Features
- Added support for TLS transport using ESP-TLS ([1af4bbe1](https://github.com/espressif/esp-protocols/commit/1af4bbe1))

View File

@ -1,4 +1,4 @@
version: "2.0.28~0"
version: "2.0.20~0"
url: https://github.com/espressif/esp-protocols/tree/master/components/mosquitto
description: The component provides a simple ESP32 port of mosquitto broker
dependencies: