mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-31 19:24:43 +02:00
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:
@@ -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
|
||||
|
7
components/esp_dns/CHANGELOG.md
Normal file
7
components/esp_dns/CHANGELOG.md
Normal 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))
|
@@ -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
|
||||
|
Reference in New Issue
Block a user