github nats-io/nats.go v1.4.0
Release v1.4.0

latest releases: v1.34.1, v1.34.0, v1.33.1...
6 years ago

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

Don't miss a new nats.go release

NewReleases is sending notifications on new releases.