From 575d232fed6b39cc3ceb7949f084abc24415022c Mon Sep 17 00:00:00 2001 From: royendo <67675319+royendo@users.noreply.github.com> Date: Mon, 9 Mar 2026 14:41:21 -0400 Subject: [PATCH 1/3] release notes first pass --- docs/blog/0.83.md | 97 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 docs/blog/0.83.md diff --git a/docs/blog/0.83.md b/docs/blog/0.83.md new file mode 100644 index 00000000000..7e458631806 --- /dev/null +++ b/docs/blog/0.83.md @@ -0,0 +1,97 @@ +--- +date: 2026-03-10 +image: https://github.com/rilldata/rill/assets/5587788/b30486f6-002a-445d-8a1b-955b6ec0066d +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. +--- + +# Rill 0.83 - AI Reports, Canvas Generation, Supabase Connector, Project Table Information + +:::note +⚡ **Rill Developer** lets you transform datasets with SQL and build fast, exploratory dashboards. **Rill Cloud** enables collaboration at scale. + +👉 [Install Rill Developer](/developers/get-started/install) • [Join our Discord](https://discord.gg/2ubRfjC7Rh) • [Deploy to Rill Cloud](/developers/deploy/deploy-dashboard) +::: + +![release-0.83]() + +## AI Reports + +You can now use the AI agent to generate and schedule reports. Ask the agent to create a report and it will build one for you, making it easier to share insights with your team on a recurring basis. + +## Canvas Generation from Metrics Views + +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. + +## View as Project Home + +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. + +## Supabase Connector + +We've added a new Supabase connector, making it easy to connect to your Supabase database and bring that data into Rill. + +## Project Status Tables Page + +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. + + +## Bug Fixes and Improvements + +### Explore / Dashboards +- Fixed default filters producing array-wrapped values in IN/NIN expressions +- Fixed table columns overlapping with sticky elements +- Refactored MeasureChart for improved performance and maintainability +- Added delta sorting for cartesian charts +- Added array contains filter on unnest dimensions +- Added user filters UI + +### Canvas +- Added Canvas KPI layout +- Fixed canvas analyst chat not showing up in embed +- Reduced polling frequency and added hover tooltips +- Status page and public URL UI fixes +- Added breadcrumb icons and grouping + +### AI / LLM +- Increased AI max message size from 10 KB to 25 KB +- Fixed 500 error when AI tab encounters a 401 from the runtime +- Added max output tokens and reasoning effort config to OpenAI driver +- Improved developer agent instructions +- Added `wait_until_idle` and `tail_logs` to `project_status` AI tool +- Ensured bounded time range for metrics view query tool calls +- Added TTL cleanup for expired AI sessions on startup +- Improved handling of large AI message contents +- Added delta sorting instructions to create chart tool +- Fixed malformed citation URLs +- Added MCP config in Claude and Cursor templates + +### Connectors +- Added SSL Mode dropdown to connector form +- Fixed Save button on Add Data connector form + +### ClickHouse +- Bumped embedded ClickHouse to 25.12.5.44 +- Disabled cgroup memory observer in embedded ClickHouse config +- Query for partition list in current database only and query all replicas + +### Rill Developer +- Improved model reconcile telemetry +- Added `secret_directory` and `extensions_directory` settings for finer DuckDB controls +- Return error instead of silently exiting when repo file limit is exceeded +- Collected telemetry on AI errors +- `rill init` now prompts for template if not provided +- Create all `type: model` files in `models/` instead of `sources/` +- Pre-populate "Generate sample data" dialog with visible prompt +- Added file size info reading support + +### Cloud +- Fixed org custom domain not applied to embed iframe URLs +- Fixed commit author not set on project redeploy +- Allowed any branch as primary branch for managed repos +- Used 403 instead of 401 for no access to resource +- Reset loading state and surface errors in upgrade dialog +- Added request-level tracing for query visibility +- Added Netlify Content Security Policy +- Return role information in project listing APIs +- Added org delete option +- Added hibernation screen wake button From 106f36f760afa3c0967f5c2916f10893134f9772 Mon Sep 17 00:00:00 2001 From: royendo <67675319+royendo@users.noreply.github.com> Date: Mon, 9 Mar 2026 16:08:15 -0400 Subject: [PATCH 2/3] Update 0.83.md --- docs/blog/0.83.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/blog/0.83.md b/docs/blog/0.83.md index 7e458631806..3b47a7c3ccd 100644 --- a/docs/blog/0.83.md +++ b/docs/blog/0.83.md @@ -14,10 +14,6 @@ description: Rill is the world's first AI-native business intelligence tool. Tru ![release-0.83]() -## AI Reports - -You can now use the AI agent to generate and schedule reports. Ask the agent to create a report and it will build one for you, making it easier to share insights with your team on a recurring basis. - ## Canvas Generation from Metrics Views 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. @@ -43,7 +39,6 @@ The project status page now includes a dedicated Tables tab, giving you visibili - Refactored MeasureChart for improved performance and maintainability - Added delta sorting for cartesian charts - Added array contains filter on unnest dimensions -- Added user filters UI ### Canvas - Added Canvas KPI layout @@ -91,7 +86,6 @@ The project status page now includes a dedicated Tables tab, giving you visibili - Used 403 instead of 401 for no access to resource - Reset loading state and surface errors in upgrade dialog - Added request-level tracing for query visibility -- Added Netlify Content Security Policy - Return role information in project listing APIs - Added org delete option - Added hibernation screen wake button From 8615d0c055a28cf115847eef0e72f8aa905a127a Mon Sep 17 00:00:00 2001 From: Roy Endo <67675319+royendo@users.noreply.github.com> Date: Tue, 10 Mar 2026 08:39:18 -0400 Subject: [PATCH 3/3] Update 0.83.md --- docs/blog/0.83.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/0.83.md b/docs/blog/0.83.md index 3b47a7c3ccd..246df731e92 100644 --- a/docs/blog/0.83.md +++ b/docs/blog/0.83.md @@ -4,7 +4,7 @@ image: https://github.com/rilldata/rill/assets/5587788/b30486f6-002a-445d-8a1b-9 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. --- -# Rill 0.83 - AI Reports, Canvas Generation, Supabase Connector, Project Table Information +# Rill 0.83 - Canvas Generation, Supabase Connector, Project Table Information :::note ⚡ **Rill Developer** lets you transform datasets with SQL and build fast, exploratory dashboards. **Rill Cloud** enables collaboration at scale.