NATS Go Client v1.7.2 Release Notes

Release Date: 2019-02-21 // about 5 years ago
  • ๐Ÿ”„ 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/[email protected]