Skip to content

v0.9.0

Compare
Choose a tag to compare
@CendioOssman CendioOssman released this 13 Aug 12:30
· 102 commits to master since this release

Major Changes

  • Base64 support removed and binary mode is now required
  • Low level WebSocket protocol handling now has its own class
  • Authentication now optionally required for web server
  • Server hostname can be used as the token
  • JWT/JWS/JWE can be used for the token
  • redis can be used for the token
  • Can now log to syslog
  • Improved latency by disabling Nagle for proxied connection
  • Added client certificate authentication
  • Support for password protected certificate key file
  • TLS ciphers and options are now configurable
  • Can be invoked via inetd
  • Lots of minor fixes...