NATS 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]