Skip to content

Release v0.8.0

Compare
Choose a tag to compare
@kozlovic kozlovic released this 08 Jan 23:28
0fff1f5

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