Skip to content

Commit 3aadfed

Browse files
chore: release tidx@0.5.5 (#184)
This PR was opened by the Changelogs release workflow. When you're ready to release, merge this PR and the packages will be published. --- ## `tidx@0.5.5` ### Patch Changes - Harden PostgreSQL SQL validation by fixing CTE scope handling, schema-qualified table checks, recursive depth accounting, LIMIT ALL rejection, and traversal of previously unchecked AST clauses. (by @brendanryan, [#179](#179)) - Validate public ClickHouse queries, block system catalogs and dangerous table functions, enforce ClickHouse request timeouts, and validate view SELECT SQL before execution. (by @brendanryan, [#180](#180)) - Bound PostgreSQL query result processing by streaming rows with a hard request limit and appending automatic LIMIT clauses on a separate line. (by @brendanryan, [#181](#181)) - Hardened view administration by failing closed for trusted CIDR checks, rejecting malformed CIDR configuration, hot-reloading active trusted CIDRs, and requiring an explicit admin mutation header. (by @brendanryan, [#182](#182)) Co-authored-by: brendanjryan <1572504+brendanjryan@users.noreply.github.com>
1 parent 56d1737 commit 3aadfed

6 files changed

Lines changed: 10 additions & 21 deletions

.changelog/pr-179-sql-validator-hardening.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changelog/pr-180-clickhouse-query-safety.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changelog/pr-181-query-result-bounds.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changelog/pr-182-admin-access-control.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## `tidx@0.5.5`
4+
5+
### Patch Changes
6+
7+
- Harden PostgreSQL SQL validation by fixing CTE scope handling, schema-qualified table checks, recursive depth accounting, LIMIT ALL rejection, and traversal of previously unchecked AST clauses. (by @BrendanRyan, [#179](https://github.com/tempoxyz/tidx/pull/179))
8+
- Validate public ClickHouse queries, block system catalogs and dangerous table functions, enforce ClickHouse request timeouts, and validate view SELECT SQL before execution. (by @BrendanRyan, [#180](https://github.com/tempoxyz/tidx/pull/180))
9+
- Bound PostgreSQL query result processing by streaming rows with a hard request limit and appending automatic LIMIT clauses on a separate line. (by @BrendanRyan, [#181](https://github.com/tempoxyz/tidx/pull/181))
10+
- Hardened view administration by failing closed for trusted CIDR checks, rejecting malformed CIDR configuration, hot-reloading active trusted CIDRs, and requiring an explicit admin mutation header. (by @BrendanRyan, [#182](https://github.com/tempoxyz/tidx/pull/182))
11+
312
## `tidx@0.5.4`
413

514
### Patch Changes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tidx"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
edition = "2024"
55
license = "MIT"
66
repository = "https://github.com/tempoxyz/tidx"

0 commit comments

Comments
 (0)