Skip to content

v15.0.0

Choose a tag to compare

@bobbyg603 bobbyg603 released this 01 Apr 18:28
· 5 commits to main since this release

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