You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
- 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))
0 commit comments