Skip to content

v0.10.0

Compare
Choose a tag to compare
@emiago emiago released this 13 Jun 22:11
· 312 commits to main since this release
  • This is huge refactor on transport layer to remove client handle dependency on connection setup.
    Now creating solo clients will not require running server listeners.
  • By default transports will be created once on transport layer setup
  • UDP transport will create new connection (connected) if there is no UDP PacketConn (listener) created
  • There is still problem reusing UDP connection for forwarding request out of subnet
  • Bug with bad index on comma Via header parsing is fixed
  • comma seperated values parsing are fixed for Route and Record-Route header
  • Documentaion is updated

Full Changelog: v0.9.0...v0.10.0