Skip to content

Commit e0a6ce4

Browse files
Release v0.14.1
1 parent 8beceaf commit e0a6ce4

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.14.1] - 2026-04-09
11+
12+
### Changed
13+
14+
- **[Both] Remove git commit hash from version display** — simplifies the build and `/health` endpoint
15+
- drops `GIT_COMMIT_SHORT` env var and git-based `build.rs` logic from the proxy
16+
- sidebar now shows `vX.Y.Z` instead of `vX.Y.Z (abc1234)`
17+
- **[Admin UI] Polish admin UI tables and forms**
18+
- attribute definitions table: combine display name + description into a single column, show `entity.key` as a monospaced code chip, and render value type as a type signature (e.g. `list<string> ∈ {us, eu}`)
19+
- roles list: fold description under role name, drop the standalone description column
20+
- user form: add a permissions description explaining what admin access grants
21+
- **[Admin UI] Rename audit nav and standardize route paths**
22+
- sidebar section renamed from "Activity" to "Audit"
23+
- nav labels changed to "Query Logs" / "Admin Logs"
24+
- `/audit` route renamed to `/query-audit` for consistency with `/admin-audit`
25+
1026
## [0.14.0] - 2026-04-08
1127

1228
### Added

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "admin-ui",
33
"private": true,
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

migration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "migration"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
edition = "2024"
55

66
[dependencies]

proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proxy"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)