Releases: actix/actix-net
Releases · actix/actix-net
Actix server 0.6.0
Actix server config v0.1.2
Changes
Added
- Add unix domaim sockets support
Actix utils 0.4.4
Changes
Changed
- Undeprecate
FramedTransport
as it is actually useful
Actix utils 0.4.3
Changes
Deprecated
-
Deprecate
CloneableService
as it is not safe and in general not very useful -
Deprecate
FramedTransport
in favor ofactix-ioframe
Actix Runtime 0.2.4
Actix connect v0.2.1
Actix utils 0.4.2
Changes
Fixed
- Do not block on sink drop for FramedTransport
Actix Runtime 0.2.3
Actix Service 0.4.1
Changes
Added
- Add
new_apply_cfg
function
Actix threadpool 0.1.1
Changes
- Update parking_lot