Skip to content

v0.2.4: imf_query_dataset period validation

Latest

Choose a tag to compare

@cyanheads cyanheads released this 11 Jul 17:44
v0.2.4
be537bd

imf_query_dataset period validation

Reject malformed/reversed start_period and end_period before the upstream IMF call.

Fixed:

  • imf_query_dataset rejects malformed start_period/end_period and reversed ranges as ValidationError (invalid_period_format, invalid_period_range) before calling IMF (#11)
  • docs/design.md: key_dimension_mismatch and invalid_sql corrected from InvalidParams to ValidationError, matching source (#14)

83 tests pass; bun run devcheck clean.

CHANGELOG v0.2.4