From f4780382810296bb6b90feec8cc98eea0f393291 Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Mon, 5 Jun 2023 16:48:39 -0700 Subject: [PATCH] add changelog --- CHANGELOG.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5f698175f10..d25ea7c3c25af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ under the License. ## Change Log +- [2.1.1](#211-sun-apr-23-154421-2023--0100) - [2.1.0](#210-thu-mar-16-211305-2023--0700) - [2.0.1](#201-fri-nov-4-103402-2022--0400) - [2.0.0](#200-tue-jun-28-085302-2022--0400) @@ -29,7 +30,34 @@ under the License. - [1.4.2](#142-sat-mar-19-000806-2022-0200) - [1.4.1](#141) -### 2.1 (Thu Mar 16 21:13:05 2023 -0700) + +### 2.1.1 (Sun Apr 23 15:44:21 2023 +0100) + +**Fixes** +- [#23723](https://github.com/apache/superset/pull/23723) add enforce URI query params with a specific for MySQL (@dpgaspar) +- [#24054](https://github.com/apache/superset/pull/24054) fix: handle temporal columns in presto partitions (@giftig) +- [#23882](https://github.com/apache/superset/pull/23882) fix: handle comments in `has_table_query` (@betodealmeida) +- [#24256](https://github.com/apache/superset/pull/24256) fix: enable strong session protection by default (@dpgaspar) +- [#24137](https://github.com/apache/superset/pull/24137) fix: disable SHOW_STACKTRACE by default (@dpgaspar) +- [#24185](https://github.com/apache/superset/pull/24185) fix: db validate parameters permission (@dpgaspar) +- [#23769](https://github.com/apache/superset/pull/23769) fix: allow db driver distinction on enforced URI params (@dpgaspar) +- [#23200](https://github.com/apache/superset/pull/23200) fix: permission checks on import (@betodealmeida) +- [#23901](https://github.com/apache/superset/pull/23901) fix: check sqlalchemy_uri (@dpgaspar) +- [#23751](https://github.com/apache/superset/pull/23751) fix(mssql): apply top after distinct (@villebro) +- [#23586](https://github.com/apache/superset/pull/23586) fix(dashboard-rbac): use normal rbac when no roles chosen (@villebro) +- [#23582](https://github.com/apache/superset/pull/23582) fix(dash import): Ensure old datasource ids are not referenced in imported charts (@jfrag1) +- [#23506](https://github.com/apache/superset/pull/23506) fix(generic-x-axis): skip initial time filter for legacy charts (@villebro) +- [#23507](https://github.com/apache/superset/pull/23507) fix(legacy-plugin-chart-heatmap): fix adhoc column tooltip (@villebro) +- [#23441](https://github.com/apache/superset/pull/23441) fix(chart): non existent time grain no longer breaks the application (@rdubois) +- [#23393](https://github.com/apache/superset/pull/23393) fix(Pivot Table v2): resolved full width issue (@AkashBoora) +- [#22851](https://github.com/apache/superset/pull/22851) fix: Validate jinja rendered query (@geido) + +**Others** +- [#24294](https://github.com/apache/superset/pull/24294) chore: update UPDATING for 2.1.0 (@eschutho) +- [#24056](https://github.com/apache/superset/pull/24056) chore: Remove unnecessary information from response (@geido) + + +### 2.1.0 (Thu Mar 16 21:13:05 2023 -0700) **Database Migrations** - [#23139](https://github.com/apache/superset/pull/23139) fix: memoized decorator memory leak (@dpgaspar) - [#19676](https://github.com/apache/superset/pull/19676) chore(frontend): Spelling (@jsoref)