chore(release): sync v9.7.0 from source#435
Merged
saurabhjain1592 merged 1 commit intoJul 10, 2026
Merged
Conversation
… compatibility v9.7.0 is an additive minor that ships hardening found by an adversarial end-to-end sweep of the platform and all five SDKs. The policy engine's request plane now fails closed when policies cannot be loaded, retired Anthropic model ids that the API now rejects are swept out of every fallback surface, and the advertised SDK/plugin compatibility matrix is refreshed. It is a drop-in upgrade with no migration. Highlights: - The request plane now fails closed on a policy-load or database-unavailable error, instead of logging and allowing the request through ungoverned — symmetric with the response plane's fail-closed hardening. The block carries an evaluation-error marker so an availability block is distinguishable from a policy verdict in the audit trail. - Retired unavailable Anthropic model defaults across every fallback surface (compose defaults, provider-config code, Bedrock adapters, CloudFormation templates, demo routers). Fallback ids are centralized into a shared defaults package pinned to current catalog ids, with drift tests that ban the retired ids from every config surface, and both compose files now map ANTHROPIC_MODEL into the agent environment so the override reaches agent-side gateway calls. - Refreshed the recommended SDK and plugin versions advertised by /health: SDKs 8.5.1 (Go fails closed on 4xx auth errors, Python runs sync interceptors on a persistent event loop and detects async clients, TypeScript authenticates its plan-status call), Rust 0.8.1, the Claude Code plugin 1.9.1, and the Claude Desktop governance proxy joining the matrix at 0.3.1. Migration: none. Full notes: https://docs.getaxonflow.com/docs/releases/v9-7-0 Signed-off-by: AxonFlow Team <bot@getaxonflow.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync from Enterprise Repository
This PR syncs changes from the enterprise repository to the Community repository.
Summary
Review Checklist
Auto-generated by sync-community-repo workflow (ADR-016)