Skip to content

Commit fad0e58

Browse files
authored
docs: 0.83 release notes (#9002)
* release notes first pass * Update 0.83.md * Update 0.83.md
1 parent 331890f commit fad0e58

1 file changed

Lines changed: 91 additions & 0 deletions

File tree

docs/blog/0.83.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
date: 2026-03-10
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.83 - Canvas Generation, Supabase Connector, Project Table Information
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+
![release-0.83](<https://cdn.rilldata.com/docs/release-notes/release-083.gif>)
16+
17+
## Canvas Generation from Metrics Views
18+
19+
You can now generate a full Canvas dashboard directly from an existing metrics view using the developer agent. This makes it easier than ever to go from a metrics definition to a rich, customizable Canvas dashboard.
20+
21+
## View as Project Home
22+
23+
You can now set any view—such as an Explore or Canvas dashboard—as the project home page. When users navigate to the project, they'll land directly on the chosen view instead of the default status page.
24+
25+
## Supabase Connector
26+
27+
We've added a new Supabase connector, making it easy to connect to your Supabase database and bring that data into Rill.
28+
29+
## Project Status Tables Page
30+
31+
The project status page now includes a dedicated Tables tab, giving you visibility into the tables in your OLAP database directly from the Rill Cloud UI.
32+
33+
34+
## Bug Fixes and Improvements
35+
36+
### Explore / Dashboards
37+
- Fixed default filters producing array-wrapped values in IN/NIN expressions
38+
- Fixed table columns overlapping with sticky elements
39+
- Refactored MeasureChart for improved performance and maintainability
40+
- Added delta sorting for cartesian charts
41+
- Added array contains filter on unnest dimensions
42+
43+
### Canvas
44+
- Added Canvas KPI layout
45+
- Fixed canvas analyst chat not showing up in embed
46+
- Reduced polling frequency and added hover tooltips
47+
- Status page and public URL UI fixes
48+
- Added breadcrumb icons and grouping
49+
50+
### AI / LLM
51+
- Increased AI max message size from 10 KB to 25 KB
52+
- Fixed 500 error when AI tab encounters a 401 from the runtime
53+
- Added max output tokens and reasoning effort config to OpenAI driver
54+
- Improved developer agent instructions
55+
- Added `wait_until_idle` and `tail_logs` to `project_status` AI tool
56+
- Ensured bounded time range for metrics view query tool calls
57+
- Added TTL cleanup for expired AI sessions on startup
58+
- Improved handling of large AI message contents
59+
- Added delta sorting instructions to create chart tool
60+
- Fixed malformed citation URLs
61+
- Added MCP config in Claude and Cursor templates
62+
63+
### Connectors
64+
- Added SSL Mode dropdown to connector form
65+
- Fixed Save button on Add Data connector form
66+
67+
### ClickHouse
68+
- Bumped embedded ClickHouse to 25.12.5.44
69+
- Disabled cgroup memory observer in embedded ClickHouse config
70+
- Query for partition list in current database only and query all replicas
71+
72+
### Rill Developer
73+
- Improved model reconcile telemetry
74+
- Added `secret_directory` and `extensions_directory` settings for finer DuckDB controls
75+
- Return error instead of silently exiting when repo file limit is exceeded
76+
- Collected telemetry on AI errors
77+
- `rill init` now prompts for template if not provided
78+
- Create all `type: model` files in `models/` instead of `sources/`
79+
- Pre-populate "Generate sample data" dialog with visible prompt
80+
- Added file size info reading support
81+
82+
### Cloud
83+
- Fixed org custom domain not applied to embed iframe URLs
84+
- Fixed commit author not set on project redeploy
85+
- Allowed any branch as primary branch for managed repos
86+
- Used 403 instead of 401 for no access to resource
87+
- Reset loading state and surface errors in upgrade dialog
88+
- Added request-level tracing for query visibility
89+
- Return role information in project listing APIs
90+
- Added org delete option
91+
- Added hibernation screen wake button

0 commit comments

Comments
 (0)