pmint93 / helm-charts

My helm charts
https://pmint93.github.io/helm-charts/
Apache License 2.0
75 stars 74 forks source link

[charts/metabase] Upgrade metabase version to 0.50.6 #123

Closed 3-commerce closed 4 months ago

3-commerce commented 4 months ago

Metabase just release new version 0.50.6

Enhancements

    Disable SQL analysis by default (https://github.com/metabase/metabase/pull/44346)

Bug fixes

    If you don't have access to the root collection but inner collections, you get permission errors in QuestionPicker (https://github.com/metabase/metabase/issues/44316)
    Goal lines displayed incorrectly when axis scale is not linear (https://github.com/metabase/metabase/issues/44278)
    Field values remapping with mixed PK and a FK targeting the same PK is broken in public dashboards (https://github.com/metabase/metabase/issues/44231)
    StreamingResponse cannot be cast to class clojure.lang.Associative (https://github.com/metabase/metabase/issues/44160)
    Error while exporting a pivot table without columns in v50.x (https://github.com/metabase/metabase/issues/44159)
    Bar chart per week not showing proper information on Timeline (https://github.com/metabase/metabase/issues/23336)

Under the hood

    Rework measure search performance events (https://github.com/metabase/metabase/issues/44300)
    Remove frontend code that checks enable-query-caching (https://github.com/metabase/metabase/issues/44250)