Skip to content

Commit

Permalink
Release v0.20.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
  • Loading branch information
Jarema committed Sep 15, 2022
1 parent 0108471 commit 11d12c8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions Readme.md
Expand Up @@ -51,6 +51,7 @@ Currently supports:
* Core NATS
* JetStream API
* JetStream Management API
* Key Value Store

And should soon catch up with in terms of feature parity with synchronous client.
When it reaches feature parity with `nats` crate, synchronous wrapper over `async-nats` will
Expand Down
21 changes: 21 additions & 0 deletions async-nats/CHANGELOG.md
@@ -1,3 +1,24 @@
# 0.20.0
## Overview

This release focuses on KV and 2.9 nats-server features.

## Added
* Add Key Value by @Jarema and @caspervonb in https://github.com/nats-io/nats.rs/pull/586
* Add Direct get by @Jarema in https://github.com/nats-io/nats.rs/pull/636
* Add timeout to request & request builder by @Jarema in https://github.com/nats-io/nats.rs/pull/616
* Add memory storage option to consumers by @Jarema in https://github.com/nats-io/nats.rs/pull/638
* Add Consumer name by @Jarema in https://github.com/nats-io/nats.rs/pull/637

## Fixed
* Fix heartbeat typo by @Jarema in https://github.com/nats-io/nats.rs/pull/630

## What's Changed
* Headers refactor by @Jarema in https://github.com/nats-io/nats.rs/pull/629
* Use new Consumer API by @Jarema in https://github.com/nats-io/nats.rs/pull/637

**Full Changelog**: https://github.com/nats-io/nats.rs/compare/async-nats/v0.19.0...async-nats/v0.20.0
# 0.19.0
## Overview

This release is focused on resilience of the client against network issues.
Expand Down
2 changes: 1 addition & 1 deletion async-nats/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "async-nats"
authors = ["Tomasz Pietrek <tomasz@nats.io>", "Casper Beyer <caspervonb@pm.me>"]
version = "0.19.0"
version = "0.20.0"
edition = "2021"
rust = "1.59.0"
description = "A async Rust NATS client"
Expand Down

0 comments on commit 11d12c8

Please sign in to comment.