8.11.0 changelog (#2097)

* Changelog for 8.11.0

* Add redaction docs link to changelog
This commit is contained in:
Josh Mock
2023-12-12 16:06:03 -06:00
committed by GitHub
parent c2c417a9fd
commit 1fb789862d
3 changed files with 22 additions and 2 deletions

View File

@ -92,6 +92,7 @@ const client = new Client({
----
[discrete]
[[redaction]]
==== Redaction of potentially sensitive data
When the client raises an `Error` that originated at the HTTP layer, like a `ConnectionError` or `TimeoutError`, a `meta` object is often attached to the error object that includes metadata useful for debugging, like request and response information. Because this can include potentially sensitive data, like authentication secrets in an `Authorization` header, the client takes measures to redact common sources of sensitive data when this metadata is attached and serialized.