Skip to content

Commit

Permalink
bump(mosq): Initial version v2.0.28~0
Browse files Browse the repository at this point in the history
2.0.28~0
Features
- Added support for TLS transport using ESP-TLS (1af4bbe)
- Add API docs, memory consideration and tests (a20c0c9)
- Add target tests with localhost broker-client (5c850cd)
- Initial moquitto v2.0.18 port (TCP only) (de4531e)
Bug Fixes
- Fix clean compilation addressing _GNU_SOURCE redefined (e2392c3)
Updated
- docs(mosq): Prepare mosquitto component for publishing (c2c4bf8)
  • Loading branch information
david-cermak committed Oct 11, 2024
1 parent c2c4bf8 commit f613c70
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/mosquitto/.cz.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
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.27
version: 2.0.28~0
version_files:
- idf_component.yml
- idf_component.yml
16 changes: 16 additions & 0 deletions components/mosquitto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## [2.0.28~0](https://github.com/espressif/esp-protocols/commits/mosq-v2.0.28_0)

### Features

- Added support for TLS transport using ESP-TLS ([1af4bbe1](https://github.com/espressif/esp-protocols/commit/1af4bbe1))
- Add API docs, memory consideration and tests ([a20c0c9d](https://github.com/espressif/esp-protocols/commit/a20c0c9d))
- Add target tests with localhost broker-client ([5c850cda](https://github.com/espressif/esp-protocols/commit/5c850cda))
- Initial moquitto v2.0.18 port (TCP only) ([de4531e8](https://github.com/espressif/esp-protocols/commit/de4531e8))

### Bug Fixes

- Fix clean compilation addressing _GNU_SOURCE redefined ([e2392c36](https://github.com/espressif/esp-protocols/commit/e2392c36))

### Updated

- docs(mosq): Prepare mosquitto component for publishing ([c2c4bf83](https://github.com/espressif/esp-protocols/commit/c2c4bf83))

0 comments on commit f613c70

Please sign in to comment.