diff --git a/docs/blog/0.51.md b/docs/blog/0.51.md index ece5179d749..7797d0c8041 100644 --- a/docs/blog/0.51.md +++ b/docs/blog/0.51.md @@ -5,7 +5,7 @@ image: https://github.com/rilldata/rill/assets/5587788/b30486f6-002a-445d-8a1b-9 --- -# Rill 0.51 - UI for editing measures and dimensions, metrics layer and Rill Cloud settings. +# Rill 0.51 - :::note ⚡ Rill Developer is a tool that makes it effortless to transform your datasets with SQL and create fast, exploratory dashboards. Rill Cloud can then help to enable shared collaboration at scale. @@ -20,3 +20,43 @@ To [try out Rill Developer, check out these instructions](/home/install) and [jo ## Bug Fixes and Misc + +- Upgrade to DuckDB v1.1.2 +- Changes to defining variables from `.var.*` to `.env.*` +- Support for unnesting dimensions for ClickHouse metrics view +- `model:` vs. `table:` when generating metrics view based on the underlying model / table. +- local files in a ClickHouse project to write the file into a Clickhouse table on deployment. +- +- improved UI: Nit touch up to Rill Developer's Add UI +- improved UI: Nit touch up to Rill Developer's Go to metrics view +- improved UI: New icon for metrics view +- improved UI: Added photo to User Management in Rill Cloud +- improved UI: Longer tooltip descriptions +- improved UI: Use Explore dashboard's title for the web page title. +- improved UI: null values in TDD as italics, same as explore view + + +- improved UX: when generating metrics views, set `format_preset` to `humanize` +- improved UX: during deployment, can see more available organizations (from 20) +- improved UX: estimate the column width in pivot view based on data value and label +- improved UX: creating explore dashboard using UI navigates to the dashboard instead of YAML +- improved UX: Health check to include dahsboard query, fixes issue where dashboards are healthy but no data is returned +- improved UX: `smallest_time_grain` also applied to pivot view +- improved UX: Added a `database` specification when defining connector such as ClickHouse to explicitly define a database to connect to. +- improved UX: Depending on your role (organization and project), improved the UI for sharing a project in Rill Cloud +- improved UX: disable preview button when explore dashboard is still reconciling. + +- fixed issue with files in the `dashboards` folder, inferring resource type and existing deprecated dashboards +- fixed issue where generated metrics view's measure name colliding with column names +- fixed issue with defaults not available in explore dashboards +- fixed issue with security policy test, `View as` not available on Explore dashboards +- fixed issue with file name constraints between explore and metrics view +- fixed issue with auto generated explore dashboards not using metrics view +- fixed OLAP connector form +- fixed issue with status not being reported if the `ProjectParser` resource had a reconcile error +- fixed general issues around model/source handling +- fixed issue where metrics view did not populate dimensions when connector was explicitly defined (IE: ClickHouse) +- fixed issue where sources not updated when local file is updated, now re-ingests even when changes are made locally. +- fixed issue with new bookmarks not containing any view. +- fixed issue where `<` and `>` were opposite in filtering +- fixed issue with metrics view name being used in pivot table rather than explore dashboard name \ No newline at end of file