Files
quic-go/Changelog.md
2017-06-11 12:01:38 +02:00

510 B

Changelog

v0.6.0 (unreleased)

  • Add a quic.Config option for QUIC versions
  • Add a quic.Config option to request truncation of the connection ID from a server
  • Add a quic.Config option to configure the source address validation
  • Add a quic.Config option to configure the handshake timeout
  • Changed the log level environment variable to only accept strings ("DEBUG", "INFO", "ERROR"), see the wiki for more details.
  • Various bugfixes