chore(release): sync v9.6.1 from source#433
Merged
Merged
Conversation
v9.6.1 is a patch on v9.6.0. It fixes a bug in the audit-search API where a session_id filter was silently ignored: the search endpoint accepted the request and returned 200 but dropped the filter, so drilling from a session-summary bucket into that session's individual records returned the tenant's records across every session in the time range instead of the one requested. Tenant isolation was never affected — the bug was confined to the session_id sub-filter, and the tenant scope every audit query enforces was always applied. It is a drop-in upgrade from v9.6.0, with no migration and no configuration change. Highlights: - The session_id filter on POST /api/v1/audit/search is now applied as a parameterized, tenant-scoped condition, so a search by session_id returns exactly that session's records. Aggregates from the session-summary endpoint itself were correct on v9.6.0 and are unchanged. Migration: none. Full notes: https://docs.getaxonflow.com/docs/releases/v9-6-1 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)