Skip to content

v0.54.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 17:21
· 37 commits to main since this release

Features

  • 75459ca: Graceful server shutdown (#539)
    • run_on_socket now returns RunningServer instead of an opaque Future.
    • Call RunningServer.handle() to obtain an asynchronous handle.
    • Use RunningServerHandle.shutdown() to request a graceful server shutdown which will send MSG_DISCONNECT to all clients and wait for the sessions to close.
  • make Config Clone (#544) (Philippe Laflamme)
  • add a feature toggle for rsa (#550) (Philippe Laflamme)
  • 43a09c9: Add Config.nodelay option for client (#551) (Tom) #551

Bug Fixes