Skip to content

actix-server: v2.0.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@robjtede robjtede released this 11 Oct 21:29
· 308 commits to master since this release
ca435b2
  • Add io-uring feature for enabling async file I/O on linux. #374
  • Server no long listens to SIGHUP signal. Previously, the received was not used but did block
    subsequent exit signals from working. #389
  • Remove config module. ServiceConfig, ServiceRuntime public types are removed due to
    this change. #349
  • Remove ServerBuilder::configure #349