github nats-io/stan.go v0.8.0
Release v0.8.0

latest releases: v0.10.4, v0.10.3, v0.10.2...
3 years ago

Changelog

Added

  • Benchmark tool: ability to set a username/password and/or TLS certificates. Thanks to @lmtyler for the contribution (#318)
  • Note about reconnection in README. Thanks to @KidLinus for the recommendation (#323)
  • Note about MsgProto.Timestamp precision in protocol.proto. Thanks to @palsivertsen for the recommendation (#329)

Changed

  • Default pings settings will now be 5 second and 88 failures, which better matches to the default server heartbeat settings. The original 5sec and 3 failures were too small and would cause a client to consider the connection lost after a very short server downtime (#337)

Fixed

  • Do not panic on protobuf's Unmarshal() errors (#338)

Complete Changes

v0.7.0...v0.8.0

Don't miss a new stan.go release

NewReleases is sending notifications on new releases.