v0.0.172
What's Changed
- Bump version to v0.0.172 (#2194) (0292df3)
- Add typed log messages for unhandled exceptions (#2192) (1258ce6)
- Catch issues with query parsing (#2191) (dd37592)
- Tolerate higher-order function lambdas that don't reference all parameters (#2189) (c9ac1e9)
- Add validation error for unaliased structs (#2187) (8203c4b)
- Fix missing await on submit_query in MCP
get_metric_data/visualize_metrics(#2188) (c93e274) - Check for unknown or double deletes (#2186) (90b8378)
- Raise an appropriate invalid input error for user SQL errors (#2185) (28f0f46)
- Tolerate duplicate
MissingParentrows on deactivate/restore (#2183) (4525a5c) - Add missing validation checks for linking dimensions (#2184) (dbc3be6)
- For GraphQL query parse or validation errors, treat as client errors and log at warning instead of error (#2182) (4f7e572)
- Reactivate soft-deleted auto-registered sources on deploy (#2181) (01b1b4d)
Full Changelog: v0.0.171...v0.0.172