bump(dns): First version [1.0.0]

1.0.0
Features
- Add ESP DNS module with support for UDP, TCP, DoT, and DoH protocols (57cd6080)
This commit is contained in:
Abhik Roy
2025-04-16 21:32:35 +10:00
parent 57cd60807e
commit 6660f71d03
3 changed files with 9 additions and 2 deletions

View File

@@ -3,6 +3,6 @@ commitizen:
bump_message: 'bump(dns): $current_version -> $new_version'
pre_bump_hooks: python ../../ci/changelog.py esp_dns
tag_format: esp_dns-v$version
version: 0.0.1
version: 1.0.0
version_files:
- idf_component.yml

View File

@@ -0,0 +1,7 @@
# Changelog
## [1.0.0](https://github.com/espressif/esp-protocols/commits/esp_dns-v1.0.0)
### Features
- Add ESP DNS module with support for UDP, TCP, DoT, and DoH protocols ([57cd6080](https://github.com/espressif/esp-protocols/commit/57cd6080))

View File

@@ -201,7 +201,7 @@ This component utilizes the `CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM` hook t
Once you add this component to your project, it will replace the default LWIP DNS resolution automatically.
**⚠️ Warning:** This component cannot work alongside other components that use the CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM hook, such as the OpenThread component.
**⚠️ Warning:** This component cannot work alongside other components that use the `CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM` hook.
## Troubleshooting