Release v0.66.0
Added
- The new
proxy.New
constructor forproxy.Proxy
structure.
Changed
- The
proxy.Proxy.Start
method now accepts a context. - The
proxy.Proxy.Stop
method has been renamed toproxy.Proxy.Shutdown
and now accepts a context.
Deprecated
- The
proxy.Proxy.Init
method. Useproxy.New
instead.