actix-server: v2.0.0-beta.6
Pre-release
Pre-release
- Add
io-uringfeature for enabling async file I/O on linux. #374 - Server no long listens to
SIGHUPsignal. Previously, the received was not used but did block
subsequent exit signals from working. #389 - Remove
configmodule.ServiceConfig,ServiceRuntimepublic types are removed due to
this change. #349 - Remove
ServerBuilder::configure#349