v15.0.0
15.0.0 (2026-04-01)
- feat!: add typed column parameters to QueryFilter, QueryFilterGroup, and TableDataRequest (#163) (e1314c9)
BREAKING CHANGES
- QueryFilter, QueryFilterGroup, and TableDataRequest now require a generic
type parameter specifying valid column names. This prevents invalid column names (e.g. using
'date' instead of 'crashTime') from being passed to filter, sort, and group operations.
Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com