Skip to content

Releases: nats-io/nats.c

Release v1.3.6

13 May 23:29
Compare
Choose a tag to compare

-Adding support for external events loops.
-New APIs
-Fixed several defects

Complete details: v1.2.10...v1.3.6

Release v1.3.3-RC

07 Apr 00:05
Compare
Choose a tag to compare
Release v1.3.3-RC Pre-release
Pre-release

-Adding support for external events loops.
-New APIs
-Fixed several defects

Release v1.2.10

26 Feb 23:55
Compare
Choose a tag to compare

-Add ability to build the library without TLS support
-Improve performance for large messages
-Add support for token authentication
-Add support for list of URLs in natsConnection_ConnectTo() call
-Fix several defects

Release v1.2.8

18 Jan 17:24
Compare
Choose a tag to compare

Bug fixes.

Add support for SSL/TLS connection

18 Dec 23:36
Compare
Choose a tag to compare

New natsOptions setters to configure TLS connection. New APIs to get thread local last known error and simple stack trace.

Release v1.1.0

25 Nov 20:14
Compare
Choose a tag to compare

Add versioning and integration with Travis-CI.

Release v1.0.1

12 Nov 20:57
Compare
Choose a tag to compare

Fixed bugs, optimized more and added documentation.

Release v1.0.0

06 Nov 00:08
Compare
Choose a tag to compare

First release with support for Mac OS/X, Linux and Windows.

Release v0.1.9-alpha

29 Oct 02:18
Compare
Choose a tag to compare
Release v0.1.9-alpha Pre-release
Pre-release

Fix performance issue for request-reply pattern with the introduction of a new API: natsSubscription_NoDelay().

Release v0.1.7-alpha

28 Oct 00:51
Compare
Choose a tag to compare
Release v0.1.7-alpha Pre-release
Pre-release

Performance Improvements