Skip to content

Commit

Permalink
Prepare 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed May 1, 2023
1 parent 4f1c5da commit 975e1ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md).

## Release history

* Current release: 0.21.0 (2023-03-29)
* Release 0.21.1 (2023-05-01)
- Remove `warn`-level logging from code paths that also return a `rustls::Error` with
the same information.
- Bug fix: ensure `ConnectionCommon::complete_io` flushes pending writes.
- Bug fix: correct encoding of acceptable issuer subjects when rustls operates as a server
requesting client authentication. This was a regression introduced in 0.21.0.
* Release 0.21.0 (2023-03-29)
- Support for connecting to peers named with IP addresses. This means
rustls now depends on a fork of webpki - `rustls-webpki` - with a suitably
extended API.
Expand Down
2 changes: 1 addition & 1 deletion rustls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustls"
version = "0.21.0"
version = "0.21.1"
edition = "2021"
rust-version = "1.57"
license = "Apache-2.0 OR ISC OR MIT"
Expand Down

0 comments on commit 975e1ca

Please sign in to comment.