Releases: actix/actix-net
Releases · actix/actix-net
Actix server v0.6.1
Changes
Added
- Add UDS listening support to
ServerBuilder
Actix io framed service v0.1.0
Changes
- Initial release
Actix connect v0.2.5
Changes
- Add
TcpConnectService
Actix Runtime 0.2.5
Changes
Added
- Add arbiter specific storage
Actix connect v0.2.4
Changes
- Use arbiter's storage for default async resolver
Actix Service 0.4.2
Changes
Fixed
- Check service readiness for
new_apply_cfg
combinator
Actix threadpool 0.1.2
Changed
-
Update
derive_more
to 0.15 -
Update
parking_lot
to 0.9
Actix connect v0.2.3
Changes
- Add
ConnectService
andOpensslConnectService
Actix connect v0.2.2
Changes
- Add
rustls
support
Actix utils 0.4.5
Changes
Removed
- Deprecated
CloneableService
as it is not safe