Skip to content

Commit 58aa5b8

Browse files
Release v0.5.1
1 parent 1ac6c3e commit 58aa5b8

5 files changed

Lines changed: 18 additions & 5 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.5.1] - 2026-03-17
11+
12+
### Changed
13+
- **Dependency upgrades** — Rust 1.94, DataFusion 52.3, Vite 7, TypeScript 5.9
14+
15+
### Fixed
16+
- **Read-only hook test assertions** — use `as_db_error()` instead of `to_string()` for reliable error matching
17+
- **Row filter projection expansion** — fix CI test failures related to projection expansion and `table_deny` audit status
18+
- **Unused variable warning** — fix compiler warning in `catalog_handlers`
19+
20+
### Infrastructure
21+
- **CI actions upgraded to v5**`actions/checkout` and `actions/setup-node` updated from v4 to v5 for Node.js 24 support
22+
1023
## [0.5.0] - 2026-03-16
1124

1225
### 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.5.0",
4+
"version": "0.5.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.5.0"
3+
version = "0.5.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.5.0"
3+
version = "0.5.1"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)