summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2019-08-13 13:37:54 +0200
committerPierre Ossman <ossman@cendio.se>2019-08-13 13:56:31 +0200
commit654cbac77ea07819ed3bcf1ce6410be0211c0f1a (patch)
treeeb9863deb09c0d34219241e6c23d6bddbdef1f47 /CHANGES.txt
parent4ed68eab970c5a64f5189410238ef495d9704452 (diff)
downloadwebsockify-654cbac77ea07819ed3bcf1ce6410be0211c0f1a.tar.gz
websockify 0.9.0v0.9.0
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 10f1ca8..a440576 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,23 @@
Changes
=======
+0.9.0
+-----
+
+* 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...
+
0.8.0
-----