Tags · RedisJSON/RedisJSON · GitHub
Skip to content

Tags: RedisJSON/RedisJSON

Tags

v8.9.80

Toggle v8.9.80's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
MOD-13014: redact user data from JSONPath trace logs (#1608)

MOD-13014 removed user data from errors but left the JSONPath engine's
trace logs, which still emitted document values, query literals and paths
at Redis `debug` log level (trace! maps to RedisLogLevel::Debug).

Gate those traces behind a cached mirror of Redis core's
`hide-user-data-from-log` server config: a new `trace_user_data!` macro
suppresses the message when the flag is on. The module reads the config
at load and refreshes it on CONFIG SET via a config-changed event
handler. Structural traces (grammar rules, "missing operand"
diagnostics) stay on plain trace! and are unaffected.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

v8.6.4

Toggle v8.6.4's commit message
bump to 8.6.4

v8.4.5

Toggle v8.4.5's commit message
bump to 8.4.5

v8.8.0

Toggle v8.8.0's commit message

v8.7.91

Toggle v8.7.91's commit message
fix redis version

v8.6.3

Toggle v8.6.3's commit message
bump

v8.6.1

Toggle v8.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 8.6.1 (#1582)

Made-with: Cursor

v8.4.4

Toggle v8.4.4's commit message
bump

v8.4.3

Toggle v8.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 8.4.3 (#1583)

Made-with: Cursor

v8.2.11

Toggle v8.2.11's commit message
bump