Version 0.14.0 (2025-01-16)
- Updated
rustls-platform-verifier
from 0.4 to 0.5 - Client:
- Added
Debug
,Clone
andCopy
derives to client events by @florianfelix
- Added
- Server:
- Changed
start_endpoint
to return an error (instead of a panic in the async task) if the socket binding fails (thanks to @NonbinaryCoder)
- Changed