v1.6.2
Changed
- Moved
version_metadata_indexto second position in Available Tables (right afterindex) to surface it alongside the primary index - Moved
prior_versions_indexto 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