Releases: actix/actix-net
Releases · actix/actix-net
actix-tls: v3.0.0-rc.1
Added
- Derive
Debug
forconnect::Connection
. #422 - Implement
Display
foraccept::TlsError
. #422 - Implement
Error
foraccept::TlsError
where both types also implementError
. #422 - Implement
Default
forconnect::Resolver
. #422 - Implement
Error
forconnect::ConnectError
. #422 - Implement
Default
forconnect::tcp::{TcpConnector, TcpConnectorService}
. #423 - Implement
Default
forconnect::ConnectorService
. #423
Changed
- The crate's default features flags no longer include
uri
. #422 - Useful re-exports from underlying TLS crates are exposed in a
reexports
modules in all acceptors and connectors. - Convert
connect::ResolverService
from enum to struct. #422 - Make
ConnectAddrsIter
private. #422 - Mark
tcp::{TcpConnector, TcpConnectorService}
structs#[non_exhaustive]
. #423 - Rename
accept::native_tls::{NativeTlsAcceptorService => AcceptorService}
. #422 - Rename
connect::{Address => Host}
trait. #422 - Rename method
connect::Connection::{host => hostname}
. #422 - Rename struct
connect::{Connect => ConnectInfo}
. #422 - Rename struct
connect::{ConnectService => ConnectorService}
. #422 - Rename struct
connect::{ConnectServiceFactory => Connector}
. #422 - Rename TLS acceptor service future types and hide from docs. #422
- Unbox some service futures types. #422
- Inline modules in
connect::tls
toconnect
module. #422
Removed
actix-rt: v2.5.0
- Add
System::run_with_code
to allow retrieving the exit code on stop. #411
actix-tls: v3.0.0-beta.9
actix-tls: v3.0.0-beta.8
- Add
Connect::request
for getting a reference to the connection request. #415
actix-server: v2.0.0-beta.9
- Restore
Arbiter
support lost inbeta.8
. #417
actix-rt: v2.4.0
actix-codec: v0.4.1
actix-server: v2.0.0-beta.7
Yanked
- Server can be started in regular Tokio runtime. #408
- Expose new
Server
type whoseFuture
impl resolves when server stops. #408 - Rename
Server
toServerHandle
. #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
Yanked
- Fix non-unix signal handler. #410