0.1.58
·
32 commits
to main
since this release
Changelog
You can install any of these versions: npm install -g @onequery/cli@<version>
[0.1.58] - 2026-05-27
🚀 Features
- (cli) Extract source connect shared crate (#215)
- Add Cloudflare D1 provider (#218)
- Add Snowflake data source and provider icons VLN-704 (#220)
- (landing) Add connectors page (#222)
- (cli) Add local profile selection
- (landing) Improve SEO routing and blog structure (#225)
- (landing) Add Google Tag Manager integration VLN-706 (#227)
- (landing) Run Google Tag Manager through Partytown VLN-706 (#228)
- Support delegated CLI data connections (#232)
- (server) Add REST data source providers
- (server) Add more REST data source providers (#235)
- (server) Add marketing REST data sources (#236)
- (landing) Derive connectors from providers (#238)
- (landing) Improve install command selector (#240)
- (web) Add source provider icons (#239)
- (cli) Require provider-prefixed source refs (#244)
🪲 Bug Fixes
- (cli) Support Bun minimum release age during upgrade (#214)
- (server) Lazy load SQL validator (#216)
- Harden GitHub source connections
- (web) Remove landing hero critical request chains (#229)
- Patch Polyglot loader for Workers (#233)
- (landing) Bind existing session KV namespace (#237)
- (landing) Remove critical contact modal request chain (#231)
- (cli-release) Avoid Windows ARM workerd install failure (#246)
- (cli-release) Checkout before npm publish setup (#247)
💼 Other
- (web) Keep dashboard dev localhost-only (#219)
- (landing) Migrate landing app to Astro (#221)
- Enhance landing SEO metadata (#223)
- (landing) Keep marketing pages static and video-native (#230)
- (readme) Add badges and active language labels (#241)
- (readme) Reorder language and download badges (#242)
- (repo) Broaden contribution guidance (#243)
- Update source URI examples (#245)
Summary
- update README, examples, auto-debug demo, and landing fixtures to use
provider-prefixed source URIs - format source API describe examples with provider://source-key
references, including operation examples - add codec coverage for source URI formatting
Verification
- bun install
- bun lint --format json
- bunx turbo typecheck --filter @onequery/cli-server --json
- bunx turbo test --filter @onequery/cli-server --json
- bunx turbo lint --json -- --type-aware --type-check