Skip to content

Commit

Permalink
Release nats/v0.24.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Nov 8, 2023
1 parent 50cb953 commit 9bacb86
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion nats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.24.1
## Overview

This is a patch release for all pending changes and backports for legacy sync nats client, especially for TLS security fix.

## What's Changed
* Fix sync TLS authentication for EC keys by @sp-angel https://github.com/nats-io/nats.rs/pull/1128
* Update TLS dependencies for legacy client and fix vulnerability by @n1ghtmare in https://github.com/nats-io/nats.rs/pull/982
* Update nkeys to v0.3.0 by @vados-cosmonic in https://github.com/nats-io/nats.rs/pull/995

# 0.24.0
## Added
* Add timeout to JetStream requests by @j13tw in https://github.com/nats-io/nats.rs/pull/771
Expand Down Expand Up @@ -91,7 +101,7 @@ Dropping NATS connection was not affected.
# 0.18.0
## Overview
This release focuses mainly around fixes of large changes introduces in 0.17.0, but also improves adds slow consumers support
and improves header map interface.
and improves header map interface.

## Breaking Change
* Add a public convenience interface to header maps by @caspervonb in https://github.com/nats-io/nats.rs/pull/310
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.24.0"
version = "0.24.1"
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 9bacb86

Please sign in to comment.