|
| 1 | +--- |
| 2 | +date: 2026-04-07 |
| 3 | +image: https://github.com/rilldata/rill/assets/5587788/b30486f6-002a-445d-8a1b-955b6ec0066d |
| 4 | +description: Rill is the world's first AI-native business intelligence tool. Trusted by thousands of developers and analysts around the globe, Rill accelerates the creation of dashboards and data applications using BI-as-code. |
| 5 | +--- |
| 6 | + |
| 7 | +# Rill 0.85 - Snowflake Live Connector, First Mile Flow, Preview Mode |
| 8 | + |
| 9 | +:::note |
| 10 | +⚡ **Rill Developer** lets you transform datasets with SQL and build fast, exploratory dashboards. **Rill Cloud** enables collaboration at scale. |
| 11 | + |
| 12 | +👉 [Install Rill Developer](/developers/get-started/install) • [Join our Discord](https://discord.gg/2ubRfjC7Rh) • [Deploy to Rill Cloud](/developers/deploy/deploy-dashboard) |
| 13 | +::: |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | +## Snowflake Live Connector |
| 18 | + |
| 19 | +You can now create metrics views directly on Snowflake via the new live connector, expanding Rill's OLAP support beyond ClickHouse and DuckDB. |
| 20 | + |
| 21 | +## Improved First Mile Experience |
| 22 | + |
| 23 | +The onboarding experience has been improved to make getting started with Rill smoother and more guided. |
| 24 | + |
| 25 | +## Preview Mode for Rill Developer |
| 26 | + |
| 27 | +A new Preview Mode lets you preview your dashboards locally before deploying, giving you a faster feedback loop during development. |
| 28 | + |
| 29 | +## Window Support for Glob Partitions |
| 30 | + |
| 31 | +You can now use `start` and `end` to filter glob partitions by path range, making it easy to process only a specific window of data: |
| 32 | + |
| 33 | +```yaml |
| 34 | +#models/s3_model.yaml |
| 35 | + |
| 36 | +#Fixed: Hard-coded start path |
| 37 | +partitions: |
| 38 | + glob: |
| 39 | + path: s3://bucket/year=*/month=*/day=* |
| 40 | + start: s3://bucket/year=2026 |
| 41 | + |
| 42 | +# Dynamic: Last 180 entries, i.e. 180 days |
| 43 | +partitions: |
| 44 | + glob: |
| 45 | + path: s3://bucket/year=*/month=*/day=* |
| 46 | + last: 180 |
| 47 | +``` |
| 48 | +
|
| 49 | +## Cmd+J to Toggle AI Chat |
| 50 | +
|
| 51 | +Use `Cmd+J` (or `Ctrl+J`) to quickly toggle the AI chatbot from anywhere in the app. |
| 52 | + |
| 53 | +## Bug Fixes and Improvements |
| 54 | + |
| 55 | +### Explore / Dashboards |
| 56 | +- Fixed tooltip formatting for measure values across leaderboard, dimension table, and pivot table |
| 57 | +- Fixed pivot table sort state lost on refresh |
| 58 | +- Fixed explore preview showing 404 instead of reconcile error on navigation |
| 59 | +- Fixed singleton points disappearing when connect sparse data is enabled |
| 60 | +- Fixed not listing all public URLs |
| 61 | +- Improved empty dashboard error message for NULL timestamps |
| 62 | + |
| 63 | +### Canvas |
| 64 | +- Fixed canvas `CanvasProvider` re-mount on breadcrumb navigation so custom themes apply |
| 65 | +- Ported legacy TDD charts to canvas charts |
| 66 | +- Removed legacy canvas RPCs |
| 67 | +- Added KPI delta theme tokens |
| 68 | + |
| 69 | +### AI / LLM |
| 70 | +- Fixed chat context picker not getting the full Svelte context |
| 71 | +- Fixed chat context component missing runtime client |
| 72 | +- Fixed show AI chat toggle on Canvas dashboards for non-logged-in users |
| 73 | +- Fixed citation URL when MetricsViewTimeRange data is missing |
| 74 | +- Added MCP tool annotations to AI tool specs |
| 75 | +- Nicer hints and errors in `rill query` |
| 76 | + |
| 77 | +### Connectors |
| 78 | +- Fixed glob last not correctly picked |
| 79 | +- Added listing directory using glob |
| 80 | +- Added connector form advanced keys in dropdown |
| 81 | + |
| 82 | +### Rill Developer |
| 83 | +- Fixed workspace UI errors not shown |
| 84 | + |
| 85 | +### Cloud |
| 86 | +- Fixed avatar dropdown menu positioning and inconsistent font weights |
| 87 | +- Fixed download report crashing the app |
| 88 | +- Fixed undefined checked value binding breaking forms |
| 89 | +- Fixed enforce from admin service in variables based on editable deployment |
| 90 | +- Do case insensitive comparison of resource name in security checks |
| 91 | +- Hidden Discord and support links in embedded contexts |
| 92 | + |
| 93 | +### Infrastructure |
| 94 | +- Pinned axios to exact version after npm supply chain attack |
| 95 | +- Security vulnerability fixes (Go JOSE, library upgrades) |
| 96 | + |
0 commit comments