From e0c0291d5c28c26463e5d36a27a5d78694f8ab6c Mon Sep 17 00:00:00 2001 From: Suren Gabrielyan Date: Tue, 4 Jul 2023 11:56:33 +0400 Subject: [PATCH] bump(mdns): 1.1.0 -> 1.2.0 1.2.0 Features - add an API for setting address to a delegated host (ddc3eb6) - Add support for lwip build under linux (588465d) - Allow for adding a delegated host with no address (c562461) - Add APIs for looking up self hosted services and getting the self hostname (f0df12d) Bug Fixes - Refactor freertos linux compat layers (79a0e57) - Fix delegated service PTR response (cab0e1d) - Added unit tests to CI + minor fix to pass it (c974c14) Updated - docs: update documentation links (4de5298) --- components/mdns/.cz.yaml | 2 +- components/mdns/CHANGELOG.md | 19 +++++++++++++++++++ components/mdns/idf_component.yml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/components/mdns/.cz.yaml b/components/mdns/.cz.yaml index 6ed462ed99..75eeebda59 100644 --- a/components/mdns/.cz.yaml +++ b/components/mdns/.cz.yaml @@ -3,6 +3,6 @@ commitizen: bump_message: 'bump(mdns): $current_version -> $new_version' pre_bump_hooks: python ../../ci/changelog.py mdns tag_format: mdns-v$version - version: 1.1.0 + version: 1.2.0 version_files: - idf_component.yml diff --git a/components/mdns/CHANGELOG.md b/components/mdns/CHANGELOG.md index 92d0c2e322..764896cf83 100644 --- a/components/mdns/CHANGELOG.md +++ b/components/mdns/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.2.0](https://github.com/espressif/esp-protocols/commits/mdns-v1.2.0) + +### Features + +- add an API for setting address to a delegated host ([ddc3eb6](https://github.com/espressif/esp-protocols/commit/ddc3eb6)) +- Add support for lwip build under linux ([588465d](https://github.com/espressif/esp-protocols/commit/588465d)) +- Allow for adding a delegated host with no address ([c562461](https://github.com/espressif/esp-protocols/commit/c562461)) +- Add APIs for looking up self hosted services and getting the self hostname ([f0df12d](https://github.com/espressif/esp-protocols/commit/f0df12d)) + +### Bug Fixes + +- Refactor freertos linux compat layers ([79a0e57](https://github.com/espressif/esp-protocols/commit/79a0e57)) +- Fix delegated service PTR response ([cab0e1d](https://github.com/espressif/esp-protocols/commit/cab0e1d)) +- Added unit tests to CI + minor fix to pass it ([c974c14](https://github.com/espressif/esp-protocols/commit/c974c14)) + +### Updated + +- docs: update documentation links ([4de5298](https://github.com/espressif/esp-protocols/commit/4de5298)) + ## [1.1.0](https://github.com/espressif/esp-protocols/commits/mdns-v1.1.0) ### Features diff --git a/components/mdns/idf_component.yml b/components/mdns/idf_component.yml index 039471c6a1..e7615b1999 100644 --- a/components/mdns/idf_component.yml +++ b/components/mdns/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.1.0" +version: "1.2.0" description: mDNS url: https://github.com/espressif/esp-protocols/tree/master/components/mdns dependencies: