You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This major release includes:
- ⚠️ [Breaking] Remove `ApiVersion::LATEST` constant to prevent semver violations
- Add compliance webhook topics (#425)
- Add support for 2025-10 API version (#433)
The `apiVersion` parameter is now required in `Context::initialize()`.
Developers must explicitly specify API versions.
See BREAKING_CHANGES_FOR_V6.md for migration details.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
8
## Unreleased
9
+
10
+
## v6.0.0 - 2025-10-28
9
11
- ⚠️ [Breaking] Remove `ApiVersion::LATEST` constant to prevent semver violations. The `apiVersion` parameter is now required in `Context::initialize()`. Developers must explicitly specify API versions. See the [migration guide](BREAKING_CHANGES_FOR_V6.md#removal-of-apiversionlatest-constant) for details.
0 commit comments