Skip to content

0.8.0

Compare
Choose a tag to compare
@anuragsoni anuragsoni released this 31 Dec 04:24
· 95 commits to main since this release

CHANGES:

  • Revive the http codec as a new shuttle_http package
    • Http codec supports a timeout for reading Request headers
    • Server module reports a deferred that resolves when the server context closes. This can be usedul to register cleanup actions that should run when a server connection is torn down.
    • Using the utility methods within the Server module to create responses ensures that streams are torn down if the server connection is closed before a stream was fully consumed.