mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-09-25 14:20:54 +02:00
Merge pull request #878 from david-cermak/bump/mosq_2.0.20.4
bump(mosq): 2.0.20~3 -> 2.0.20~4
This commit is contained in:
7
.github/workflows/mosq__build.yml
vendored
7
.github/workflows/mosq__build.yml
vendored
@@ -16,12 +16,11 @@ jobs:
|
|||||||
idf_ver: ["latest", "release-v5.5", "release-v5.4", "release-v5.3", "release-v5.2", "release-v5.1"]
|
idf_ver: ["latest", "release-v5.5", "release-v5.4", "release-v5.3", "release-v5.2", "release-v5.1"]
|
||||||
example: ["broker", "serverless_mqtt"]
|
example: ["broker", "serverless_mqtt"]
|
||||||
exclude:
|
exclude:
|
||||||
|
# serverless_mqtt is not supported on v5.1 and master (esp-peer dependency)
|
||||||
- idf_ver: "release-v5.1"
|
- idf_ver: "release-v5.1"
|
||||||
example: "serverless_mqtt" # serverless_mqtt is not supported due to esp-peer
|
example: "serverless_mqtt"
|
||||||
include:
|
|
||||||
- idf_ver: "latest"
|
- idf_ver: "latest"
|
||||||
example: "serverless_mqtt"
|
example: "serverless_mqtt"
|
||||||
warning: "'octal_mode' is deprecated"
|
|
||||||
|
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container: espressif/idf:${{ matrix.idf_ver }}
|
container: espressif/idf:${{ matrix.idf_ver }}
|
||||||
@@ -35,8 +34,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Build with IDF-${{ matrix.idf_ver }}
|
- name: Build with IDF-${{ matrix.idf_ver }}
|
||||||
env:
|
|
||||||
EXPECTED_WARNING: ${{ matrix.warning }}
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
. ${IDF_PATH}/export.sh
|
. ${IDF_PATH}/export.sh
|
||||||
|
@@ -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~3
|
version: 2.0.20~4
|
||||||
version_files:
|
version_files:
|
||||||
- idf_component.yml
|
- idf_component.yml
|
||||||
|
@@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [2.0.20~4](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20_4)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Update brokerless example to work with esp-peer ([76e45f72](https://github.com/espressif/esp-protocols/commit/76e45f72))
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- drop newlib from PRIV_REQUIRES ([6318022c](https://github.com/espressif/esp-protocols/commit/6318022c))
|
||||||
|
- Make esp-peer build optional ([03df9ae9](https://github.com/espressif/esp-protocols/commit/03df9ae9))
|
||||||
|
- Fix esp_webRTC deprecation with new FreeRTOS ([78ae2559](https://github.com/espressif/esp-protocols/commit/78ae2559))
|
||||||
|
|
||||||
## [2.0.20~3](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20_3)
|
## [2.0.20~3](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.20_3)
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
version: "2.0.20~3"
|
version: "2.0.20~4"
|
||||||
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:
|
||||||
|
@@ -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~3"
|
#define VERSION "v2.0.20~4"
|
||||||
|
Reference in New Issue
Block a user