Releases: rilldata/rill
Releases · rilldata/rill
v0.36.6
v0.36.5
v0.36.4
v0.36.3
Changelog
- 1c4c1bb Add .DS_Store to .gitignore for new empty projects (#3305)
- eb6180b CLI: Implement "rill project describe" (#3312)
- cbff611 D3 custom formatter (#3286)
- 5ee62e7 Fix dimension table scroll pos on project refresh (#3296)
- cc81adf Fix error if export token is too long (#3310)
- 913850e Fix panic for dashboard YAML with an empty dim or measure definition (#3313)
- ef09487 Restore support for __materialize_default variable (#3311)
- 3477db7 Retry DuckDB extension installation with different mirror (#3306)
- b287531 Run web e2e tests for pure Go code changes (#3308)
- 2bddcbf Update go version to 1.21 (#3236)
v0.36.2
Changelog
- 94916a5 0.36 release notes (#3277)
- 62ba9a9 Add spinner while waiting for initial dashboard state (#3282)
- 07d69b5 D3 custom formatter (#3268)
- 4af39fb Don't request DuckDB config in "rill env configure" (#3287)
- d5064c7 Druid comparison delta fix (#3289)
- 5ff659b Fix list resources access filtering edge case (#3290)
- 18a748e Fix local sources failing if triggered before Git clone (#3303)
- 45e0ab4 Fix missing error page (#3284)
- 4d8e912 Fix nil resource access for deletion events (#3304)
- 038bf28 Fix project cards not wrapping on Home and Org pages (#3281)
- 3aac3f8 Fix runtime re-ingesting sources on restart with external table storage (#3291)
- ce46403 Revert "D3 custom formatter (#3268)" (#3283)
- 03469ef Telemetry improvements for ListResources and misc. other fixes (#3292)
- ba465e0 fix duplicate active values in leaderboard (#3285)
v0.36.1
v0.36.0
Changelog
- fd7ba88 Adding support for (un)pivot statements (#3272)
- f3cabd0 Alternate fix to avoid directory being removed before ATTACH (#3267)
- 45d4089 Approximate toplist comparison (#3161)
- b609031 Async reconcile integration (#3092)
- 4f82eed Async reconcile misc fixes (#3210)
- 0fb33e6 Avoid a blank error page (#3256)
- 8c1123a CLI: rill runtime install-duckdb-extensions (#3260)
- 533a591 Cloud UI: Project Cards (#3224)
- 4db8a43 Create a tagged docker image on the release (#3273)
- ba0dbba Deployment admin access tokens + stubs for runtime admin driver (#3255)
- f564171 Disable delayed model materialization pending further QA (#3274)
- 21b515c Do not require valid email sender for console emailer (#3237)
- 91d7545 Don't use LongRunning for views (#3226)
- b852c67 Fix bad index for sqlite catalog (#3262)
- d55dfd4 Fix comparison toplist exports (#3251)
- 2aef7c9 Fix rill project status error truncation (#3222)
- db4e22f Fixing histogram query on duckdb 0.9 (#3263)
- abbc73d Fixing some edge cases with async reconcile in modelling (#3229)
- cc0c005 For anchored time ranges use the min of latest data and now (#3220)
- 8e71771 Formatter cleanups part 1 (#3232)
- b9c7349 Free form ISO duration support for default_time_range (#3175)
- 4753832 Generate and send report emails (#3230)
- 01d2a1c Generic email package (#3227)
- 30d21b2 Handle controller init errors (#3219)
- 1653150 Improve column autocomplete (#3158)
- 5d414be Install extensions explicitly (#3259)
- 092ab82 Log when a controller is ready
- 04ccd4d Logging cleanup from async reconcile (#3253)
- c5cea6c Making improvements to the reconcile spinner (#3218)
- 8093580 Migrating deployment status (#3208)
- 440f509 Removing watcher clients from cloud (#3211)
- 14cd4b5 Resize handle dim table (#3213)
- 8f519e7 Restore option to re-upload local file (#3153)
- 960729e Return more informative Druid connection errors (#3264)
- be0512f Run controller initialization in the background (#3271)
- 31d9974 Runtime stubs for scheduled reports (#3212)
- 3e0abb5 Runtime: Change IngestionLimitBytes to StorageLimitBytes and make it a DuckDB-specific parameter (#3235)
- 68f8b73 Secure tokens in runtime
- 9a0411d Sort dim table by dim value (#3173)
- 1d131c4 Stop the watch requests when the page loses focus (#3207)
- f763731 Support format_d3 for measures in the dashboard YAML (#3217)
- 1506e8e Update
format_preset
docs - 7597178 Upgrade to confluent-kafka-go v2 (#3225)
- 1aea1fe Use union proto type of all analytical APIs for exports (#3245)
- dab97a0 Using tanstack query for all lists in cloud (#3252)
- 614f409 add trace to reconcile (#3228)
- 61b14ee configurable threads limit per cpu (#3254)
- 882e753 disable thread limit (#3270)
- 5772e2f duckdb upgrade to v0.9.0 (#3142)
- dad07ca fix leaderboard stories (#3169)
- bf20fc4 prettierignore -- ignore .gitkeep and yaml (#3214)
- 4b4c52a rename fix to avoid directory being removed before ATTACH (#3269)
- 52097ca sort by context column in dimension table (#3114)
- be64a20 upgrade to duckdb-v0.9.1 (#3215)
- c37bd35 use original go-duckdb driver (#3234)
v0.35.3
v0.35.2
Changelog
- 93b0fe4 0.35 release notes (#3146)
- 7bbca74 Add CTA to sign up for a user test (#3109)
- 8c42abc Add
mod
+s
to save and refresh source file (#3151) - c4b30ee Allow Rill Developer to work offline (#3159)
- 404579c Amazon Athena docs (#3145)
- 3b57f36 Autogenerate sum metric definitions for float columns (#3174)
- fcc3ab6 Azure Blob Storage doc (#3144)
- 5b6cf75 Beginning of periods: docs (#3188)
- 23185ac Beginning of periods: project level parameters (#3176)
- 9faed90 Comparison toplist: sort by dimension (#3172)
- 02bafca Dashboards: Support first_day_of_week and first_month_of_year (#3167)
- 4707a48 Drain open DuckDB connections before renames (#3155)
- e78b859 DuckDB tables as external DB files (#3171)
- 31c0a70 Expand leaderboard clickable area (#3150)
- 6672a33 Fix import warning (#3137)
- fb240ba Fixes Druid driver by using sqlite as AsCatalogStore (#3190)
- 3550744 Fixing issues around dashboard state after an edit to the dashboard (#3182)
- f37cb05 Kafka producer batching, compression and retry logic to fix 'Local: Queue full' (#3154)
- 11e8820 Limit toplist API calls result only (#3197)
- 9f1ee39 Match buttons in Figma (#3101)
- a5f4f17 Move .db.wal file as well during renames (#3189)
- 997d44e Postgres and SQLite docs (#3147)
- eb75ba5 Set the default time range after dashboard YAML edits (#3168)
- 47c32bd Support project-wide defaults in rill.yaml (#3186)
- 6c9a194 UXQA for Add Source modal (#3125)
- 8958019 Update Github Action hosted runner to large tier
- 5cf63c5 changed info log to debug in flushToDB (#3183)
- f2f0e3f drain duckdb connections before table rename (#3195)
- 040236d enable debugging logs, errors and metrics (#3185)
- f6a3715 fix: correct path to devtool.sh (#3194)
- 9adcbf8 remove unused editable table components (#3149)
- 5832c5d removes +- on bignums (#3152)