Releases: actix/actix-net
Releases · actix/actix-net
Actix Runtime 0.1.0
Changes
- Initial release
Actix Connector 0.1.0
Changes
- Initial release
Actix Codec 0.1.0
Changes
- Initial release
Actix Service 0.1.1
Changes
Added
- Added Service impl for Box<S: Service>
Actix Service 0.1.0
Changes
Split service functionality from actix-net
Actix net 0.2.4
Changes
Added
- Allow to skip name resolution stage in Connector
Actix net 0.2.3
Changes
Added
- Framed::is_write_buf_empty() checks if write buffer is flushed
Actix net 0.2.2
Changes
Added
- Add low/high caps to Framed type
Changed
- Refactor Connector and Resolver services
Fixed
- Fix wrong service to socket binding
Actix net 0.2.0
Changes
Added
-
Timeout service
-
Added ServiceConfig and ServiceRuntime for server service configuration
Changed
-
Connector has been refactored
-
timer and LowResTimer renamed to time and LowResTime
-
Refactored
Server::configure()
method
Actix net 0.1.1
Changes
Changed
-
Set actix min version - 0.7.5
-
Set trust-dns min version