Skip to content

v0.1.13: NFIP paging fix + dataframe_query truncation disclosure

Latest

Choose a tag to compare

@cyanheads cyanheads released this 10 Jul 02:55
v0.1.13
42a87c3

NFIP paging fix + dataframe_query truncation disclosure

Large NFIP canvas queries now page 5x faster; capped SQL results disclose truncation with continuation guidance.

Fixed:

  • fema_search_nfip: canvas PAGE_SIZE raised 1,000 → 5,000 — a ~49,785-row query now completes in ~10 fetches instead of ~50, well inside typical transport timeouts (#16)
  • fema_dataframe_query: capped results now disclose truncated/shown/cap in structuredContent and a LIMIT/OFFSET continuation notice in content[]; rows/query descriptions corrected (#19)

81 tests pass; bun run devcheck clean.

CHANGELOG v0.1.13