Commit 3aadfed
chore: release
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>tidx@0.5.5 (#184)1 parent 56d1737 commit 3aadfed
6 files changed
Lines changed: 10 additions & 21 deletions
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments