Skip to content

Releases: actix/actix-net

actix-server: v2.0.0-beta.9

15 Nov 02:42
443a328
Compare
Choose a tag to compare
Pre-release
  • Restore Arbiter support lost in beta.8. #417

actix-rt: v2.4.0

05 Nov 00:58
2080f4c
Compare
Choose a tag to compare
  • Add Arbiter::try_current for situations where thread may or may not have Arbiter context. #408
  • Start io-uring with System::new when feature is enabled. #395

actix-codec: v0.4.1

05 Nov 01:04
2080f4c
Compare
Choose a tag to compare
  • Added LinesCodec. #338
  • Framed::poll_ready flushes when the buffer is full. #409

actix-server: v2.0.0-beta.7

05 Nov 01:09
2080f4c
Compare
Choose a tag to compare
Pre-release

Yanked

  • Server can be started in regular Tokio runtime. #408
  • Expose new Server type whose Future impl resolves when server stops. #408
  • Rename Server to ServerHandle. #407
  • Add Server::handle to obtain handle to server. #408
  • Rename ServerBuilder::{maxconn => max_concurrent_connections}. #407
  • Deprecate crate-level new shortcut for server builder. #408
  • Minimum supported Rust version (MSRV) is now 1.52.

actix-server: v2.0.0-beta.8

05 Nov 02:18
81ba7ca
Compare
Choose a tag to compare
Pre-release

Yanked

  • Fix non-unix signal handler. #410

actix-tls: v3.0.0-beta.7

20 Oct 16:13
70ea532
Compare
Choose a tag to compare
Pre-release
  • Add webpki_roots_cert_store() to get rustls compatible webpki roots cert store. #401
  • Alias connect::ssl to connect::tls. #401

actix-macros: v0.2.3

19 Oct 15:22
47f278b
Compare
Choose a tag to compare
  • Fix test macro in presence of other imports named "test". #399

actix-tls: v3.0.0-beta.6

19 Oct 16:25
3036662
Compare
Choose a tag to compare
Pre-release
  • Update tokio-rustls to 0.23 which uses rustls 0.20. #396
  • Removed a re-export of Session from rustls as it no longer exist. #396
  • Minimum supported Rust version (MSRV) is now 1.52.

actix-macros: v0.2.2

14 Oct 10:27
0077588
Compare
Choose a tag to compare
  • Improve error recovery potential when macro input is invalid. #391
  • Allow custom Systems on test macro. #391

actix-service: v2.0.1

11 Oct 03:21
b03fe7c
Compare
Choose a tag to compare
  • Documentation fix. #388