v0.2.0
v0.2.0 (2026-07-17)
This release is published under the MIT License.
Chores
- docs: Remove Zensical docs site (moved to queria-io/docs) (
78439b7)
Continuous Integration
-
release: Publish automatically on push to main (
bd56301) -
release: Trigger docs.queria.io rebuild via deploy hook (
8177948)
Documentation
-
Document API tokens and direct-access CREATE SECRET (
db21b9b) -
Update README usage for new commands (
87f0532)
Features
- Add API token support (
d0795aa)
Resolve tokens from --token flag, QUERIA_TOKEN env var, or ~/.config/queria/config.toml, and create a scoped DuckDB HTTP secret (BEARER_TOKEN) on connect. Add 'queria auth set-token/status/clear' subcommands and a rate-limit hint on HTTP 429
- Add info command and get_dataset_info MCP tool (
2b979ca)
Shows a dataset's metadata (license, source URL, repository, schemas, last build time) as field/value rows. The README body is opt-in via --readme / include_readme because it can be long.
- Add summarize command (
e79dc7b)
Runs DuckDB SUMMARIZE against a table referenced as dataset.schema.table (schema defaults to main). Documents that it scans the whole table over HTTP.
- Cross-catalog search over datasets, tables and columns (
2bc845d)
Replaces the dataset-only search with a search across datasets, tables and columns backed by catalog.main.mart_search_entries. The MCP search_datasets tool is renamed to search accordingly.
- cli: Add markdown output format (
92d1c4b)
Detailed Changes: v0.1.0...v0.2.0