Skip to content

Commit e5c50f1

Browse files
Release v0.17.1
1 parent 2a82e8a commit e5c50f1

6 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.17.1] - 2026-04-24
11+
1012
### Changed
1113

1214
- **[Admin UI] Anchor-coverage warning is harder to miss and easier to act on**`PolicyEditPage` now hoists the `useQuery(['policy-anchor-coverage'])` to the page level so the side-nav and the panel share one cache entry. The `Anchor coverage` section in the secondary nav now carries a red count pill (`SectionDef.indicator`) when the policy will silently deny on any table; a top-of-page red banner ("This row filter will silently deny on N tables") with a `Review` button appears on every section except the coverage section itself, and inherits the active section's max-width so it lines up with the form/content below. The coverage panel itself was redesigned: each broken table is its own card with bold header (data source + `schema.table`), per-column rows with a clearer reason line, and a tertiary `Add anchor →` button instead of a plain underline. The outer wrapper switched from red wash to a neutral white card so the per-table red still reads as the alarm without desensitizing.

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.17.0",
4+
"version": "0.17.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

docs-site/docs/.vitepress/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ export const OG_IMAGE_URL = `${WWW_URL}/og-image.png`
1414
// Current released proxy version. Bumped by /release alongside Cargo.toml
1515
// and admin-ui/package.json. Substituted into markdown via the {{VERSION}}
1616
// token — see the markdown.config hook in .vitepress/config.ts.
17-
export const VERSION = '0.17.0'
17+
export const VERSION = '0.17.1'

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.17.0"
3+
version = "0.17.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.17.0"
3+
version = "0.17.1"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)