Skip to content

Commit 92c1e22

Browse files
committed
chore(awc): prepare release 3.6.0
1 parent 4bb495a commit 92c1e22

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

awc/CHANGES.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
## Unreleased
44

5-
- Update `brotli` dependency to `7`.
5+
## 3.6.0
6+
67
- Prevent panics on connection pool drop when Tokio runtime is shutdown early.
7-
- Minimum supported Rust version (MSRV) is now 1.75.
88
- Do not send `Host` header on HTTP/2 requests, as it is not required, and some web servers may reject it.
9+
- Update `brotli` dependency to `7`.
10+
- Minimum supported Rust version (MSRV) is now 1.75.
911

1012
## 3.5.1
1113

awc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "awc"
3-
version = "3.5.1"
3+
version = "3.6.0"
44
authors = ["Nikolay Kim <[email protected]>"]
55
description = "Async HTTP and WebSocket client library"
66
keywords = ["actix", "http", "framework", "async", "web"]

awc/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<!-- prettier-ignore-start -->
66

77
[![crates.io](https://img.shields.io/crates/v/awc?label=latest)](https://crates.io/crates/awc)
8-
[![Documentation](https://docs.rs/awc/badge.svg?version=3.5.1)](https://docs.rs/awc/3.5.1)
8+
[![Documentation](https://docs.rs/awc/badge.svg?version=3.6.0)](https://docs.rs/awc/3.6.0)
99
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/awc)
10-
[![Dependency Status](https://deps.rs/crate/awc/3.5.1/status.svg)](https://deps.rs/crate/awc/3.5.1)
10+
[![Dependency Status](https://deps.rs/crate/awc/3.6.0/status.svg)](https://deps.rs/crate/awc/3.6.0)
1111
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)
1212

1313
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)