Skip to content

Commit 5b57e0f

Browse files
Release v0.6.0
1 parent 2d2c510 commit 5b57e0f

5 files changed

Lines changed: 113 additions & 99 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0] - 2026-03-23
11+
12+
### Added
13+
- **RBAC with transactional audit enforcement** — role-based access control with `AuditedTxn` wrapper
14+
- Roles with hierarchical membership (BFS traversal, cycle detection, depth cap)
15+
- Policy assignments scoped to user, role, or all
16+
- `AuditedTxn` ensures every admin mutation is atomically committed with its audit log entries
17+
- Role deactivation/reactivation cascades to policy visibility
18+
- Datasource access gating by role membership
19+
20+
### Infrastructure
21+
- **Remove LICENSE from git history** — dropped LICENSE commit from history, added `LICENSE*`/`LICENCE*` to `.dockerignore`
22+
1023
## [0.5.2] - 2026-03-18
1124

1225
### Added

0 commit comments

Comments
 (0)