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

sophieyou 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 422aa6b657 chore: Add the 4.1 release notes (#29262)
422aa6b657 is described below

commit 422aa6b6575f7f49ed6f3ff1788af2bf438126fb
Author: Joe Li <[email protected]>
AuthorDate: Mon Aug 5 14:37:12 2024 -0700

    chore: Add the 4.1 release notes (#29262)
---
 RELEASING/release-notes-4-1/README.md              | 131 +++++++++++++++++++++
 .../release-notes-4-1/media/big_number_chart.png   | Bin 0 -> 112940 bytes
 .../release-notes-4-1/media/columnar_modal_1.png   | Bin 0 -> 60210 bytes
 .../release-notes-4-1/media/columnar_modal_2.png   | Bin 0 -> 44706 bytes
 .../release-notes-4-1/media/columnar_modal_3.png   | Bin 0 -> 49899 bytes
 RELEASING/release-notes-4-1/media/csv_modal_1.png  | Bin 0 -> 67512 bytes
 RELEASING/release-notes-4-1/media/csv_modal_2.png  | Bin 0 -> 74493 bytes
 RELEASING/release-notes-4-1/media/csv_modal_3.png  | Bin 0 -> 56511 bytes
 RELEASING/release-notes-4-1/media/csv_modal_4.png  | Bin 0 -> 50440 bytes
 .../release-notes-4-1/media/excel_modal_1.png      | Bin 0 -> 69201 bytes
 .../release-notes-4-1/media/excel_modal_2.png      | Bin 0 -> 60322 bytes
 .../release-notes-4-1/media/excel_modal_3.png      | Bin 0 -> 53868 bytes
 .../release-notes-4-1/media/excel_modal_4.png      | Bin 0 -> 50251 bytes
 RELEASING/release-notes-4-1/media/heatmap.png      | Bin 0 -> 135513 bytes
 RELEASING/release-notes-4-1/media/histogram.png    | Bin 0 -> 522655 bytes
 RELEASING/release-notes-4-1/media/sankey.png       | Bin 0 -> 632129 bytes
 RELEASING/release-notes-4-1/media/slack_modal.png  | Bin 0 -> 65868 bytes
 .../release-notes-4-1/media/table_with_time.png    | Bin 0 -> 172081 bytes
 RELEASING/release-notes-4-1/media/tooltips.png     | Bin 0 -> 371925 bytes
 19 files changed, 131 insertions(+)

diff --git a/RELEASING/release-notes-4-1/README.md 
b/RELEASING/release-notes-4-1/README.md
new file mode 100644
index 0000000000..19eff14a85
--- /dev/null
+++ b/RELEASING/release-notes-4-1/README.md
@@ -0,0 +1,131 @@
+<!--
+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.
+-->
+
+# Release Notes for Superset 4.1.0
+
+Superset 4.1.0 brings a range of new features and quality of life 
improvements.  This release is a minor version, meaning it doesn't include any 
breaking changes to ensure a seamless transition for our users. Here are some 
of the highlights of this release.
+
+### Big Number With Time Period Updates
+
+We released a [Big Number with Time Period 
Comparison](https://github.com/apache/superset/pull/26908) chart as part of 
Superset 4.0. With the latest update, there are now [color 
options](https://github.com/apache/superset/pull/27524) for comparisons. The 
chart now also uses [standardize 
controls](https://github.com/apache/superset/pull/27193) such that when 
switching charts will maintain the selected metrics. To enable the new chart, 
you'll need to enable the `CHART_PLUGINS_EXPERIMENTAL` [...]
+
+<div>
+    <image src="media/big_number_chart.png" alt="Image" width="100%">
+</div>
+
+### Table with Time Comparison
+Added functionality to do [table time 
comparisons](https://github.com/apache/superset/pull/28057) behind the 
`CHART_PLUGINS_EXPERIMENTAL` feature flag. This will help improve and 
facilitate efficient data analysis.
+
+<div>
+    <image src="media/table_with_time.png" alt="Image" width="100%">
+</div>
+
+### New ECharts Versions
+
+The new ECharts [Heatmap](https://github.com/apache/superset/pull/25353) has 
been added. Compared to the legacy Heatmap, it has more accurate percentage 
calculations, server side sorting to respect row limits, and a more interactive 
legend control that allows selecting a subset of values.
+
+<div>
+    <image src="media/heatmap.png" alt="Image" width="100%">
+</div>
+
+We also added a new ECharts 
[Histogram](https://github.com/apache/superset/pull/28652) chart. The new chart 
will help visualize patterns, clusters, and outliers in the data and provides 
insights into its shape, central tendency, and spread.
+
+<div>
+    <image src="media/histogram.png" alt="Image" width="100%">
+</div>
+
+A new Echarts [Sankey](https://github.com/apache/superset/pull/29329) chart 
now exists. The chart visually tracks the movement and transformation of values 
across system stages.
+
+<div>
+    <image src="media/sankey.png" alt="Image" width="100%">
+</div>
+
+You can use the CLI command to migrate Area, Bubble, Line, Sankey, 
[Heatmap](https://github.com/apache/superset/pull/27771), and 
[Histogram](https://github.com/apache/superset/pull/28780) chart types but 
we'll add more as the ECharts migrations continue. Note that migrations for 
deprecated charts may be forced in upcoming major versions when the code is 
removed. Running migrations earlier will allow you to de-risk future upgrades 
while improving user experience.
+
+```bash
+Usage: superset viz-migrations [OPTIONS] COMMAND [ARGS]...
+
+  Migrates a viz from one type to another.
+
+Commands:
+  downgrade  Downgrades a viz to the previous version.
+  upgrade    Upgrade a viz to the latest version.
+```
+
+Note: When migrating dashboards from one Superset instance to another (using 
import/export features or the Superset CLI), or restoring a backup of prior 
charts and dashboards, Superset will apply the existing migrations that are 
used during version upgrades. This will ensure that your charts and dashboards 
are using the latest and greatest charts that Superset officially supports. For 
any migration issues, feel free to [open a new 
issue](https://github.com/apache/superset/issues/new?assi [...]
+
+### Improved Upload Forms
+
+We've made design changes to the 
[CSV](https://github.com/apache/superset/pull/27840), 
[Excel](https://github.com/apache/superset/pull/28105), and 
[Columnar](https://github.com/apache/superset/pull/28192
+) upload modals to improve user experience and to be more performant. The new 
designs has the following goals:
+
+- Improved error handling.
+- Better backend parameter validation.
+- More aligned with our other modal dialogs
+
+#### CSV
+<div>
+    <img src="media/csv_modal_1.png" alt="Image" width="25%">
+    <img src="media/csv_modal_2.png" alt="Image" width="25%">
+    <img src="media/csv_modal_3.png" alt="Image" width="25%">
+    <img src="media/csv_modal_4.png" alt="Image" width="25%">
+</div>
+
+#### Excel
+<div>
+    <img src="media/excel_modal_1.png" alt="Image" width="25%">
+    <img src="media/excel_modal_2.png" alt="Image" width="25%">
+    <img src="media/excel_modal_3.png" alt="Image" width="25%">
+    <img src="media/excel_modal_4.png" alt="Image" width="25%">
+</div>
+
+#### Columnar
+<div>
+    <img src="media/columnar_modal_1.png" alt="Image" width="33%">
+    <img src="media/columnar_modal_2.png" alt="Image" width="33%">
+    <img src="media/columnar_modal_3.png" alt="Image" width="33%">
+</div>
+
+
+### OAuth2 For Databases
+
+You now have the ability to enable 
[OAuth2](https://github.com/apache/superset/pull/27631) for databases like 
BigQuery, Snowflake, Dremio, Databricks, Google Sheets, etc. When enabled, it 
will allow users to connect to Oauth2 enabled databases with their own 
credentials.
+
+### Catalog Support For Databases
+
+Added support for the [catalog 
heirachy](https://github.com/apache/superset/pull/28317) for databases that 
support it, such as [BigQuery (projects), Databricks, Presto, Snowflake, and 
Trino](https://github.com/apache/superset/pull/28416). Once enabled, users will 
see catalogs when selecting tables in [SQL Lab, 
datasets](https://github.com/apache/superset/pull/28376), and when setting up 
Data Access Roles
+
+### Slack Upload Files V2 API Updates
+As part of [[SIP-138] Proposal for Slack file upload V2 integration for Alerts 
and Reports](https://github.com/apache/superset/issues/29263) we now have 
support for Slack file upload files v2 API call. This feature is behind the 
feature flag `ALERT_REPORT_SLACK_V2` and also changes the Slack channel to a 
selector. You may also need to add the following scopes (`channels:read`, 
`group:read`) to your Slack bot to work.
+
+<div>
+    <image src="media/slack_modal.png" alt="Image" width="100%">
+</div>
+
+### Total and Percentages In Tooltips For ECharts
+
+Users can now see both the [total and percentage in 
tooltips](https://github.com/apache/superset/pull/27950) for ECharts.
+
+<div>
+    <image src="media/tooltips.png" alt="Image" width="100%">
+</div>
+
+### Additional Metadata Bar To Dashboards
+
+There is now a [metadata bar](https://github.com/apache/superset/pull/27857) 
added to the header of dashboards. This will now show viewers of the dashboard 
both the owners and last modified time of the dashboard.
diff --git a/RELEASING/release-notes-4-1/media/big_number_chart.png 
b/RELEASING/release-notes-4-1/media/big_number_chart.png
new file mode 100644
index 0000000000..962d0c3889
Binary files /dev/null and 
b/RELEASING/release-notes-4-1/media/big_number_chart.png differ
diff --git a/RELEASING/release-notes-4-1/media/columnar_modal_1.png 
b/RELEASING/release-notes-4-1/media/columnar_modal_1.png
new file mode 100644
index 0000000000..21d201769e
Binary files /dev/null and 
b/RELEASING/release-notes-4-1/media/columnar_modal_1.png differ
diff --git a/RELEASING/release-notes-4-1/media/columnar_modal_2.png 
b/RELEASING/release-notes-4-1/media/columnar_modal_2.png
new file mode 100644
index 0000000000..692f4549de
Binary files /dev/null and 
b/RELEASING/release-notes-4-1/media/columnar_modal_2.png differ
diff --git a/RELEASING/release-notes-4-1/media/columnar_modal_3.png 
b/RELEASING/release-notes-4-1/media/columnar_modal_3.png
new file mode 100644
index 0000000000..f7edddfd5c
Binary files /dev/null and 
b/RELEASING/release-notes-4-1/media/columnar_modal_3.png differ
diff --git a/RELEASING/release-notes-4-1/media/csv_modal_1.png 
b/RELEASING/release-notes-4-1/media/csv_modal_1.png
new file mode 100644
index 0000000000..8529357514
Binary files /dev/null and b/RELEASING/release-notes-4-1/media/csv_modal_1.png 
differ
diff --git a/RELEASING/release-notes-4-1/media/csv_modal_2.png 
b/RELEASING/release-notes-4-1/media/csv_modal_2.png
new file mode 100644
index 0000000000..972753587d
Binary files /dev/null and b/RELEASING/release-notes-4-1/media/csv_modal_2.png 
differ
diff --git a/RELEASING/release-notes-4-1/media/csv_modal_3.png 
b/RELEASING/release-notes-4-1/media/csv_modal_3.png
new file mode 100644
index 0000000000..25acf14a35
Binary files /dev/null and b/RELEASING/release-notes-4-1/media/csv_modal_3.png 
differ
diff --git a/RELEASING/release-notes-4-1/media/csv_modal_4.png 
b/RELEASING/release-notes-4-1/media/csv_modal_4.png
new file mode 100644
index 0000000000..9d81b28306
Binary files /dev/null and b/RELEASING/release-notes-4-1/media/csv_modal_4.png 
differ
diff --git a/RELEASING/release-notes-4-1/media/excel_modal_1.png 
b/RELEASING/release-notes-4-1/media/excel_modal_1.png
new file mode 100644
index 0000000000..6e9640a949
Binary files /dev/null and 
b/RELEASING/release-notes-4-1/media/excel_modal_1.png differ
diff --git a/RELEASING/release-notes-4-1/media/excel_modal_2.png 
b/RELEASING/release-notes-4-1/media/excel_modal_2.png
new file mode 100644
index 0000000000..4cc2d451bd
Binary files /dev/null and 
b/RELEASING/release-notes-4-1/media/excel_modal_2.png differ
diff --git a/RELEASING/release-notes-4-1/media/excel_modal_3.png 
b/RELEASING/release-notes-4-1/media/excel_modal_3.png
new file mode 100644
index 0000000000..64d8fdc561
Binary files /dev/null and 
b/RELEASING/release-notes-4-1/media/excel_modal_3.png differ
diff --git a/RELEASING/release-notes-4-1/media/excel_modal_4.png 
b/RELEASING/release-notes-4-1/media/excel_modal_4.png
new file mode 100644
index 0000000000..8f5b45e504
Binary files /dev/null and 
b/RELEASING/release-notes-4-1/media/excel_modal_4.png differ
diff --git a/RELEASING/release-notes-4-1/media/heatmap.png 
b/RELEASING/release-notes-4-1/media/heatmap.png
new file mode 100644
index 0000000000..52738bf006
Binary files /dev/null and b/RELEASING/release-notes-4-1/media/heatmap.png 
differ
diff --git a/RELEASING/release-notes-4-1/media/histogram.png 
b/RELEASING/release-notes-4-1/media/histogram.png
new file mode 100644
index 0000000000..61a7fe0318
Binary files /dev/null and b/RELEASING/release-notes-4-1/media/histogram.png 
differ
diff --git a/RELEASING/release-notes-4-1/media/sankey.png 
b/RELEASING/release-notes-4-1/media/sankey.png
new file mode 100644
index 0000000000..0df200ee9e
Binary files /dev/null and b/RELEASING/release-notes-4-1/media/sankey.png differ
diff --git a/RELEASING/release-notes-4-1/media/slack_modal.png 
b/RELEASING/release-notes-4-1/media/slack_modal.png
new file mode 100644
index 0000000000..3804e2a6fc
Binary files /dev/null and b/RELEASING/release-notes-4-1/media/slack_modal.png 
differ
diff --git a/RELEASING/release-notes-4-1/media/table_with_time.png 
b/RELEASING/release-notes-4-1/media/table_with_time.png
new file mode 100644
index 0000000000..4f7607c217
Binary files /dev/null and 
b/RELEASING/release-notes-4-1/media/table_with_time.png differ
diff --git a/RELEASING/release-notes-4-1/media/tooltips.png 
b/RELEASING/release-notes-4-1/media/tooltips.png
new file mode 100644
index 0000000000..03f394b75d
Binary files /dev/null and b/RELEASING/release-notes-4-1/media/tooltips.png 
differ

Reply via email to