Skip to content

Commit

Permalink
Release nats/v0.24.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Feb 13, 2023
1 parent 730a52f commit 339d809
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions nats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.24.0
## Added
* Add timeout to JetStream requests by @j13tw in https://github.com/nats-io/nats.rs/pull/771

## Fixed
* Send PUB instead of HPUB if headers are set but empty by @Jarema in https://github.com/nats-io/nats.rs/pull/833

## Misc
* Allow parse message data as json in nats-box example by @xoac in https://github.com/nats-io/nats.rs/pull/816

**Full Changelog**: https://github.com/nats-io/nats.rs/compare/nats/v0.23.2...nats/v0.23.1

# 0.23.1
## Overview
This is a minor sync client release with fixes to Object Store API
Expand Down
2 changes: 1 addition & 1 deletion nats/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nats"
version = "0.23.1"
version = "0.24.0"
description = "A Rust NATS client"
authors = ["Derek Collison <[email protected]>", "Tyler Neely <[email protected]>", "Stjepan Glavina <[email protected]>"]
edition = "2018"
Expand Down

0 comments on commit 339d809

Please sign in to comment.