Skip to content

Release v1.7.2

Compare
Choose a tag to compare
@derekcollison derekcollison released this 21 Feb 23:31

Changelog

Added

  • Ability to set MaxPingsOutstanding as an Option (#414)
  • Conn.ConnectedAddr() (#426)
  • FlushWithContext() (#433)

Updated

  • Handle host names that resolve to more than one IP (#417)
  • Disable automatic TLS skip verify (#420)
  • Examples and Benchmarks can use new credentials based authentication and authorization (#419)
  • Smarter kickFlusher behavior (#429)
  • Smarter processing on NextMsg() when a message already available (#432)

Improved

  • Better handling of TLS errors. Thanks to @brianshannan for the contribution (#418)
  • Updates to samples in docs (#422, #421)
  • Uses staticcheck now vs megacheck

Fixed

  • Maintain string case for async errors from the server (#415)

Complete Changes

nats-io/go-nats@v1.7.0...v1.7.2