Merge pull request #957 from david-cermak/bump/mosq_2.0.20_5

[mosq]: Bump 2.0.20~4 -> 2.0.20~5
This commit is contained in:
david-cermak
2025-11-28 11:28:17 +01:00
committed by GitHub
4 changed files with 16 additions and 3 deletions

View File

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

View File

@@ -1,5 +1,18 @@
# Changelog # Changelog
## [2.0.20~5](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20_5)
### Features
- Add support for basic MQTT authentication ([65b58aa0](https://github.com/espressif/esp-protocols/commit/65b58aa0))
### Bug Fixes
- Add optional mqtt deps to examples ([6f6110e3](https://github.com/espressif/esp-protocols/commit/6f6110e3))
- Update example to optionally use basic mqtt auth ([38384852](https://github.com/espressif/esp-protocols/commit/38384852))
- Fix unpwd-check wrap function ([ba3377b2](https://github.com/espressif/esp-protocols/commit/ba3377b2))
- Fix the version check ([9fbb6e6d](https://github.com/espressif/esp-protocols/commit/9fbb6e6d))
## [2.0.20~4](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20_4) ## [2.0.20~4](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20_4)
### Features ### Features

View File

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

View File

@@ -20,4 +20,4 @@
#undef isspace #undef isspace
#define isspace(__c) (__ctype_lookup((int)__c)&_S) #define isspace(__c) (__ctype_lookup((int)__c)&_S)
#define VERSION "v2.0.20~4" #define VERSION "v2.0.20~5"