Skip to content

chore(release): sync v9.6.1 from source#433

Merged
saurabhjain1592 merged 1 commit into
mainfrom
sync/enterprise-20260707-232310-28905623013
Jul 7, 2026
Merged

chore(release): sync v9.6.1 from source#433
saurabhjain1592 merged 1 commit into
mainfrom
sync/enterprise-20260707-232310-28905623013

Conversation

@saurabhjain1592

Copy link
Copy Markdown
Member

Sync from Enterprise Repository

This PR syncs changes from the enterprise repository to the Community repository.

Summary

  • Commits synced: 2
  • Files changed: 7

Review Checklist

  • Changes look correct
  • No enterprise-only content included
  • CI checks pass

Auto-generated by sync-community-repo workflow (ADR-016)

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>
@saurabhjain1592 saurabhjain1592 added the community-sync Sync from enterprise repository label Jul 7, 2026
@saurabhjain1592 saurabhjain1592 enabled auto-merge July 7, 2026 23:25
@saurabhjain1592 saurabhjain1592 disabled auto-merge July 7, 2026 23:25
@saurabhjain1592 saurabhjain1592 added this pull request to the merge queue Jul 7, 2026
Merged via the queue into main with commit ac1b7cd Jul 7, 2026
35 checks passed
@saurabhjain1592 saurabhjain1592 deleted the sync/enterprise-20260707-232310-28905623013 branch July 7, 2026 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-sync Sync from enterprise repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants