Changelog
Added
- CustomDialer interface and SetCustomDialer option setter. Thanks to @joyhope and @mdevan for the report (#334)
Improved
- Reduce memory allocations for subscription protocol. Thanks to @nussjustin (#319)
Fixed
- Possible repeated timeout of Flush/FlushTimeout and inability to dispatch (#322)
- Some typos and unnecessary type conversion. Thanks to @marmotini (#324)
- ErrorHandler not always reporting proper error (#326)
- TLSConfig cloning for Go 1.8+. Thanks to @johanbrandhorst (#336)
Deprecated
- Dialer option/setter, which deals with a *net.Dialer. Use CustomDialer instead (#334)