This release includes 1 security fix for security teams reviewing exposed deployments.
Topics
+14 more
Affected surfaces
Summary
AI summary/validate API now logs full tracebacks server‑side and returns only the first error line to callers.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
/validate API route no longer returns raw tracebacks to clients; logs server-side, returns truncated first error line. /validate API route no longer returns raw tracebacks to clients; logs server-side, returns truncated first error line. Source: llm_adapter@2026-06-04 Confidence: high |
— |
Full changelog
Patch release. The /validate API route no longer returns raw tracebacks to clients (logs server-side, returns a truncated first error line). See packages/python/goldenpipe/CHANGELOG.md (1.2.1).
Security Fixes
- Prevents disclosure of raw tracebacks via /validate API
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About GoldenMatch
All releases →Related context
Related tools
Earlier breaking changes
- v3.1.0 `GOLDENMATCH_FRAME=polars` now requires the `[polars]` extra; raises error without it.
- vgoldencheck-v3.0.0 `inferred_type` emits neutral dtype vocabulary (str/int/uint/float/date/datetime/bool/other) instead of raw Polars dtypes.
- vgoldencheck-v3.0.0 'inferred_type' now emits a neutral dtype vocabulary instead of raw Polars dtype strings.
- vgoldencheck-v3.0.0 `scan_file`, `scan_dataframe`, and CLI `check` now run without Polars, using Arrow-native pyarrow.Table.
- v3.0.0 Result frames now return pyarrow.Table instead of Polars DataFrame.
Beta — feedback welcome: [email protected]