v0.10.0
- 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