Skip to content

async-nats 0.15.0 with JetStream, nats 0.21.0

Compare
Choose a tag to compare
@Jarema Jarema released this 17 Jun 13:27
· 659 commits to main since this release

Overview

This release is the first JetStream 馃嵕 feature set for async-nats!

It includes:

  • New simplified JetStream API approach
  • JetStream Publish
  • Streams management
  • Consumers Management
  • Pull Consumers implementation
  • Ack's

This is an experimental release of JetStream (simplified) API. It may change, and it may have bugs. We appreciate any feedback and contributions to help it reach maturity soon!

For nats client, authentication with token was added by @paulgb

async-nats

Added

Changed

Fixed

nats

Added

  • Allow tokens in connection strings and add tests by @paulgb in #506

New Contributors

Thanks to all contributors! Your work is very appreciated!

Full Changelog: async-nats/v0.14.0...async-nats/v0.15.0