From be6b278a3e53da7c07b6b9c57bcc21491602c856 Mon Sep 17 00:00:00 2001 From: Yun Wang Date: Fri, 24 Jul 2026 17:16:01 +0200 Subject: [PATCH] feat!: release structured logging, opt-in auto-retries, and OpenAPI regen Cut v15.0.0 from the accumulated Unreleased changelog. BREAKING CHANGE: the OpenAPI regen (CHA-3559) changed the generated C# type surface (return types, nullability, removed dead code); the wire contract is unchanged. Also ships structured logging and opt-in auto-retries (both additive). --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60d93af..7794484 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] +## [15.0.0] - 2026-07-24 + ### Breaking Changes: OpenAPI regen (schema name-collision fixes, CHA-3559) Regenerated from chat/ after upstream schema name-collision fixes. The JSON wire contract is unchanged for all of these; the breaks are in the generated C# type surface, so consumer code fails to compile until updated.