You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by el...@apache.org on 2022/01/27 01:05:22 UTC

[superset] 12/12: update changelog and version

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

elizabeth pushed a commit to branch 1.4
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 5b1ff9ef486e6f81d0c6eb0b54766d8183d9c80a
Author: Elizabeth Thompson <es...@gmail.com>
AuthorDate: Wed Jan 26 16:59:46 2022 -0800

    update changelog and version
---
 CHANGELOG.md                        | 19 +++++++++++++++++++
 superset-frontend/package-lock.json |  4 ++--
 superset-frontend/package.json      |  2 +-
 3 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa85e8e..24aa178 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,25 @@ specific language governing permissions and limitations
 under the License.
 -->
 ## Change Log
+### 1.4.1 (Mon Jan 10 13:00:39 2022 +0000)
+**Database Migrations**
+
+**Features**
+
+**Fixes**
+- [#17980](https://github.com/apache/superset/pull/17980) fix: css template API response, less data (@dpgaspar)
+- [#17984](https://github.com/apache/superset/pull/17984) fix: Change default SECRET_KEY, improve docs and banner warning on de… (@dpgaspar)
+- [#17981](https://github.com/apache/superset/pull/17981) fix: API logger output (@dpgaspar)
+- [#18006](https://github.com/apache/superset/pull/18006) fix: SQL Lab sorting of non-numbers (@etr2460)
+- [#17573](https://github.com/apache/superset/pull/17573) fix(sqllab): Floating numbers not sorting correctly in result column (@lyndsiWilliams)
+- [#17961](https://github.com/apache/superset/pull/17961) fix: update slug name (@pkdotson)
+- [#17992](https://github.com/apache/superset/pull/17992) fix:  dashboard reload crash (@pkdotson)
+- [#18048](https://github.com/apache/superset/pull/18048) fix(dashboard): scope status of native filter not update (@stephenLYZ)
+- [#16869](https://github.com/apache/superset/pull/16869) fix: handle TIME column serialization (@frafra)
+- [#17726](https://github.com/apache/superset/pull/17726) fix(explore): make SORT DESCENDING visible if SORT BY has value (@stephenLYZ)
+
+**Others**
+
 ### 1.4
 **Database Migrations**
 - [#17335](https://github.com/apache/superset/pull/17335) feat: Certify Charts and Dashboards (@geido)
diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json
index d3f8fc7..a695fb8 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "superset",
-  "version": "1.4.0",
+  "version": "1.4.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "superset",
-      "version": "1.4.0",
+      "version": "1.4.1",
       "license": "Apache-2.0",
       "dependencies": {
         "@ant-design/icons": "^4.2.2",
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index 66ec5d0..601cbdc 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -1,6 +1,6 @@
 {
   "name": "superset",
-  "version": "1.4.0",
+  "version": "1.4.1",
   "description": "Superset is a data exploration platform designed to be visual, intuitive, and interactive.",
   "license": "Apache-2.0",
   "directories": {