This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new de1ae2bd48 chore: Updates CHANGELOG.md with 3.1.3 data (#28398)
de1ae2bd48 is described below
commit de1ae2bd48efb473939870156416ba8ab8a10c95
Author: Michael S. Molina <[email protected]>
AuthorDate: Thu May 9 13:07:21 2024 -0300
chore: Updates CHANGELOG.md with 3.1.3 data (#28398)
---
.github/ISSUE_TEMPLATE/bug-report.yml | 2 +-
CHANGELOG.md | 1 +
CHANGELOG/3.1.3.md | 47 +++++++++++++++++++++++++++++++++++
3 files changed, 49 insertions(+), 1 deletion(-)
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml
b/.github/ISSUE_TEMPLATE/bug-report.yml
index 713a51e568..7706384e34 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -47,7 +47,7 @@ body:
options:
- master / latest-dev
- "4.0.0"
- - "3.1.2"
+ - "3.1.3"
validations:
required: true
- type: dropdown
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5f30657b3..19cfb23126 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,4 +39,5 @@ under the License.
- [3.1.0](./CHANGELOG/3.1.0.md)
- [3.1.1](./CHANGELOG/3.1.1.md)
- [3.1.2](./CHANGELOG/3.1.2.md)
+- [3.1.3](./CHANGELOG/3.1.3.md)
- [4.0.0](./CHANGELOG/4.0.0.md)
diff --git a/CHANGELOG/3.1.3.md b/CHANGELOG/3.1.3.md
new file mode 100644
index 0000000000..ee92ac17d6
--- /dev/null
+++ b/CHANGELOG/3.1.3.md
@@ -0,0 +1,47 @@
+<!--
+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
+
+### 3.1.3 (Tue Apr 30 15:32:33 2024 -0700)
+
+**Fixes**
+
+- [#28277](https://github.com/apache/superset/pull/28277) fix(ci): adding
codecov token (@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)
+- [#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)
+- [#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)
+- [#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)
+- [#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)