fix: Ensure newline at end of file in address_validation.py and update news fragment formatting

This commit is contained in:
yashksaini-coder
2025-08-24 22:06:07 +05:30
parent cf48d2e9a4
commit 75ffb791ac
2 changed files with 2 additions and 2 deletions

View File

@ -147,4 +147,4 @@ __all__ = [
"get_available_interfaces", "get_available_interfaces",
"get_optimal_binding_address", "get_optimal_binding_address",
"expand_wildcard_address", "expand_wildcard_address",
] ]

View File

@ -4,4 +4,4 @@ Add Thin Waist address validation utilities and integrate into echo example
- Implement ``get_available_interfaces()``, ``get_optimal_binding_address()``, and ``expand_wildcard_address()`` - Implement ``get_available_interfaces()``, ``get_optimal_binding_address()``, and ``expand_wildcard_address()``
- Update echo example to use dynamic address discovery instead of hardcoded wildcard - Update echo example to use dynamic address discovery instead of hardcoded wildcard
- Add safe fallbacks for environments lacking Thin Waist support - Add safe fallbacks for environments lacking Thin Waist support
- Temporarily disable IPv6 support due to libp2p handshake issues (TODO: re-enable when resolved) - Temporarily disable IPv6 support due to libp2p handshake issues (TODO: re-enable when resolved)