Skip to content

Improved NATS, new STAN and gochan protocols.

Pre-release
Pre-release

Choose a tag to compare

@n3wscott n3wscott released this 24 Mar 15:11
123def5

Among bug fixes and improvements, this release includes:

  • a reworked NATS implementation that will give better controller over the sender and receiver queues.
  • first version of: STAN, streaming nats.
  • repackaging a test protocol into a real protocol for process local interactions: gochan.

A quick note: because the client interface is allowed to be given anything that implements one or more of the protocol interfaces, it is intended to use the sender and receiver protocols either directly, or to build up a client that only sends or only receives. This applies to all of the protocol impls, we are working on documenting this better.