From 2949bde0c2f9ae533bee1062a9ee59b7095b1aad Mon Sep 17 00:00:00 2001 From: Yun Wang Date: Fri, 24 Jul 2026 17:15:39 +0200 Subject: [PATCH] feat: release structured logging and opt-in auto-retries Cut v4.2.0 from the accumulated Unreleased changelog. Adds structured logging (opt-in logger + body logging, always-on secret redaction) and opt-in auto-retries via RetryConfig (retry=...). No breaking changes per the changelog; note the client request_timeout default increased from 6s to 30s. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 413302bf..72cace50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.2.0] - 2026-07-24 + ### Added - Standardized error hierarchy ([CHA-2958](https://linear.app/stream/issue/CHA-2958)).