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
+25-7Lines changed: 25 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,28 +20,44 @@ Please file a bug if you notice a violation of semantic versioning.
20
20
21
21
### Added
22
22
23
+
### Changed
24
+
25
+
### Deprecated
26
+
27
+
### Removed
28
+
29
+
### Fixed
30
+
31
+
### Security
32
+
33
+
## [2.0.19] - 2026-05-15
34
+
35
+
- TAG: [v2.0.19][2.0.19t]
36
+
- COVERAGE: 100.00% -- 515/515 lines in 14 files
37
+
- BRANCH COVERAGE: 100.00% -- 174/174 branches in 14 files
38
+
- 89.11% documented
39
+
40
+
### Added
41
+
23
42
-[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
43
-[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
44
26
45
### Changed
27
46
28
47
-[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
29
-
- Refactor sensitive-value filtering to use `auth-sanitizer` while preserving `OAuth2::FilteredAttributes` as a permanent API alias by @pboling
30
-
31
-
### Deprecated
48
+
-[gh!714][gh!714]Refactor sensitive-value filtering to use `auth-sanitizer` while preserving `OAuth2::FilteredAttributes` as a permanent API alias by @pboling
32
49
33
50
### Removed
34
51
35
52
- Remove the internal `OAuth2::ThingFilter` and `OAuth2::SanitizedLogger` implementations now provided by `auth-sanitizer` by @pboling
36
53
37
-
### Fixed
38
-
39
54
### Security
40
55
41
56
-[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
42
-
- NOTE: debug logging has always been, and remains, opt-in. It is turned off by defualt.
57
+
- NOTE: debug logging has always been, and remains, opt-in. It is turned off by default.
<h3class="inherited">Methods included from <spanclass='object_link'><ahref="FilteredAttributes.html" title="OAuth2::FilteredAttributes (module)">FilteredAttributes</a></span></h3>
0 commit comments