Skip to content

Commit 9ef228f

Browse files
committed
bump(mdns): 1.8.2 -> 1.9.0
1.9.0 Features - support null value for boolean txt records (fa96de3) Bug Fixes - Add test case for bool/NULL txt handling (5068f22) - Temporary fix for build issues on IDF master (0197c99) - Add tests for delegated answers (487a746) - Add fuzzing into mdns CI (af6bb1b) - Host test to use hw_support include dir (8bba3a9) - Fixes case where we create our own malloc/free allocators, therefore we need to call mdns_mem_free and not free (63bf709) - put srv/txt records in additional section for ptr queries (b7b8c5d) Updated - ci(common): Update test component dir for IDFv6.0 (18418c8)
1 parent 5068f22 commit 9ef228f

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

components/mdns/.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ commitizen:
33
bump_message: 'bump(mdns): $current_version -> $new_version'
44
pre_bump_hooks: python ../../ci/changelog.py mdns
55
tag_format: mdns-v$version
6-
version: 1.8.2
6+
version: 1.9.0
77
version_files:
88
- idf_component.yml

components/mdns/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [1.9.0](https://github.com/espressif/esp-protocols/commits/mdns-v1.9.0)
4+
5+
### Features
6+
7+
- support null value for boolean txt records ([fa96de3b](https://github.com/espressif/esp-protocols/commit/fa96de3b))
8+
9+
### Bug Fixes
10+
11+
- Add test case for bool/NULL txt handling ([5068f221](https://github.com/espressif/esp-protocols/commit/5068f221))
12+
- Temporary fix for build issues on IDF master ([0197c994](https://github.com/espressif/esp-protocols/commit/0197c994))
13+
- Add tests for delegated answers ([487a746d](https://github.com/espressif/esp-protocols/commit/487a746d))
14+
- Add fuzzing into mdns CI ([af6bb1b5](https://github.com/espressif/esp-protocols/commit/af6bb1b5))
15+
- Host test to use hw_support include dir ([8bba3a97](https://github.com/espressif/esp-protocols/commit/8bba3a97))
16+
- Fixes case where we create our own malloc/free allocators, therefore we need to call mdns_mem_free and not free ([63bf7091](https://github.com/espressif/esp-protocols/commit/63bf7091))
17+
- put srv/txt records in additional section for ptr queries ([b7b8c5db](https://github.com/espressif/esp-protocols/commit/b7b8c5db))
18+
19+
### Updated
20+
21+
- ci(common): Update test component dir for IDFv6.0 ([18418c83](https://github.com/espressif/esp-protocols/commit/18418c83))
22+
323
## [1.8.2](https://github.com/espressif/esp-protocols/commits/mdns-v1.8.2)
424

525
### Bug Fixes

components/mdns/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.8.2"
1+
version: "1.9.0"
22
description: "Multicast UDP service used to provide local network service and host discovery."
33
url: "https://github.com/espressif/esp-protocols/tree/master/components/mdns"
44
issues: "https://github.com/espressif/esp-protocols/issues"

0 commit comments

Comments
 (0)