v0.1.15: Content parity, full-range dimension values, live error classification
Content parity, full-range dimension values, live error classification
Three bug fixes: content[]/structuredContent parity for two tools, complete time-range enumeration for get_dimension_values, and invalid-dimension error mapping on the live HTTP path.
Fixed:
eurostat_query_dataset/eurostat_browse_themescontent[] parity — removed the 200-row cap and its truncation note;hasChildrennow renders both boolean states (#15)eurostat_get_dimension_valuesfull time range — pins every other dimension to enumeratetime's complete range instead of the latest period only;geodefaults togeoLevel=country; adds a non-retryableasync_responseerror variant (#17)eurostat_query_datasetinvalid-dimension error classification — HTTP 400 (Eurostat error id 150) now maps to the declaredinvalid_dimensioncontract (ValidationError, -32007) instead of the raw HTTP error (#18)
156 tests pass; bun run devcheck clean.