Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@shawalli shawalli released this 26 Aug 14:31
· 1 commit to main since this release
4c9d97f

This release refactors the Server tooling to support configurations via a ServerConfig struct, passed into NewServerFromConfig. With this configuration struct, users can pass in a custom handler that will be called by Server instead of the default handler.

Notable Changes

  • refactor: change default Server behavior to recover from panics (#12)
  • feat: configureable Server (#14)
  • refactor: TLS Server available via ServerConfig and NewServerFromConfig (#14)
  • feat: custom Server handler (#13, #14)