We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2273086 commit 6fcdca7Copy full SHA for 6fcdca7
ChangeLog
@@ -1,4 +1,11 @@
1
# Version 2.1.14 (not released yet)
2
+ - Added support for client IP address encryption in logs using IPCrypt.
3
+This feature helps protect user privacy by encrypting IP addresses before
4
+they are logged. Three algorithms are supported: deterministic,
5
+non-deterministic with 8-byte tweak, and extended non-deterministic with
6
+16-byte tweak.
7
+ - Enhanced pattern rule documentation with better examples.
8
+ - Fixed an issue where nil client addresses could cause crashes.
9
10
# Version 2.1.13
11
- Fixed race conditions in WebSocket handling for the monitoring dashboard,
0 commit comments