Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0 #3

Merged
merged 38 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
5293f55
fix(sqllab): reinstate "Force trino client async execution" (#25680)
giftig Oct 19, 2023
315e758
fix: remove unnecessary redirect (#25679)
Khrol Oct 19, 2023
8483ab6
fix(chore): dashboard requests to database equal the number of slices…
Always-prog Oct 20, 2023
8da27ed
fix: bump to FAB 4.3.9 remove CSP exception (#25712)
dpgaspar Oct 20, 2023
9b31d97
fix(horizontal filter label): show full tooltip with ellipsis (#25732)
rtexelm Oct 23, 2023
fd2c272
fix: Revert "fix(Charts): Set max row limit + removed the option to u…
geido Oct 25, 2023
01d3ac2
fix: dataset update uniqueness (#25756)
betodealmeida Oct 25, 2023
fbe7e62
fix(sqllab): slow pop datasource query (#25741)
justinpark Oct 26, 2023
2f46890
fix: allow for backward compatible errors (#25640)
eschutho Oct 27, 2023
1d403da
fix: DB-specific quoting in Jinja macro (#25779)
betodealmeida Oct 30, 2023
c216b3e
fix: Revert "fix: Apply normalization to all dttm columns (#25147)" (…
john-bodley Oct 31, 2023
04c11b4
fix: Resolve issue #24195 (#25804)
john-bodley Oct 31, 2023
2d57496
fix(SQL field in edit dataset modal): display full sql query (#25768)
rtexelm Oct 31, 2023
2827252
fix(sqllab): infinite fetching status after results are landed (#25814)
justinpark Nov 1, 2023
925c63d
fix: Fires onChange when clearing all values of single select (#25853)
michael-s-molina Nov 3, 2023
d590114
fix: the temporal x-axis results in a none time_range. (#25429)
mapledan Nov 3, 2023
4534a07
fix(table chart): Show Cell Bars correctly #25625 (#25707)
SA-Ark Nov 6, 2023
5198279
fix: remove `update_charts_owners` (#25843)
betodealmeida Nov 3, 2023
756324d
fix(charts): Time grain is None when dataset uses Jinja (#25842)
Antonio-RiveroMartnez Nov 6, 2023
81f7c63
fix: Saving Mixed Chart with dashboard filter applied breaks adhoc_fi…
kgabryje Nov 6, 2023
8c099a3
fix: database version field (#25898)
betodealmeida Nov 8, 2023
d265bd2
fix: trino cursor (#25897)
betodealmeida Nov 8, 2023
c655a3e
chore: Updates CHANGELOG.md for 3.0.2
michael-s-molina Nov 13, 2023
078b78f
fix(trino): allow impersonate_user flag to be imported (#25872)
FGrobelny Nov 8, 2023
eea6a8e
fix(table): Double percenting ad-hoc percentage metrics (#25857)
john-bodley Nov 8, 2023
6da18f8
fix(sqllab): invalid sanitization on comparison symbol (#25903)
justinpark Nov 9, 2023
a7fbdd6
fix: update flask-caching to avoid breaking redis cache, solves #2533…
ggbaro Nov 11, 2023
e07eed1
fix: always denorm column value before querying values (#25919)
hughhhh Nov 13, 2023
fb1919a
chore(colors): Updating Airbnb brand colors (#23619)
john-bodley Nov 13, 2023
1c287df
fix: naming denomalized to denormalized in helpers.py (#25973)
hughhhh Nov 13, 2023
1d2a564
fix(helm): Restart all related deployments when bootstrap script chan…
josedev-union Nov 15, 2023
8d873e6
fix(rls): Update text from tables to datasets in RLS modal (#25997)
yousoph Nov 16, 2023
ee1ba7e
fix: Make Select component fire onChange listener when a selection is…
jfrag1 Nov 16, 2023
e3fbb01
fix(explore): redandant force param (#25985)
justinpark Nov 16, 2023
da06206
chore: Optimize fetching samples logic (#25995)
john-bodley Nov 16, 2023
49661bc
fix(native filters): rendering performance improvement by reduce over…
justinpark Nov 20, 2023
08604cc
fix: update FAB to 4.3.10, Azure user info fix (#26037)
dpgaspar Nov 20, 2023
961eba6
chore: Updates CHANGELOG.md for 3.0.2 (rc2)
michael-s-molina Nov 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ under the License.

## Change Log

- [3.0.2](#302-mon-nov-20-073838-2023--0500)
- [3.0.1](#301-tue-oct-13-103221-2023--0700)
- [3.0.0](#300-thu-aug-24-133627-2023--0600)
- [2.1.1](#211-sun-apr-23-154421-2023-0100)
Expand All @@ -32,6 +33,59 @@ under the License.
- [1.4.2](#142-sat-mar-19-000806-2022-0200)
- [1.4.1](#141)

### 3.0.2 (Mon Nov 20 07:38:38 2023 -0500)

**Fixes**

- [#26037](https://github.com/apache/superset/pull/26037) fix: update FAB to 4.3.10, Azure user info fix (@dpgaspar)
- [#25901](https://github.com/apache/superset/pull/25901) fix(native filters): rendering performance improvement by reduce overrendering (@justinpark)
- [#25985](https://github.com/apache/superset/pull/25985) fix(explore): redandant force param (@justinpark)
- [#25993](https://github.com/apache/superset/pull/25993) fix: Make Select component fire onChange listener when a selection is pasted in (@jfrag1)
- [#25997](https://github.com/apache/superset/pull/25997) fix(rls): Update text from tables to datasets in RLS modal (@yousoph)
- [#25703](https://github.com/apache/superset/pull/25703) fix(helm): Restart all related deployments when bootstrap script changed (@josedev-union)
- [#25973](https://github.com/apache/superset/pull/25973) fix: naming denomalized to denormalized in helpers.py (@hughhhh)
- [#25919](https://github.com/apache/superset/pull/25919) fix: always denorm column value before querying values (@hughhhh)
- [#25947](https://github.com/apache/superset/pull/25947) fix: update flask-caching to avoid breaking redis cache, solves #25339 (@ggbaro)
- [#25903](https://github.com/apache/superset/pull/25903) fix(sqllab): invalid sanitization on comparison symbol (@justinpark)
- [#25857](https://github.com/apache/superset/pull/25857) fix(table): Double percenting ad-hoc percentage metrics (@john-bodley)
- [#25872](https://github.com/apache/superset/pull/25872) fix(trino): allow impersonate_user flag to be imported (@FGrobelny)
- [#25897](https://github.com/apache/superset/pull/25897) fix: trino cursor (@betodealmeida)
- [#25898](https://github.com/apache/superset/pull/25898) fix: database version field (@betodealmeida)
- [#25877](https://github.com/apache/superset/pull/25877) fix: Saving Mixed Chart with dashboard filter applied breaks adhoc_filter_b (@kgabryje)
- [#25842](https://github.com/apache/superset/pull/25842) fix(charts): Time grain is None when dataset uses Jinja (@Antonio-RiveroMartnez)
- [#25843](https://github.com/apache/superset/pull/25843) fix: remove `update_charts_owners` (@betodealmeida)
- [#25707](https://github.com/apache/superset/pull/25707) fix(table chart): Show Cell Bars correctly #25625 (@SA-Ark)
- [#25429](https://github.com/apache/superset/pull/25429) fix: the temporal x-axis results in a none time_range. (@mapledan)
- [#25853](https://github.com/apache/superset/pull/25853) fix: Fires onChange when clearing all values of single select (@michael-s-molina)
- [#25814](https://github.com/apache/superset/pull/25814) fix(sqllab): infinite fetching status after results are landed (@justinpark)
- [#25768](https://github.com/apache/superset/pull/25768) fix(SQL field in edit dataset modal): display full sql query (@rtexelm)
- [#25804](https://github.com/apache/superset/pull/25804) fix: Resolve issue #24195 (@john-bodley)
- [#25801](https://github.com/apache/superset/pull/25801) fix: Revert "fix: Apply normalization to all dttm columns (#25147)" (@john-bodley)
- [#25779](https://github.com/apache/superset/pull/25779) fix: DB-specific quoting in Jinja macro (@betodealmeida)
- [#25640](https://github.com/apache/superset/pull/25640) fix: allow for backward compatible errors (@eschutho)
- [#25741](https://github.com/apache/superset/pull/25741) fix(sqllab): slow pop datasource query (@justinpark)
- [#25756](https://github.com/apache/superset/pull/25756) fix: dataset update uniqueness (@betodealmeida)
- [#25753](https://github.com/apache/superset/pull/25753) fix: Revert "fix(Charts): Set max row limit + removed the option to use an empty row limit value" (@geido)
- [#25732](https://github.com/apache/superset/pull/25732) fix(horizontal filter label): show full tooltip with ellipsis (@rtexelm)
- [#25712](https://github.com/apache/superset/pull/25712) fix: bump to FAB 4.3.9 remove CSP exception (@dpgaspar)
- [#24709](https://github.com/apache/superset/pull/24709) fix(chore): dashboard requests to database equal the number of slices it has (@Always-prog)
- [#25679](https://github.com/apache/superset/pull/25679) fix: remove unnecessary redirect (@Khrol)
- [#25680](https://github.com/apache/superset/pull/25680) fix(sqllab): reinstate "Force trino client async execution" (@giftig)
- [#25657](https://github.com/apache/superset/pull/25657) fix(dremio): Fixes issue with Dremio SQL generation for Charts with Series Limit (@OskarNS)
- [#23638](https://github.com/apache/superset/pull/23638) fix: warning of nth-child (@justinpark)
- [#25658](https://github.com/apache/superset/pull/25658) fix: improve upload ZIP file validation (@dpgaspar)
- [#25495](https://github.com/apache/superset/pull/25495) fix(header navlinks): link navlinks to path prefix (@fisjac)
- [#25112](https://github.com/apache/superset/pull/25112) fix: permalink save/overwrites in explore (@hughhhh)
- [#25493](https://github.com/apache/superset/pull/25493) fix(import): Make sure query context is overwritten for overwriting imports (@jfrag1)
- [#25553](https://github.com/apache/superset/pull/25553) fix: avoid 500 errors with SQLLAB_BACKEND_PERSISTENCE (@Khrol)
- [#25626](https://github.com/apache/superset/pull/25626) fix(sqllab): template validation error within comments (@justinpark)
- [#25523](https://github.com/apache/superset/pull/25523) fix(sqllab): Mistitled for new tab after rename (@justinpark)

**Others**

- [#25995](https://github.com/apache/superset/pull/25995) chore: Optimize fetching samples logic (@john-bodley)
- [#23619](https://github.com/apache/superset/pull/23619) chore(colors): Updating Airbnb brand colors (@john-bodley)

### 3.0.1 (Tue Oct 13 10:32:21 2023 -0700)

**Database Migrations**
Expand Down
Loading
Loading