Skip to content

v0.1.13: Patch: datasetId validation, not_found recovery hint, corrected entity counts

Choose a tag to compare

@cyanheads cyanheads released this 08 Jun 12:29
· 8 commits to main since this release
v0.1.13
61e7a94

Patch: datasetId validation, not_found recovery hint, corrected entity counts

Three targeted fixes landed in this release.

Fixed:

  • noaa_fetch_data: unknown datasetId now surfaces validation_error with a recovery hint instead of a raw HTTP 500 — KNOWN_DATASETS set validated client-side before the request. (#13)
  • noaa_get_station: not_found error now carries a Recovery hint pointing to noaa_find_stations — hint was declared in the error contract but not forwarded at the throw site. (#14)
  • noaa_find_locations: ST location count corrected from ~52 to 51. (#16)
  • noaa_list_data_categories: category count corrected from ~41 to 42. (#16)

Dependency bumps:

  • @types/node ^25.9.1 → ^25.9.2

165 tests pass; bun run devcheck clean.