Skip to content

v0.14.0

Latest
Compare
Choose a tag to compare
@Henauxg Henauxg released this 16 Jan 11:35

Version 0.14.0 (2025-01-16)

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