You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2022/04/15 12:12:04 UTC

[superset] tag 1.5.0rc3 created (now ccf296b786)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a change to tag 1.5.0rc3
in repository https://gitbox.apache.org/repos/asf/superset.git


      at ccf296b786 (commit)
This tag includes the following new commits:

     new ccf296b786 update changelog

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[superset] 01/01: update changelog

Posted by vi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to tag 1.5.0rc3
in repository https://gitbox.apache.org/repos/asf/superset.git

commit ccf296b786550fde05c0e68272832609bd3a56b2
Author: Ville Brofeldt <vi...@gmail.com>
AuthorDate: Fri Apr 15 15:11:31 2022 +0300

    update changelog
---
 CHANGELOG.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 79c8d3689d..31b7018179 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 ## Change Log
-### 1.5 (Thu Apr 7 12:52:20 2022 +0300)
+### 1.5.0 (Fri Apr 15 07:43:25 2022 -0400)
 
 - **Database Migrations**
 - [#19543](https://github.com/apache/superset/pull/19543) fix(migrations): reorder skipped 1.4 migrations (@villebro)
@@ -172,6 +172,11 @@ under the License.
 - [#17001](https://github.com/apache/superset/pull/17001) feat(linting): restrict direct use of supersetTheme in favor of ThemeProvider (@rusackas)
 
 **Fixes**
+- [#19651](https://github.com/apache/superset/pull/19651) fix(dnd&column): make to fix the blank state issue when only one column select (@prosdev0107)
+- [#19716](https://github.com/apache/superset/pull/19716) fix: drop the first level of MultiIndex (@zhaoyongjie)
+- [#19688](https://github.com/apache/superset/pull/19688) fix(dashboard): Fix BigNumber causing dashboard to crash when overflowing (@kgabryje)
+- [#19664](https://github.com/apache/superset/pull/19664) fix(sql-lab): do not replace undefined schema with empty object (@villebro)
+- [#19659](https://github.com/apache/superset/pull/19659) fix: time comparision (@zhaoyongjie)
 - [#19553](https://github.com/apache/superset/pull/19553) fix(dataset): handle missing python_type gracefully (@villebro)
 - [#19612](https://github.com/apache/superset/pull/19612) fix(select): render when empty multiselect (@villebro)
 - [#19565](https://github.com/apache/superset/pull/19565) fix(sqla): apply jinja to metrics (@villebro)
@@ -494,6 +499,7 @@ under the License.
 - [#16838](https://github.com/apache/superset/pull/16838) fix: remove duplicate line in docstring (@exemplary-citizen)
 
 **Others**
+- [#19636](https://github.com/apache/superset/pull/19636) chore: skip SIP-68 shadow writing for LTS (@ktmud)
 - [#19530](https://github.com/apache/superset/pull/19530) docs: release notes for 1.5 (@villebro)
 - [#19557](https://github.com/apache/superset/pull/19557) chore: remove redundant adodbapi warning (@villebro)
 - [#19481](https://github.com/apache/superset/pull/19481) chore(plugin-chart-echarts): upgrade echarts 5.3.2 (@villebro)