github nats-io/stan.go v0.2.0
v0.2.0 (MVP)

latest releases: v0.10.4, v0.10.3, v0.10.2...
7 years ago

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

Don't miss a new stan.go release

NewReleases is sending notifications on new releases.