Skip to main content

Rill 0.81 - Sharing AI Conversations and bring-your-own Claude as AI provider

ยท 3 min read
note

โšก Rill Developer lets you transform datasets with SQL and build fast, exploratory dashboards. Rill Cloud enables collaboration at scale.

๐Ÿ‘‰ Install Rill Developer โ€ข Join our Discord โ€ข Deploy to Rill Cloud

release-0 81

Sharing AI Conversationsโ€‹

You can now share AI conversations with other users! Click share, send them the link and they can see exactly what you saw and pick up where you left off.

Use Claude as your AI providerโ€‹

We have added support to use Claude as your preferred AI provider. Create a Claude connector, set up your API key and you are good to go! See our reference guide on how to set up your driver today.

Bug Fixes and Improvementsโ€‹

Explore / Dashboardsโ€‹

  • Time series queries are now guarded with minimum and maximum granularity limits
  • Fixed time ordinal snapping when anchored on a smaller grain
  • Fixed frontend overriding resolved legacy time ranges
  • Fixed quarter truncation when the first month value is not explicitly set
  • Fixed overlapping text in dimension columns
  • Fixed dimension table header color
  • Fixed copy-to-clipboard formatting for column headers
  • Fixed copying big number comparison values
  • Fixed table hover state in the time dimension detail view
  • Fixed cell inspector data display

Canvasโ€‹

  • Added tooltips for measures in KPI components
  • Fixed KPI component hover jitter
  • Fixed dimension filter queries not firing on Canvas dashboards without a timestamp column

Alertsโ€‹

  • Fixed Alert dialog dimension selection and dark mode visibility

AI / LLMโ€‹

  • Added Gemini as an AI provider
  • Increased AI timeouts to 3 minutes per turn and 10 minutes per request
  • Fixed developer agent failing when the default OLAP connector is invalid
  • Added explicit styling for code blocks in AI responses
  • Migrated to the official OpenAI client library

ClickHouseโ€‹

  • Fixed flashing 500 error when connecting to external ClickHouse instances
  • Applied timeout workaround for read-only ClickHouse in Exec operations
  • Set UTC as the default timezone for embedded ClickHouse
  • Fixed query_id only being set in exec and query statements

Connectorsโ€‹

  • Upgraded DuckDB to version 1.4.4
  • Connections are now properly closed when a connector is removed
  • Connectors now use JSON Schema for configuration validation

Embedsโ€‹

  • Suppressed unintended navigation in embedded dashboards
  • Ensured SSE responses are not buffered by reverse proxies
  • Fixed SSE heartbeat from aborting in-progress connections

UI/UXโ€‹

  • Fixed placeholder text color styling
  • Fixed dashboard title on the public URL settings page
  • Fixed editor autocomplete highlight styling