From 45bd5224ced4bf93e7ac1c6c1c122c320dc65779 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 3 Jun 2024 14:34:30 +0200 Subject: [PATCH] websockify 0.12.0 --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 2ab41457..29ac5ed5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,13 @@ Changes ======= +0.12.0 +------ + +* The simplejson module is no longer needed for redis token support +* redis tokens can now be either JSON or plain text +* websockify can now listen to a Unix socket for incoming connections + 0.11.0 ------