Releases: actix/actix-net
Releases · actix/actix-net
actix-router: v0.2.6
- Use
bytestring
version range compatible with Bytes v1.0. #246
actix-service: v2.0.0-beta.3
- The
forward_ready!
macro converts errors. #246
actix-rt: v2.0.0-beta.2
- Add
task
mod with re-export oftokio::task::{spawn_blocking, yield_now, JoinHandle}
#245 - Add default "macros" feature to allow faster compile times when using
default-features=false
.
actix-macros: v0.2.0-beta.1
- Remove
actix-reexport
feature.
actix-tls: v3.0.0-beta.2
- Depend on stable trust-dns packages. #204
actix-service: v2.0.0-beta.2
- Remove redundant type parameter from
map_config
.
actix-server: v2.0.0-beta.2
- Merge
actix-testing
toactix-server
astest_server
mod. #242
bytestring: v1.0.0
- Update
bytes
dependency to1
. - Add array and slice of
u8
impls ofTryFrom
up to 32 in length. - Rename
get_ref
toas_bytes
and renameinto_inner
tointo_bytes
. ByteString::new
is now aconst fn
.- Crate is now
#[no_std]
compatible.