actors-v4.3.1

actix/actix-webactors-v4.3.1Aug 7, 2024by robjtede

AI Summary

This release optimizes memory usage in response streams and marks the crate as deprecated, signaling a shift away from this specific crate.

Key Highlights

  • Reduced memory usage by using `take` instead of `split` for encoded buffers in response streams.
  • The crate has been marked as deprecated.
  • Minimum supported Rust version (MSRV) updated to 1.72.

Full Release Notes

- 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.