Skip to content

Release v1.8.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@kozlovic kozlovic released this 22 Aug 22:15
33efe82

Changelog

This is a beta version introducing the NATS Streaming API. The reason for beta status is to get community feedback on the proposed Streaming API and possibly altering it while in beta.

Added

  • Ability to suppress receiving messages published by own connection, aka NoEcho option (#150)
  • Ability to retry a failed connect. The retry can be synchronous or asynchronous. Thanks to @fmvin for the request (#151, #156)
  • Ability to drain subscription and/or connection (#161, #162, #163)
  • Streaming API. The same NATS C Client library now offers Streaming API to connect/publish/subscribe to a NATS Streaming Server (#157)

Improved

  • URL Parsing allowing to skip scheme and default port (#160)

Fixed

  • README example regarding natsOptions_Destroy(). Thanks to @ZiCog for the report (#142)

Complete Changes

v1.7.6...v1.8.0-beta