Skip to content

Releases: actix/actix-net

actix-router: v0.2.6

09 Jan 14:20
a95afe2
Compare
Choose a tag to compare
  • Use bytestring version range compatible with Bytes v1.0. #246

actix-service: v2.0.0-beta.3

09 Jan 14:52
46bfe5d
Compare
Choose a tag to compare
Pre-release
  • The forward_ready! macro converts errors. #246

actix-rt: v2.0.0-beta.2

09 Jan 15:16
a2e0370
Compare
Choose a tag to compare
Pre-release
  • Add task mod with re-export of tokio::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

09 Jan 14:59
d4c46b7
Compare
Choose a tag to compare
Pre-release
  • Remove actix-reexport feature.

actix-tls: v3.0.0-beta.2

03 Jan 04:45
5285656
Compare
Choose a tag to compare
Pre-release
  • Depend on stable trust-dns packages. #204

actix-service: v2.0.0-beta.2

03 Jan 04:43
5285656
Compare
Choose a tag to compare
Pre-release
  • Remove redundant type parameter from map_config.

actix-server: v2.0.0-beta.2

03 Jan 04:44
5285656
Compare
Choose a tag to compare
Pre-release
  • Merge actix-testing to actix-server as test_server mod. #242

bytestring: v1.0.0

31 Dec 02:31
93865de
Compare
Choose a tag to compare
  • Update bytes dependency to 1.
  • Add array and slice of u8 impls of TryFrom up to 32 in length.
  • Rename get_ref to as_bytes and rename into_inner to into_bytes.
  • ByteString::new is now a const fn.
  • Crate is now #[no_std] compatible.

actix-tls: v3.0.0-beta.1

29 Dec 01:06
0934078
Compare
Choose a tag to compare
Pre-release
  • Move acceptors under accept module. #238
  • Merge actix-connect crate under connect module. #238
  • Add feature flags to enable acceptors and/or connectors individually. #238

actix-utils: v3.0.0-beta.1

28 Dec 03:37
a09f9ab
Compare
Choose a tag to compare
Pre-release
  • Update bytes dependency to 1. #237
  • Use pin-project-lite to replace pin-project. #229
  • Remove condition,either,inflight,keepalive,oneshot,order,stream and time mods. #229