Skip to content

Commit

Permalink
Merge branch 'master' into feat/customizable-email-subject
Browse files Browse the repository at this point in the history
  • Loading branch information
Puridach Wutthihathaithamrong committed May 14, 2024
2 parents 53a6cd9 + b160fd4 commit 8e37edf
Show file tree
Hide file tree
Showing 26 changed files with 511 additions and 269 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ body:
label: Superset version
options:
- master / latest-dev
- "4.0.0"
- "4.0.1"
- "3.1.3"
validations:
required: true
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ under the License.
- [3.1.2](./CHANGELOG/3.1.2.md)
- [3.1.3](./CHANGELOG/3.1.3.md)
- [4.0.0](./CHANGELOG/4.0.0.md)
- [4.0.1](./CHANGELOG/4.0.1.md)
61 changes: 61 additions & 0 deletions CHANGELOG/4.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<!--
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.0.1 (Tue Apr 30 15:32:33 2024 -0700)

**Fixes**

- [#28269](https://github.com/apache/superset/pull/28269) fix(explore): cannot reorder dnd of Metrics (@justinpark)
- [#28271](https://github.com/apache/superset/pull/28271) fix: % replace in `values_for_column` (@betodealmeida)
- [#28277](https://github.com/apache/superset/pull/28277) fix(ci): adding codecov token (@rusackas)
- [#28242](https://github.com/apache/superset/pull/28242) fix(dashboard): unable to drop tabs in columns (@justinpark)
- [#28241](https://github.com/apache/superset/pull/28241) fix(explore): temporal column mixin (@justinpark)
- [#28226](https://github.com/apache/superset/pull/28226) fix(maps): adds Crimea back to Ukraine 🇺🇦 (@rusackas)
- [#28156](https://github.com/apache/superset/pull/28156) fix(sqllab): invalid css scope for ace editor autocomplete (@justinpark)
- [#28222](https://github.com/apache/superset/pull/28222) fix: Dremio alias (@betodealmeida)
- [#28152](https://github.com/apache/superset/pull/28152) fix(sql_parse): Provide more lenient logic when extracting latest[_sub]\_partition (@john-bodley)
- [#27554](https://github.com/apache/superset/pull/27554) fix(AlertsReports): making log retention "None" option valid (@fisjac)
- [#28117](https://github.com/apache/superset/pull/28117) fix(sql_parse): Support Jinja format() filter when extracting latest[_sub]\_partition (@john-bodley)
- [#28036](https://github.com/apache/superset/pull/28036) fix: Dynamic filter does not show all values on blur/clear events (@michael-s-molina)
- [#28018](https://github.com/apache/superset/pull/28018) fix: bump client side chart timeouts to use the SUPERSET_WEBSERVER_TIMEOUT (@eschutho)
- [#28017](https://github.com/apache/superset/pull/28017) fix: Select is accepting unknown pasted values when `allowNewOptions` is false (@michael-s-molina)
- [#27996](https://github.com/apache/superset/pull/27996) fix: Incorrect onChange value when an unloaded value is pasted into AsyncSelect (@michael-s-molina)
- [#27934](https://github.com/apache/superset/pull/27934) fix(time_offset): improved LIMIT-handling in advanced analytics (@Antonio-RiveroMartnez)
- [#27941](https://github.com/apache/superset/pull/27941) fix(drillby): Enable DrillBy in charts w/o filters (dimensions) (@sowo)
- [#27239](https://github.com/apache/superset/pull/27239) fix(alerts/reports): removing duplicate notification method options (@fisjac)
- [#27968](https://github.com/apache/superset/pull/27968) fix(Dashboard): Add aria-label to filters and search forms (@geido)
- [#27701](https://github.com/apache/superset/pull/27701) fix: useTruncation infinite loop, reenable dashboard cross links on ChartList (@kgabryje)
- [#27926](https://github.com/apache/superset/pull/27926) fix: Locale sent to frontend (@michael-s-molina)
- [#25407](https://github.com/apache/superset/pull/25407) fix(frontend): allow "constructor" property in response data (@SpencerTorres)
- [#27919](https://github.com/apache/superset/pull/27919) fix: add mariadb engine spec same as MySQL (@dpgaspar)
- [#27593](https://github.com/apache/superset/pull/27593) fix(Dashboard): Add border to row when hovering HoverMenu in edit mode (@rtexelm)
- [#27883](https://github.com/apache/superset/pull/27883) fix(bar-chart): change legend padding for horizontal orientation (@lilykuang)
- [#27700](https://github.com/apache/superset/pull/27700) fix: row limits & row count labels are confusing (@mistercrunch)
- [#27845](https://github.com/apache/superset/pull/27845) fix(dashboard): missing null check in error extra (@justinpark)

**Others**

- [#28278](https://github.com/apache/superset/pull/28278) chore: allow codecov to detect SHA (@mistercrunch)
- [#27717](https://github.com/apache/superset/pull/27717) chore(explore): Hide non-droppable metric and column list (@justinpark)
- [#27725](https://github.com/apache/superset/pull/27725) chore(sqllab): Do not strip comments when executing SQL statements (@john-bodley)
- [#27843](https://github.com/apache/superset/pull/27843) chore: Default to engine specification regarding using wildcard (@john-bodley)
- [#27858](https://github.com/apache/superset/pull/27858) chore(sql_parse): Provide more meaningful SQLGlot errors (@john-bodley)
- [#27842](https://github.com/apache/superset/pull/27842) chore(sql_parse): Strip leading/trailing whitespace in Jinja macro extraction (@john-bodley)
Binary file removed databases/trino.png
Binary file not shown.
4 changes: 2 additions & 2 deletions helm/superset/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#
apiVersion: v2
appVersion: "4.0.0"
appVersion: "4.0.1"
description: Apache Superset is a modern, enterprise-ready business intelligence web application
name: superset
icon: https://artifacthub.io/image/68c1d717-0e97-491f-b046-754e46f46922@2x
Expand All @@ -29,7 +29,7 @@ maintainers:
- name: craig-rueda
email: [email protected]
url: https://github.com/craig-rueda
version: 0.12.10
version: 0.12.11
dependencies:
- name: postgresql
version: 12.1.6
Expand Down
2 changes: 1 addition & 1 deletion helm/superset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs

# superset

![Version: 0.12.10](https://img.shields.io/badge/Version-0.12.10-informational?style=flat-square)
![Version: 0.12.11](https://img.shields.io/badge/Version-0.12.11-informational?style=flat-square)

Apache Superset is a modern, enterprise-ready business intelligence web application

Expand Down
41 changes: 18 additions & 23 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apispec[yaml]==6.3.0
# via flask-appbuilder
apsw==3.42.0.1
# via shillelagh
async-timeout==4.0.2
async-timeout==4.0.3
# via redis
attrs==23.1.0
# via
Expand All @@ -30,11 +30,11 @@ bcrypt==4.0.1
# via paramiko
billiard==4.2.0
# via celery
blinker==1.7.0
blinker==1.8.2
# via flask
bottleneck==1.3.7
# via pandas
brotli==1.0.9
brotli==1.1.0
# via flask-compress
cachelib==0.9.0
# via
Expand Down Expand Up @@ -80,7 +80,7 @@ cron-descriptor==1.4.3
# via apache-superset
croniter==2.0.3
# via apache-superset
cryptography==42.0.5
cryptography==42.0.7
# via
# apache-superset
# paramiko
Expand Down Expand Up @@ -113,11 +113,11 @@ flask-appbuilder==4.4.1
# via apache-superset
flask-babel==1.0.0
# via flask-appbuilder
flask-caching==2.1.0
flask-caching==2.3.0
# via apache-superset
flask-compress==1.14
flask-compress==1.15
# via apache-superset
flask-jwt-extended==4.3.1
flask-jwt-extended==4.5.3
# via flask-appbuilder
flask-limiter==3.3.1
# via flask-appbuilder
Expand All @@ -141,7 +141,7 @@ flask-wtf==1.2.1
# flask-appbuilder
func-timeout==4.3.5
# via apache-superset
geographiclib==1.52
geographiclib==2.0
# via geopy
geopy==2.4.1
# via apache-superset
Expand All @@ -161,21 +161,17 @@ idna==3.2
# via
# email-validator
# requests
importlib-metadata==6.6.0
# via
# apache-superset
# flask
# markdown
# shillelagh
importlib-metadata==7.1.0
# via apache-superset
importlib-resources==5.12.0
# via limits
isodate==0.6.1
# via apache-superset
itsdangerous==2.1.2
itsdangerous==2.2.0
# via
# flask
# flask-wtf
jinja2==3.1.3
jinja2==3.1.4
# via
# flask
# flask-babel
Expand All @@ -189,7 +185,7 @@ limits==3.4.0
# via flask-limiter
llvmlite==0.40.1
# via numba
mako==1.3.2
mako==1.3.3
# via
# alembic
# apache-superset
Expand Down Expand Up @@ -359,13 +355,12 @@ sshtunnel==0.4.0
# via apache-superset
tabulate==0.8.10
# via apache-superset
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# alembic
# apache-superset
# cattrs
# flask-limiter
# kombu
# limits
# shillelagh
tzdata==2023.3
Expand Down Expand Up @@ -406,10 +401,10 @@ wtforms-json==0.3.5
# via apache-superset
xlsxwriter==3.0.9
# via apache-superset
zipp==3.15.0
# via
# importlib-metadata
# importlib-resources
zipp==3.18.1
# via importlib-metadata
zstandard==0.22.0
# via flask-compress

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading

0 comments on commit 8e37edf

Please sign in to comment.