This is an automated email from the ASF dual-hosted git repository.
jli pushed a commit to branch 4.1
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/4.1 by this push:
new d16bea8949 chore: creating 4.1.3rc1 change log and updating frontend
json
d16bea8949 is described below
commit d16bea8949b8776da2185847b5990a69c5a0b95d
Author: Joe Li <[email protected]>
AuthorDate: Tue May 6 11:06:34 2025 +0800
chore: creating 4.1.3rc1 change log and updating frontend json
(cherry picked from commit 72cf9b6d770ae93ec2cf28bce528a5cb65fafd6d)
---
CHANGELOG/4.1.3.md | 51 +++++++++++++++++++++++++++++++++++++
superset-frontend/package-lock.json | 4 +--
superset-frontend/package.json | 2 +-
3 files changed, 54 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG/4.1.3.md b/CHANGELOG/4.1.3.md
new file mode 100644
index 0000000000..1d58ebc683
--- /dev/null
+++ b/CHANGELOG/4.1.3.md
@@ -0,0 +1,51 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+## Change Log
+
+### 4.1.3 (Mon May 5 04:07:23 2025 -0700)
+
+**Database Migrations**
+
+**Features**
+
+**Fixes**
+
+- [#33354](https://github.com/apache/superset/pull/33354) fix: loading
examples from raw.githubusercontent.com fails with 429 errors (@mistercrunch)
+- [#32382](https://github.com/apache/superset/pull/32382) fix(pinot): revert
join and subquery flags (@yuribogomolov)
+- [#32473](https://github.com/apache/superset/pull/32473)
fix(plugin-chart-echarts): remove erroneous upper bound value (@villebro)
+- [#33048](https://github.com/apache/superset/pull/33048) fix: improve error
type on parse error (@justinpark)
+- [#32968](https://github.com/apache/superset/pull/32968) fix(pivot-table):
Revert "fix(Pivot Table): Fix column width to respect currency config (#31414)"
(@justinpark)
+- [#32795](https://github.com/apache/superset/pull/32795) fix(log): store
navigation path to get correct logging path (@justinpark)
+- [#33216](https://github.com/apache/superset/pull/33216) fix: Downgrade to
marshmallow<4 (@amotl)
+- [#32866](https://github.com/apache/superset/pull/32866) fix: make packages
PEP 625 compliant (@sadpandajoe)
+- [#32035](https://github.com/apache/superset/pull/32035)
fix(fe/dashboard-list): display modifier info for `Last modified` data
(@hainenber)
+- [#32708](https://github.com/apache/superset/pull/32708) fix(logging):
missing path in event data (@justinpark)
+- [#32699](https://github.com/apache/superset/pull/32699) fix: Signature of
Celery pruner jobs (@michael-s-molina)
+- [#32681](https://github.com/apache/superset/pull/32681) fix(log): Update
recent_activity by event name (@justinpark)
+- [#32608](https://github.com/apache/superset/pull/32608) fix(welcome): perf
on distinct recent activities (@justinpark)
+- [#32572](https://github.com/apache/superset/pull/32572) fix: Log table
retention policy (@michael-s-molina)
+- [#32406](https://github.com/apache/superset/pull/32406) fix(model/helper):
represent RLS filter clause in proper textual SQL string (@hainenber)
+- [#32240](https://github.com/apache/superset/pull/32240) fix: upgrade to
3.11.11-slim-bookworm to address critical vulnerabilities (@gpchandran)
+- [#30858](https://github.com/apache/superset/pull/30858) fix(chart data):
removing query from /chart/data payload when accessing as guest user (@fisjac)
+
+**Others**
+
+- [#32782](https://github.com/apache/superset/pull/32782) chore: Revert
"chore: bump base image in Dockerfile with `ARG PY_VER=3.11.11-slim-bookworm`"
(@sadpandajoe)
+- [#32780](https://github.com/apache/superset/pull/32780) chore: bump base
image in Dockerfile with `ARG PY_VER=3.11.11-slim-bookworm` (@gpchandran)
diff --git a/superset-frontend/package-lock.json
b/superset-frontend/package-lock.json
index 3130369143..6c4bbbfa9e 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "superset",
- "version": "4.1.1",
+ "version": "4.1.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "superset",
- "version": "4.1.1",
+ "version": "4.1.3",
"license": "Apache-2.0",
"workspaces": [
"packages/*",
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index ebca197a25..e4969349be 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "superset",
- "version": "4.1.2",
+ "version": "4.1.3",
"description": "Superset is a data exploration platform designed to be
visual, intuitive, and interactive.",
"keywords": [
"big",