From 7f7380960a7f2efa316ed17eafef19f60b2c2840 Mon Sep 17 00:00:00 2001 From: FZambia Date: Sat, 1 Feb 2025 09:49:55 +0200 Subject: [PATCH] mention redacted tokens change --- misc/release/notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/release/notes.md b/misc/release/notes.md index 8f3ce31d4..5f4bf44da 100644 --- a/misc/release/notes.md +++ b/misc/release/notes.md @@ -15,6 +15,7 @@ For details, go to the [Centrifugo documentation site](https://centrifugal.dev). ### Fixes * Fix not using redis prefix for Redis stream support check [centrifugal/centrifuge#456](https://github.com/centrifugal/centrifuge/pull/456). Addresses issue with Redis ACL, see [#935](https://github.com/centrifugal/centrifugo/issues/935). +* Only non-empty tokens will be redacted in info logs now, which allows to distinguish the case when token was not sent at all, [centrifugal/centrifuge#455](https://github.com/centrifugal/centrifuge/pull/455) ### Miscellaneous