Commit 1e18160
docs(architecture): promote redaction + RetryBudget blocking caveat
resilience.md is the observability-surface truth (middleware.md defers to
it). Promote two 0.11.0 conclusions the per-PR edits left out:
- event `url` attributes are redacted at the _emit_event boundary
(userinfo + sensitive query/fragment masked), shared with StatusError.
- RetryBudget's thread-safety means no corruption, not non-blocking: the
lock can briefly block the loop thread when shared sync<->async.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent c27c163 commit 1e18160
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
0 commit comments