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
commit 5eb5d6077e4b0b0fa77f91398ac1d59de395b4a6 Author: Joe Li <[email protected]> AuthorDate: Fri Aug 22 15:18:15 2025 -0700 chore: Adds 4.1.4RC1 data to CHANGELOG.md and UPDATING.md --- CHANGELOG.md | 4 ++++ CHANGELOG/4.1.4.md | 33 +++++++++++++++++++++++++++++++++ superset-frontend/package.json | 2 +- 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f00ba2d39f..94ef5ef77d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,3 +44,7 @@ under the License. - [4.0.1](./CHANGELOG/4.0.1.md) - [4.0.2](./CHANGELOG/4.0.2.md) - [4.1.0](./CHANGELOG/4.1.0.md) +- [4.1.1](./CHANGELOG/4.1.1.md) +- [4.1.2](./CHANGELOG/4.1.2.md) +- [4.1.3](./CHANGELOG/4.1.3.md) +- [4.1.4](./CHANGELOG/4.1.4.md) diff --git a/CHANGELOG/4.1.4.md b/CHANGELOG/4.1.4.md new file mode 100644 index 0000000000..31c98ee3ee --- /dev/null +++ b/CHANGELOG/4.1.4.md @@ -0,0 +1,33 @@ +<!-- +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.4 (Thu Jul 24 08:30:04 2025 -0300) + +**Database Migrations** + +**Features** + +**Fixes** +- [#34289](https://github.com/apache/superset/pull/34289) fix: Saved queries list break if one query can't be parsed (@michael-s-molina) +- [#33059](https://github.com/apache/superset/pull/33059) fix: Adds missing __init__ file to commands/logs (@michael-s-molina) + +**Others** +- [#32236](https://github.com/apache/superset/pull/32236) chore(deps): bump cryptography from 43.0.3 to 44.0.1 (@dependabot[bot]) diff --git a/superset-frontend/package.json b/superset-frontend/package.json index e4969349be..066ce89764 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -1,6 +1,6 @@ { "name": "superset", - "version": "4.1.3", + "version": "4.1.4", "description": "Superset is a data exploration platform designed to be visual, intuitive, and interactive.", "keywords": [ "big",
