Skip to content

0.9.0

Compare
Choose a tag to compare
@anuragsoni anuragsoni released this 15 Jan 02:42
· 63 commits to main since this release

CHANGES:

  • Forward ssl connection details to shuttle_ssl server handlers
  • Remove listen and with_connection from shuttle_ssl. Use upgrade_server_connection and upgrade_client_connection with the regular Connection module provided within Shuttle.
  • Allow accessing the underlying buffer capacity for channels
  • Add helper method that creates server connections using inet sockets
  • Reliably schedule stream cleanup for all streaming server responses without forcing users to use any special functions to create the response
  • Add one-shot http client
  • Setup tcp server within http server module