Skip to content

Commit 25963db

Browse files
authored
Prepare release for actix-http, awc (#3791)
1 parent 4df9953 commit 25963db

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actix-http/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 3.11.2
6+
57
- Properly wake Payload receivers when feeding errors or EOF.
68
- Add `ServiceConfigBuilder` type to facilitate future configuration extensions.
79
- Add a configuration option to allow/disallow half closed connections in HTTP/1. This defaults to allow, reverting the change made in 3.11.1.

actix-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-http"
3-
version = "3.11.1"
3+
version = "3.11.2"
44
authors = ["Nikolay Kim <[email protected]>", "Rob Ede <[email protected]>"]
55
description = "HTTP types and services for the Actix ecosystem"
66
keywords = ["actix", "http", "framework", "async", "futures"]

actix-http/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<!-- prettier-ignore-start -->
66

77
[![crates.io](https://img.shields.io/crates/v/actix-http?label=latest)](https://crates.io/crates/actix-http)
8-
[![Documentation](https://docs.rs/actix-http/badge.svg?version=3.11.1)](https://docs.rs/actix-http/3.11.1)
8+
[![Documentation](https://docs.rs/actix-http/badge.svg?version=3.11.2)](https://docs.rs/actix-http/3.11.2)
99
![Version](https://img.shields.io/badge/rustc-1.72+-ab6000.svg)
1010
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-http.svg)
1111
<br />
12-
[![dependency status](https://deps.rs/crate/actix-http/3.11.1/status.svg)](https://deps.rs/crate/actix-http/3.11.1)
12+
[![dependency status](https://deps.rs/crate/actix-http/3.11.2/status.svg)](https://deps.rs/crate/actix-http/3.11.2)
1313
[![Download](https://img.shields.io/crates/d/actix-http.svg)](https://crates.io/crates/actix-http)
1414
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)
1515

awc/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 3.8.1
6+
57
- Fix a bug where `GO_AWAY` errors did not stop connections from returning to the pool.
68

79
## 3.8.0

awc/Cargo.toml

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

awc/README.md

Lines changed: 2 additions & 2 deletions
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.8.0)](https://docs.rs/awc/3.8.0)
8+
[![Documentation](https://docs.rs/awc/badge.svg?version=3.8.1)](https://docs.rs/awc/3.8.1)
99
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/awc)
10-
[![Dependency Status](https://deps.rs/crate/awc/3.8.0/status.svg)](https://deps.rs/crate/awc/3.8.0)
10+
[![Dependency Status](https://deps.rs/crate/awc/3.8.1/status.svg)](https://deps.rs/crate/awc/3.8.1)
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)