From cf76ee60ba70c7a98bffa6f2cbdfb577c433a1c9 Mon Sep 17 00:00:00 2001 From: Alexander Thor Date: Fri, 13 Sep 2024 15:25:25 +0200 Subject: [PATCH] docs: 0.49 release notes (#5632) * docs: 0.49 draft * added bug fix and misc * Small updates / fixes * release notes --------- Co-authored-by: royendo <67675319+royendo@users.noreply.github.com> Co-authored-by: Andrew Tsao --- docs/blog/0.49.md | 59 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 docs/blog/0.49.md diff --git a/docs/blog/0.49.md b/docs/blog/0.49.md new file mode 100644 index 00000000000..e74659e3526 --- /dev/null +++ b/docs/blog/0.49.md @@ -0,0 +1,59 @@ +--- + +date: 2024-09-13 +image: https://github.com/rilldata/rill/assets/5587788/b30486f6-002a-445d-8a1b-955b6ec0066d + +--- + +# Rill 0.49 - Time comparison in Pivot, flexible deploy options, custom domains and Linux Arch64 support + +:::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. + +To [try out Rill Developer, check out these instructions](/home/install) and [join us over on Discord](https://bit.ly/3bbcSl9) to meet the team behind the product as well as other users. In addition, once you have a project set up in Rill Developer, you can then [deploy the project](/deploy/existing-project) and collaborate with others / invite your team members by [logging into Rill Cloud](https://ui.rilldata.com)! +::: + +![release-0 49]() + +## Time comparison in Pivot +You can now use comparisons inside of the Pivot table in conjunction with time dimensions. +This allows you to get a very detailed breakdown of for example what happend during a specific hour within your comparison period. + +## More flexible deploys +We have made various improvements to the deploy flow that allows you to disconnect connected projects to GitHub and a smoother flow in general to deploy your projects. + +## Custom Domains +You can now access Rill Cloud under a custom domain if you wanted to share dashboards with external parties or brand your own internal deployment in a specific way. If you are interested in using a custom domain get in touch with us and we'll help you set it up! + +## Linux Arch64 support +You can now run Rill on ARM based Linux machines! + + +## Bug Fixes and Misc +- Starting in v0.49, configured source refreshes will *only* be applied to Rill Cloud by default. If you would like source refreshes to still apply to Rill Developer (or are hosting Rill Developer), you can add `run_in_dev`: true to your source YAML. More information can be found in [our documentation](https://docs.rilldata.com/build/connect/source-refresh#running-scheduled-refreshes-in-development). +- Added dashboard state (always include time filter) to `public-url`, allows to share URLS with specific filter / pivot table. +- Added % of total support to `Alerts` and Added support for `project alerts`. +- Added support to disconnect a project from GitHub. +- Added support for `custom domains`, please reach out to us for more information. +- Added support for Linux aarch64 in our installer. +- Enabled search for all dimension types, not only strings. +- Export data includes comparison delta and percent if enableComparison enabled. +- Defaults S3 to ClickHouse model executor to `materialze: true`. +- Implemented further security policies in MetricsViewSearch and Metrics SQL. +- Improved hardening of the backend when untyped nil timestamps are being used. +- Support enabled for Rill Developer (login required). +- Improved native capabilities between Rill and ClickHouse (cluster and direct SQL support). +- Improved default comparison, by default a valid comparison is assigned. +- Improved error message handling in project parser. +- Improved UI usability around loading screens for new and existing dashboards. +- Improved UI usability around dashboard and access policies. +- Improved UI usability in Explore page and Date Selector. +- Improved CLI usability around organization name generation, replaces invalid special characters with `_`. +- Improved CLI usability for project refresh and reconcile triggers `rill project refresh ...`. +- Improved `usergroup` functionality, automatically requests to add the user to the org instead of failing +- Removed `rill project reset`. +- Fixed issue where number in dimension columns in TDD were formatted as measures if they were numbers. +- Fixed issue with Connector Explorer and File Explorer overlap in Rill Developer, and persist state of Connector Explorer. +- Fixed issue on missing metrics view on the Alert page. +- Fixed issue with user invite via the UI if the single entry is a pill. +- Fixed issue where pivot table is not saved in state if on Explore page.