Skip to content

Releases: nats-io/nats-streaming-server

Release v0.2.2 (MVP)

08 Aug 23:01
Compare
Choose a tag to compare

Changelog

Added

  • Command line parameter/Option to connect to external NATS Server
  • Ability to disable file sync on flush (by default flush does sync the file)
  • Vendoring
  • Docker

Updated

  • Logging of message store limit only once per channel

Fixed

  • Server now default to listen to 0.0.0.0 instead of localhost

Complete Changes

v0.2.0...v0.2.2

v0.2.0 (MVP)

08 Jul 17:23
Compare
Choose a tag to compare

Changelog

nats-streaming-server v0.2.0 (MVP)

New features and enhancements

  • Add CRC checksum for file store
  • Performance improvements

Bug fixes

  • Use NATS default options when server creates connection to NATS Server
  • Fixed an issue with durable restarts when ack pending is >= MaxInFlight

v0.1.0

24 Jun 05:09
Compare
Choose a tag to compare

v0.1.0 Release Notes

NATS Streaming provides the following high-level feature set.

  • Log based.
  • At-Least-Once Delivery model, giving reliable message delivery.
  • Rate matched on a per subscription basis.
  • Replay/Restart
  • Last Value Semantics

See the NATS documentation site for more information.