Skip to content

v0.2.0 (MVP)

Compare
Choose a tag to compare
@mcqueary mcqueary released this 19 Jul 19:30

Changelog

go-nats-streaming v0.2.0 (MVP)

New features and enhancements

  • Added setter function for the NatsURL option, allowing users to select a non-default NATS URL: NatsURL(u string)
  • Added setter function for the MaxPubAcksInflight option:MaxPubAcksInflight(max int)
  • Added a NatsConn method to the Conn interface which allows retrieving the underlying NATS Conn object. Addresses #67.
  • Added stan-bench to match nats-bench and use the newnats/bench library
  • Performance improvements

Bug fixes

  • Miscellaneous minor bug and typo fixes
  • Corrected README to indicate that NATS Streaming server subscriptions do not support wildcards