Skip to content

v1.6.2

Choose a tag to compare

@fedorov fedorov released this 08 May 18:56
· 19 commits to main since this release
0938570

Changed

  • Moved version_metadata_index to second position in Available Tables (right after index) to surface it alongside the primary index
  • Moved prior_versions_index to last position in Available Tables; updated description to clarify it contains only removed/superseded series and should not be queried for current data
  • Added explicit Best Practices rule prohibiting web search for IDC data content questions; idc-index DuckDB queries are always authoritative — web sources are stale
  • Removed "Loaded" column from Available Tables and replaced with an unconditional rule: always call client.fetch_index("table_name") before querying any table; fetch_index() is idempotent for all tables including auto-loaded ones, so no exceptions are needed

Full Changelog: v1.6.1...v1.6.2