From df6e10cc8785fb12c53427c406d6bc340651ffc0 Mon Sep 17 00:00:00 2001 From: Yun Wang Date: Fri, 24 Jul 2026 17:14:57 +0200 Subject: [PATCH] feat!: release structured logging and opt-in auto-retries Cut v9.0.0 from the accumulated Unreleased changelog. BREAKING CHANGE: removed the always-on faraday-retry middleware; retries are opt-in via retry_config: and apply only to GET/HEAD. Also ships structured logging with opt-in body logging and always-on secret redaction. version.rb is bumped by the release workflow, not in this PR. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b1a04..9f66d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## [Unreleased] +## [9.0.0] - 2026-07-24 + ### Added - New error class hierarchy under `GetStreamRuby`: