1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

chore(actix-web-actors): prepare release 4.3.1

This commit is contained in:
Rob Ede
2024-08-07 04:01:20 +01:00
parent 323d1fa64f
commit e4e4bb799c
4 changed files with 16 additions and 8 deletions

View File

@ -2,7 +2,10 @@
## Unreleased
- Take the encoded buffer when yielding bytes in the response stream rather than splitting the buffer, reducing memory use
## 4.3.1
- Reduce memory usage by `take`-ing (rather than `split`-ing) the encoded buffer when yielding bytes in the response stream.
- Mark crate as deprecated.
- Minimum supported Rust version (MSRV) is now 1.72.
## 4.3.0