Skip to content

Release v1.4.0

Compare
Choose a tag to compare
@kozlovic kozlovic released this 20 Dec 19:16
d66cb54

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)

Complete Changes

nats-io/go-nats@v1.3.0...v1.4.0