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

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


The following commit(s) were added to refs/heads/1.3 by this push:
     new 6d19de8  update changelog and updating
6d19de8 is described below

commit 6d19de8f66e6409cc82d6d1e5db2496c1ca2290d
Author: Ville Brofeldt <[email protected]>
AuthorDate: Mon Aug 16 09:36:28 2021 +0300

    update changelog and updating
---
 CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++--
 UPDATING.md  | 20 ++++++++++++--------
 2 files changed, 48 insertions(+), 10 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 57f2a3a..2f9abdf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,8 +17,10 @@ specific language governing permissions and limitations
 under the License.
 -->
 ## Change Log
-### 1.3 (Mon Aug 9 21:13:37 2021 -0500)
+### 1.3.0 (Fri Aug 13 20:41:03 2021 -0700)
 **Database Migrations**
+- [#16160](https://github.com/apache/superset/pull/16160) feat: change query 
predicate to text (@eschutho)
+- [#16077](https://github.com/apache/superset/pull/16077) fix: ensure that 
users viewing chart does not automatically save edit data (@pkdotson)
 - [#16098](https://github.com/apache/superset/pull/16098) fix: migrate_roles 
(@betodealmeida)
 - [#16078](https://github.com/apache/superset/pull/16078) chore: simplify 
chart permissions (@betodealmeida)
 - [#16045](https://github.com/apache/superset/pull/16045) feat(explore): add 
automatic conditional formatter to pivot table v2 (@villebro)
@@ -36,6 +38,14 @@ under the License.
 - [#14433](https://github.com/apache/superset/pull/14433) feat: Adding 
configuration_method column to Database Model (@AAfghahi)
 
 **Features**
+- [#16199](https://github.com/apache/superset/pull/16199) feat: Changing 
Dataset names (@AAfghahi)
+- [#16183](https://github.com/apache/superset/pull/16183) feat: update covid 
dashboard (@eschutho)
+- [#16178](https://github.com/apache/superset/pull/16178) feat: CLI cleanup  
(@AAfghahi)
+- [#16170](https://github.com/apache/superset/pull/16170) feat: Added 
multi-regional IPs to Database Connections (@AAfghahi)
+- [#16158](https://github.com/apache/superset/pull/16158) feat: add chart 
image info to reports from charts (@eschutho)
+- [#16139](https://github.com/apache/superset/pull/16139) feat(cross-filters): 
add support for temporal filters (@villebro)
+- [#16156](https://github.com/apache/superset/pull/16156) feat: add config to 
hide some user menu items (@eschutho)
+- [#16102](https://github.com/apache/superset/pull/16102) feat: add sticky 
state to tables and loadingcards state. (@pkdotson)
 - [#16131](https://github.com/apache/superset/pull/16131) feat: better errors 
for report in charts and dashboard (@AAfghahi)
 - [#16095](https://github.com/apache/superset/pull/16095) feat: added google 
alert to DB Connection Form (@AAfghahi)
 - [#16052](https://github.com/apache/superset/pull/16052) feat: handle subtle 
bug with load-examples (@betodealmeida)
@@ -166,6 +176,27 @@ under the License.
 - [#14480](https://github.com/apache/superset/pull/14480) feat(viz): add 
funnel chart (@villebro)
 
 **Fixes**
+- [#16260](https://github.com/apache/superset/pull/16260) fix: check roles 
before fetching reports (@eschutho)
+- [#16259](https://github.com/apache/superset/pull/16259) fix: pivot columns 
with ints for name (@betodealmeida)
+- [#16253](https://github.com/apache/superset/pull/16253) fix: Homepage 
dashboard examples tab does not show user created objects (@pkdotson)
+- [#16233](https://github.com/apache/superset/pull/16233) fix(dashboard): 
cross filter chart highlight when filters badge icon clicked (@kgabryje)
+- [#16241](https://github.com/apache/superset/pull/16241) fix: 
validate_parameters and query (@betodealmeida)
+- [#16240](https://github.com/apache/superset/pull/16240) fix: Remove Advanced 
Analytics tag for 2 charts (@rusackas)
+- [#16214](https://github.com/apache/superset/pull/16214) fix: remove 
encryption from db params (@eschutho)
+- [#16230](https://github.com/apache/superset/pull/16230) fix(explore): 
conditional formatting value validators (@kgabryje)
+- [#16212](https://github.com/apache/superset/pull/16212) fix: example tabs 
filter (@pkdotson)
+- [#16208](https://github.com/apache/superset/pull/16208) fix: sorting on 
"Modified By" in chart table (@pkdotson)
+- [#16196](https://github.com/apache/superset/pull/16196) fix(explore): adhoc 
metrics popover resets label after hovering outside (@kgabryje)
+- [#16190](https://github.com/apache/superset/pull/16190) fix(explore): metric 
label disappearing in some scenarios (@kgabryje)
+- [#16171](https://github.com/apache/superset/pull/16171) fix: change listivew 
card layouts to the new homepage card layout (@pkdotson)
+- [#16176](https://github.com/apache/superset/pull/16176) fix: ensure created 
user entities do not show inside examples (@pkdotson)
+- [#16175](https://github.com/apache/superset/pull/16175) fix: isDynamic 
function (@betodealmeida)
+- [#16162](https://github.com/apache/superset/pull/16162) fix: revert data 
endpoint name (@betodealmeida)
+- [#16151](https://github.com/apache/superset/pull/16151) fix:  turn on SSL in 
database edit form show 500 error (@hughhhh)
+- [#16089](https://github.com/apache/superset/pull/16089) fix: Safari is not 
showing scroll bars in Explore (@michael-s-molina)
+- [#16094](https://github.com/apache/superset/pull/16094) fix: Multiple 
dashboard refresh triggers for the same session (@michael-s-molina)
+- [#16107](https://github.com/apache/superset/pull/16107) fix: boolean type 
into SQL 'in' operator (@zhaoyongjie)
+- [#16053](https://github.com/apache/superset/pull/16053) fix(dashboard): 500 
error caused by data_for_slices API (@ktmud)
 - [#16161](https://github.com/apache/superset/pull/16161) fix: Big Query 
additional parameters field doesn't keep value (@lyndsiWilliams)
 - [#16118](https://github.com/apache/superset/pull/16118) fix: change Alert 
Permissions (@AAfghahi)
 - [#16088](https://github.com/apache/superset/pull/16088) fix(explore): dnd 
error when dragging metric if multi: false (@kgabryje)
@@ -492,6 +523,9 @@ under the License.
 - [#14360](https://github.com/apache/superset/pull/14360) fix: parse simple 
string error message values (@samtfm)
 
 **Others**
+- [#16251](https://github.com/apache/superset/pull/16251) chore: bump 
superset-ui packages to 0.17.84 (@pkdotson)
+- [#16186](https://github.com/apache/superset/pull/16186) chore: bump 
superset-ui to 0.17.81 (@villebro)
+- [#16174](https://github.com/apache/superset/pull/16174) chore: switch back 
tag name to popular from highly-used (@junlincc)
 - [#16116](https://github.com/apache/superset/pull/16116) chore(explore): 
change dnd placeholders (@kgabryje)
 - [#16133](https://github.com/apache/superset/pull/16133) chore: add stats 
logging to thumbnail api (@mistercrunch)
 - [#16086](https://github.com/apache/superset/pull/16086) chore(explore): bump 
deckgl to 0.4.9 (@kgabryje)
@@ -723,7 +757,7 @@ under the License.
 - [#14432](https://github.com/apache/superset/pull/14432) docs: update README 
with new docs and recordings (@srinify)
 - [#14425](https://github.com/apache/superset/pull/14425) docs: Renamed impyla 
from implya and updated PIP name to impyla from impala. (@jagamts1)
 
-### 1.2 (Date TBD)
+### 1.2.0 (2021-06-04)
 **Features**
 - [11498](https://github.com/apache/superset/pull/11498) feat(SIP-39): 
Websocket sidecar app (#11498) (@Rob DiCiuccio)
 - [13894](https://github.com/apache/superset/pull/13894) feat(alert/report): 
add ALERTS_ATTACH_REPORTS feature flags + feature (#13894) (@Lily Kuang)
diff --git a/UPDATING.md b/UPDATING.md
index 0e4c3a0..5fbeb26 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -22,21 +22,20 @@ under the License.
 This file documents any backwards-incompatible changes in Superset and
 assists people when migrating to a new version.
 
-## Next
-- [15909](https://github.com/apache/incubator-superset/pull/15909): a change 
which
-drops a uniqueness criterion (which may or may not have existed) to the tables 
table. This constraint was obsolete as it is handled by the ORM due to 
differences in how MySQL, PostgreSQL, etc. handle uniqueness for NULL values.
+## 1.3.0
 
-- [13772](https://github.com/apache/superset/pull/13772): Row level security 
(RLS) is now enabled by default. To activate the feature, please run `superset 
init` to expose the RLS menus to Admin users.
-
-- [13980](https://github.com/apache/superset/pull/13980): Data health checks 
no longer use the metadata database as an interim cache. Though non-breaking, 
deployments which implement complex logic should likely memoize the callback 
function. Refer to documentation in the confg.py file for more detail.
+### Breaking Changes
 
-- [14255](https://github.com/apache/superset/pull/14255): The default 
`CSV_TO_HIVE_UPLOAD_DIRECTORY_FUNC` callable logic has been updated to leverage 
the specified database and schema to ensure the upload S3 key prefix is unique. 
Previously tables generated via upload from CSV with the same name but differ 
schema and/or cluster would use the same S3 key prefix. Note this change does 
not impact previously imported tables.
+- [15909](https://github.com/apache/incubator-superset/pull/15909): a change 
which
+drops a uniqueness criterion (which may or may not have existed) to the tables 
table. This constraint was obsolete as it is handled by the ORM due to 
differences in how MySQL, PostgreSQL, etc. handle uniqueness for NULL values.
 
-### Breaking Changes
 ### Potential Downtime
 - [14234](https://github.com/apache/superset/pull/14234): Adds the 
`limiting_factor` column to the `query` table. Give the migration includes a 
DDL operation on a heavily trafficed table, potential service downtime may be 
required.
 
+## 1.2.0
+
 ### Deprecations
+
 - [13440](https://github.com/apache/superset/pull/13440): Dashboard/Charts 
reports and old Alerts is deprecated. The following config keys are deprecated:
     - ENABLE_ALERTS
     - SCHEDULED_EMAIL_DEBUG_MODE
@@ -44,8 +43,13 @@ drops a uniqueness criterion (which may or may not have 
existed) to the tables t
     - EMAIL_ASYNC_TIME_LIMIT_SEC
     - EMAIL_REPORT_BCC_ADDRESS
     - EMAIL_REPORTS_USER
+
 ### Other
 
+- [13772](https://github.com/apache/superset/pull/13772): Row level security 
(RLS) is now enabled by default. To activate the feature, please run `superset 
init` to expose the RLS menus to Admin users.
+- [13980](https://github.com/apache/superset/pull/13980): Data health checks 
no longer use the metadata database as an interim cache. Though non-breaking, 
deployments which implement complex logic should likely memoize the callback 
function. Refer to documentation in the confg.py file for more detail.
+- [14255](https://github.com/apache/superset/pull/14255): The default 
`CSV_TO_HIVE_UPLOAD_DIRECTORY_FUNC` callable logic has been updated to leverage 
the specified database and schema to ensure the upload S3 key prefix is unique. 
Previously tables generated via upload from CSV with the same name but differ 
schema and/or cluster would use the same S3 key prefix. Note this change does 
not impact previously imported tables.
+
 ## 1.1.0
 
 ### Breaking Changes

Reply via email to