From cefca2f000b77cc7e770d16062ebea3663075b91 Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" Date: Fri, 8 Dec 2023 11:30:29 -0300 Subject: [PATCH] chore: Adds 3.0.3 data to CHANGELOG.md --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ superset-frontend/package.json | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d80537b69c455..6bea7e1f77d77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ under the License. ## Change Log +- [3.0.3](#303-fri-dec-8-054009-2023--0800) - [3.0.2](#302-mon-nov-20-073838-2023--0500) - [3.0.1](#301-tue-oct-13-103221-2023--0700) - [3.0.0](#300-thu-aug-24-133627-2023--0600) @@ -33,6 +34,39 @@ under the License. - [1.4.2](#142-sat-mar-19-000806-2022-0200) - [1.4.1](#141) +### 3.0.3 (Fri Dec 8 05:40:09 2023 -0800) + +**Fixes** + +- [#26215](https://github.com/apache/superset/pull/26215) fix(plugin-chart-echarts): support truncated numeric x-axis (@villebro) +- [#26199](https://github.com/apache/superset/pull/26199) fix(chart-filter): Avoid column denormalization if not enabled (@Vitor-Avila) +- [#26211](https://github.com/apache/superset/pull/26211) fix: support custom links in markdown (@villebro) +- [#26189](https://github.com/apache/superset/pull/26189) fix(dashboard): title formatting (@nytai) +- [#26207](https://github.com/apache/superset/pull/26207) fix: Includes 90° x-axis label rotation (@michael-s-molina) +- [#26157](https://github.com/apache/superset/pull/26157) fix(init-job): Fix envFrom for init job in helm chart (@sumagoudb) +- [#25878](https://github.com/apache/superset/pull/25878) fix(embedded): Hide sensitive payload data from guest users (@jfrag1) +- [#25894](https://github.com/apache/superset/pull/25894) fix(Alerts/Reports): allow use of ";" separator in slack recipient entry (@rtexelm) +- [#26116](https://github.com/apache/superset/pull/26116) fix(database-import): Support importing a DB connection with a version set (@Vitor-Avila) +- [#26154](https://github.com/apache/superset/pull/26154) fix: set label on adhoc column should persist (@betodealmeida) +- [#26140](https://github.com/apache/superset/pull/26140) fix(annotations): time grain column (@betodealmeida) +- [#23916](https://github.com/apache/superset/pull/23916) fix: remove default secret key from helm (@dpgaspar) +- [#26120](https://github.com/apache/superset/pull/26120) fix: alias column when fetching values (@betodealmeida) +- [#26106](https://github.com/apache/superset/pull/26106) fix: flaky test_explore_json_async test v2 (@villebro) +- [#26091](https://github.com/apache/superset/pull/26091) fix: bump node-fetch to 2.6.7 (@dpgaspar) +- [#26087](https://github.com/apache/superset/pull/26087) fix(plugin-chart-echarts): support numerical x-axis (@villebro) +- [#26059](https://github.com/apache/superset/pull/26059) fix: Flaky test_explore_json_async test (@michael-s-molina) +- [#26023](https://github.com/apache/superset/pull/26023) fix: Prevent cached bootstrap data from leaking between users w/ same first/last name (@jfrag1) +- [#26060](https://github.com/apache/superset/pull/26060) fix: Optimize fetching samples logic (@john-bodley) +- [#26010](https://github.com/apache/superset/pull/26010) fix: Remove annotation Fuzzy to get french translation (@aehanno) +- [#26005](https://github.com/apache/superset/pull/26005) fix(security): restore default value of SESSION_COOKIE_SECURE to False (@sfirke) +- [#25883](https://github.com/apache/superset/pull/25883) fix(horizontal filter bar filter labels): Increase max-width to 96px (@rtexelm) + +**Others** + +- [#26208](https://github.com/apache/superset/pull/26208) chore: Adds note about numerical x-axis (@michael-s-molina) +- [#26158](https://github.com/apache/superset/pull/26158) chore: Clean up the examples dashboards (@michael-s-molina) +- [#25931](https://github.com/apache/superset/pull/25931) chore(deps): bump pillow deps (@gnought) + ### 3.0.2 (Mon Nov 20 07:38:38 2023 -0500) **Fixes** diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 21f1df98779c4..60327bdf79a3a 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -1,6 +1,6 @@ { "name": "superset", - "version": "3.0.2", + "version": "3.0.3", "description": "Superset is a data exploration platform designed to be visual, intuitive, and interactive.", "keywords": [ "big",