You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,14 @@ Please file a bug if you notice a violation of semantic versioning.
20
20
21
21
### Added
22
22
23
+
-[gh!707][gh!707] Add `OAuth2.config[:filtered_label]` to configure the placeholder used for filtered sensitive values in inspected objects and debug logging output by @pboling
24
+
-[gh!707][gh!707] Add `OAuth2.config[:filtered_debug_keys]` to configure which key names have their values redacted from debug logging output by @pboling
25
+
-[gh!707][gh!707] Add `OAuth2::ThingFilter` as the shared filtering primitive used by inspect-time and debug-log filtering by @pboling
26
+
23
27
### Changed
24
28
29
+
-[gh!707][gh!707] Make inspect-time and debug-log filters snapshot their configuration at initialization time rather than tracking later config changes by @pboling
30
+
25
31
### Deprecated
26
32
27
33
### Removed
@@ -30,6 +36,11 @@ Please file a bug if you notice a violation of semantic versioning.
30
36
31
37
### Security
32
38
39
+
-[gh!707][gh!707] Redact sensitive values from debug logging output, including Authorization headers and common token/secret fields in headers, query strings, form bodies, and JSON payloads by @pboling
40
+
- NOTE: debug logging has always been, and remains, opt-in. It is turned off by defualt.
0 commit comments