Skip to content

Commit c3308f4

Browse files
committed
chore: update changelog for 6.0.0rc3
1 parent 9cfd35d commit c3308f4

1 file changed

Lines changed: 133 additions & 2 deletions

File tree

CHANGELOG/6.0.0.md

Lines changed: 133 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ under the License.
1919

2020
## Change Log
2121

22-
### 6.0 (Mon Sep 22 12:40:16 2025 -0400)
22+
### 6.0 (Wed Nov 19 15:17:58 2025 -0500)
2323

2424
**Database Migrations**
2525

@@ -158,7 +158,6 @@ under the License.
158158
- [#32721](https://github.com/apache/superset/pull/32721) feat(FormModal): Specialized Modal component for forms (@alexandrusoare)
159159
- [#32735](https://github.com/apache/superset/pull/32735) feat(embedded): Force a specific referrerPolicy for the iframe request (@Vitor-Avila)
160160
- [#32731](https://github.com/apache/superset/pull/32731) feat(where_in): Support returning None if filter_values return None (@Vitor-Avila)
161-
- [#32702](https://github.com/apache/superset/pull/32702) feat(file uploads): List only allowed schemas in the file uploads dialog (@Vitor-Avila)
162161
- [#32670](https://github.com/apache/superset/pull/32670) feat: Implement sparse import for ImportAssetsCommand (@withnale)
163162
- [#32682](https://github.com/apache/superset/pull/32682) feat(docs): Adding Kapa.ai integration (@rusackas)
164163
- [#32662](https://github.com/apache/superset/pull/32662) feat: add a note to install cors-related dependency when using ENABLE_CORS (@mistercrunch)
@@ -188,6 +187,133 @@ under the License.
188187

189188
**Fixes**
190189

190+
- [#36011](https://github.com/apache/superset/pull/36011) fix(dashboard): ensure charts re-render when visibility state changes (@richardfogaca)
191+
- [#36166](https://github.com/apache/superset/pull/36166) fix(datasets): prevent viewport overflow in dataset creation page (@EnxDev)
192+
- [#36123](https://github.com/apache/superset/pull/36123) fix: role list edit modal height (@SBIN2010)
193+
- [#36109](https://github.com/apache/superset/pull/36109) fix(cache): apply dashboard filters to non-legacy visualizations in w… (@richardfogaca)
194+
- [#36122](https://github.com/apache/superset/pull/36122) fix: 'save and go to dashboard' option was disabled after changing the chart type (@richardfogaca)
195+
- [#34055](https://github.com/apache/superset/pull/34055) fix(translations): Fix Russian translations for EmptyState (@PolinaFam)
196+
- [#36075](https://github.com/apache/superset/pull/36075) fix(tags): ensure tag creation is compatible with MySQL by avoiding Markup objects (@ysinghc)
197+
- [#35890](https://github.com/apache/superset/pull/35890) fix(datasets): prevent double time filter application in virtual datasets (@betodealmeida)
198+
- [#36120](https://github.com/apache/superset/pull/36120) fix(navbar): some styling + components inconsistencies (@gabotorresruiz)
199+
- [#35919](https://github.com/apache/superset/pull/35919) fix(dashboard): ensure world map chart uses correct country code format in crossfilter (@yong1le)
200+
- [#35998](https://github.com/apache/superset/pull/35998) fix: fix crossfilter persisting after removal (@LevisNgigi)
201+
- [#36101](https://github.com/apache/superset/pull/36101) fix: opacity color formating (@SBIN2010)
202+
- [#35968](https://github.com/apache/superset/pull/35968) fix(table-chart): fix missing table header IDs (@sadpandajoe)
203+
- [#35817](https://github.com/apache/superset/pull/35817) fix: save button was enabled even no changes were made to the dashboard (@richardfogaca)
204+
- [#35693](https://github.com/apache/superset/pull/35693) fix(histogram): add NULL handling for histogram (@janani-gurram)
205+
- [#36061](https://github.com/apache/superset/pull/36061) fix: RLS in virtual datasets (@betodealmeida)
206+
- [#35986](https://github.com/apache/superset/pull/35986) fix(ace-editor-popover): main AntD popover closes when clicking autocomplete suggestions in Ace Editor (@EnxDev)
207+
- [#36077](https://github.com/apache/superset/pull/36077) fix(chart): align legend with chart grid in List mode for Top/Bottom orientations (@richardfogaca)
208+
- [#35834](https://github.com/apache/superset/pull/35834) fix(dashboard): prevent tab content cutoff and excessive whitespace in empty tabs (@richardfogaca)
209+
- [#35265](https://github.com/apache/superset/pull/35265) fix(dashboard): refresh tabs as they load when dashboard is refreshed (@msyavuz)
210+
- [#35937](https://github.com/apache/superset/pull/35937) fix(explore): re-apply filters when 'Group remaining as Others' is enabled (@richardfogaca)
211+
- [#36096](https://github.com/apache/superset/pull/36096) fix: Use singlestoredb dialect for sqlglot (@Vitor-Avila)
212+
- [#36091](https://github.com/apache/superset/pull/36091) fix(navbar): Minor fixes in navbar spacings (@gabotorresruiz)
213+
- [#35553](https://github.com/apache/superset/pull/35553) fix(sql): quote column names with spaces to prevent SQLGlot parsing errors (@msyavuz)
214+
- [#35984](https://github.com/apache/superset/pull/35984) fix: fix tabs overflow in dashboards (@LevisNgigi)
215+
- [#35886](https://github.com/apache/superset/pull/35886) fix(dashboard): dashboard filter was incorrectly showing as out of scope (@richardfogaca)
216+
- [#36036](https://github.com/apache/superset/pull/36036) fix(dashboard): align filter bar elements vertically in horizontal mode (@richardfogaca)
217+
- [#35992](https://github.com/apache/superset/pull/35992) fix(sqllab): prevent unwanted tab switching when autocompleting table names on SQL Lab (@richardfogaca)
218+
- [#35866](https://github.com/apache/superset/pull/35866) fix: saved query preview modal not highlighting active rows (@richardfogaca)
219+
- [#35889](https://github.com/apache/superset/pull/35889) fix(permalink): exclude edit mode from dashboard permalink (@msyavuz)
220+
- [#35969](https://github.com/apache/superset/pull/35969) fix(explore): show validation errors in View Query modal (@sadpandajoe)
221+
- [#36051](https://github.com/apache/superset/pull/36051) fix: Flakiness around scrolling during taking tiled screenshots with Playwright (@kgabryje)
222+
- [#36039](https://github.com/apache/superset/pull/36039) fix(date_parser): add check for time range timeshifts (@msyavuz)
223+
- [#35800](https://github.com/apache/superset/pull/35800) fix(reports): improve error handling for report schedule execution (@eschutho)
224+
- [#35152](https://github.com/apache/superset/pull/35152) fix(filters): preserve backend metric-based sorting (@eschutho)
225+
- [#33677](https://github.com/apache/superset/pull/33677) fix(echarts): Series style hidden for line charts (@vedantprajapati)
226+
- [#36027](https://github.com/apache/superset/pull/36027) fix: Ensure that Playwright tile height is always positive (@kgabryje)
227+
- [#33791](https://github.com/apache/superset/pull/33791) fix(Context-Menu): Fixing Context Menu for Table Chart with Html Content (@amaannawab923)
228+
- [#36010](https://github.com/apache/superset/pull/36010) fix(UI): spacings + UI fixes (@gabotorresruiz)
229+
- [#35303](https://github.com/apache/superset/pull/35303) fix(SelectFilterPlugin): clear all clears all filters including dependent ones (@msyavuz)
230+
- [#35931](https://github.com/apache/superset/pull/35931) fix(view-in-sqllab): unable to open virtual dataset after discarding chart edits (@EnxDev)
231+
- [#33392](https://github.com/apache/superset/pull/33392) fix(chart list): Facepile shows correct users when saving chart properties (@ethan-l-geotab)
232+
- [#35916](https://github.com/apache/superset/pull/35916) fix(DatabaseModal): prevent errors when pasting text into supported database select (@EnxDev)
233+
- [#35888](https://github.com/apache/superset/pull/35888) fix(explore): Overwriting a chart updates the form_data_key (@msyavuz)
234+
- [#35619](https://github.com/apache/superset/pull/35619) fix(TimeTable): Match calculations between filtered and non filtered states (@msyavuz)
235+
- [#35488](https://github.com/apache/superset/pull/35488) fix(dashboard): fix dataset search in filter config modal (@rebenitez1802)
236+
- [#35790](https://github.com/apache/superset/pull/35790) fix(DatasourceEditor): preserve calculated column order when editing sql (@msyavuz)
237+
- [#35917](https://github.com/apache/superset/pull/35917) fix(sqllab): align refresh buttons with select input fields (@richardfogaca)
238+
- [#35898](https://github.com/apache/superset/pull/35898) fix(explore): formatting the SQL in "View Query" pop-up doesn't format (@sadpandajoe)
239+
- [#35848](https://github.com/apache/superset/pull/35848) fix(db2): update time grain expressions for DAY to use DATE function (@ysinghc)
240+
- [#35912](https://github.com/apache/superset/pull/35912) fix: set pandas 2.1 as requirement (@villebro)
241+
- [#35885](https://github.com/apache/superset/pull/35885) fix: displaying cell bars in table (@SBIN2010)
242+
- [#35587](https://github.com/apache/superset/pull/35587) fix: add utc=True to pd.to_datetime for timezone-aware datetimes (@aminghadersohi)
243+
- [#35807](https://github.com/apache/superset/pull/35807) fix(reports): Add celery task execution ID to email notification logs (@eschutho)
244+
- [#35826](https://github.com/apache/superset/pull/35826) fix(echarts): fix time shift color matching functionality (@msyavuz)
245+
- [#35750](https://github.com/apache/superset/pull/35750) fix: update Russian translations (@innovark37)
246+
- [#35821](https://github.com/apache/superset/pull/35821) fix(theme): add fontWeightStrong to allowedAntdTokens to fix bold markdown rendering (@sadpandajoe)
247+
- [#35118](https://github.com/apache/superset/pull/35118) fix(sqllab): Fix CSV export button href in SQL Lab when application root is defined (@martyngigg)
248+
- [#35601](https://github.com/apache/superset/pull/35601) fix(SqlLab): South pane visual changes (@msyavuz)
249+
- [#35317](https://github.com/apache/superset/pull/35317) fix(native-filters): prevent circular dependencies and improve dependency handling (@ngokturkkarli)
250+
- [#35289](https://github.com/apache/superset/pull/35289) fix(database-modal): fix issue where commas could not be typed into DB configuration. (@LevisNgigi)
251+
- [#35771](https://github.com/apache/superset/pull/35771) fix: unpin holidays and prophet (@dpgaspar)
252+
- [#35808](https://github.com/apache/superset/pull/35808) fix(dashboard): handle invalid thumbnail BytesIO objects gracefully (@eschutho)
253+
- [#35622](https://github.com/apache/superset/pull/35622) fix(alerts): improve Slack API rate limiting for large workspaces (@marcosmamorim)
254+
- [#35605](https://github.com/apache/superset/pull/35605) fix(ag-grid): fix conditional formatting theme colors and module extensibility (@gabotorresruiz)
255+
- [#35799](https://github.com/apache/superset/pull/35799) fix: edit dataset modal visual fixes (@richardfogaca)
256+
- [#35794](https://github.com/apache/superset/pull/35794) fix(ThemeController): replace fetch with SupersetClient for proper auth (@msyavuz)
257+
- [#35454](https://github.com/apache/superset/pull/35454) fix(security): Add active property to guest user (@msyavuz)
258+
- [#35724](https://github.com/apache/superset/pull/35724) fix(Actions): Improper spacing (@geido)
259+
- [#35484](https://github.com/apache/superset/pull/35484) fix(playwright): Download dashboard correctly (@tahvane1)
260+
- [#35694](https://github.com/apache/superset/pull/35694) fix(charts): update axis title labels to sentence case (@yousoph)
261+
- [#35345](https://github.com/apache/superset/pull/35345) fix(auth): redirect anonymous attempts to view dashboard with next (@sfirke)
262+
- [#35669](https://github.com/apache/superset/pull/35669) fix(dataset): render default URL description properly in settings (@betodealmeida)
263+
- [#35558](https://github.com/apache/superset/pull/35558) fix(theme-crud): enable overwrite confirmation UI for theme imports (@gabotorresruiz)
264+
- [#35648](https://github.com/apache/superset/pull/35648) fix(table-chart): fix page size label visibility and improve header control wrapping (@gabotorresruiz)
265+
- [#35651](https://github.com/apache/superset/pull/35651) fix(theme): align "Clear local theme" option with other theme menu items (@rebenitez1802)
266+
- [#35595](https://github.com/apache/superset/pull/35595) fix: Log Celery task failures with a signal handler (@eschutho)
267+
- [#35529](https://github.com/apache/superset/pull/35529) fix(d3-format): call setupFormatters synchronously to apply D3 format… (@innovark37)
268+
- [#35537](https://github.com/apache/superset/pull/35537) fix(deckgl): scatterplot fix categorical color (@DamianPendrak)
269+
- [#35592](https://github.com/apache/superset/pull/35592) fix(alerts): log execution_id instead of report schedule name in query timing (@eschutho)
270+
- [#35338](https://github.com/apache/superset/pull/35338) fix(tables): Dark mode scrollbar styles for webkit (@msyavuz)
271+
- [#35572](https://github.com/apache/superset/pull/35572) fix(Alerts): Correct icon sizes (@msyavuz)
272+
- [#35543](https://github.com/apache/superset/pull/35543) fix: dataset update with invalid SQL query (@dpgaspar)
273+
- [#35123](https://github.com/apache/superset/pull/35123) fix(charts): fix legend theming and hollow symbols in dark mode (@gabotorresruiz)
274+
- [#35527](https://github.com/apache/superset/pull/35527) fix(chart): Fixes BigNumber gradient appearing blackish in light mode (@rebenitez1802)
275+
- [#35491](https://github.com/apache/superset/pull/35491) fix(explore): Include chart canvases in the screenshot (@msyavuz)
276+
- [#35523](https://github.com/apache/superset/pull/35523) fix: update chart with dashboards validation (@dpgaspar)
277+
- [#35504](https://github.com/apache/superset/pull/35504) fix(webdriver): add missing options object to WebDriver initialization (@aminghadersohi)
278+
- [#35508](https://github.com/apache/superset/pull/35508) fix: Support metric macro for embedded users (@Vitor-Avila)
279+
- [#35489](https://github.com/apache/superset/pull/35489) fix(explore): correct search icon in dashboard submenu (@rebenitez1802)
280+
- [#35487](https://github.com/apache/superset/pull/35487) fix(Select): Prevent closing the select when clicking on a tag (@msyavuz)
281+
- [#35129](https://github.com/apache/superset/pull/35129) fix(loading): improve loading screen theming for dark mode support (@eschutho)
282+
- [#35290](https://github.com/apache/superset/pull/35290) fix(security-manager): switch from deprecated get_session to session attribute (@tuantran0910)
283+
- [#35482](https://github.com/apache/superset/pull/35482) fix(sqlglot): adhoc expressions (@betodealmeida)
284+
- [#35339](https://github.com/apache/superset/pull/35339) fix(dashboard): Navigate to new dashboard when saved as a new one (@msyavuz)
285+
- [#35321](https://github.com/apache/superset/pull/35321) fix(theming): CRUD view padding (@msyavuz)
286+
- [#35453](https://github.com/apache/superset/pull/35453) fix(ag-grid-table): remove enterprise features to use community version (@amaannawab923)
287+
- [#35419](https://github.com/apache/superset/pull/35419) fix(cache): ensure SQL is sanitized before cache key generation (@betodealmeida)
288+
- [#35451](https://github.com/apache/superset/pull/35451) fix(pinot): more functions (@betodealmeida)
289+
- [#35336](https://github.com/apache/superset/pull/35336) fix(dashboard): exit markdown edit mode when clicking outside of element (@gabotorresruiz)
290+
- [#35277](https://github.com/apache/superset/pull/35277) fix(dataset): sort by database in Dataset and Saved queries Issue (@rebenitez1802)
291+
- [#35427](https://github.com/apache/superset/pull/35427) fix(pinot): `SUBSTR` function (@betodealmeida)
292+
- [#35426](https://github.com/apache/superset/pull/35426) fix(pinot): `DATE_SUB` function (@betodealmeida)
293+
- [#35452](https://github.com/apache/superset/pull/35452) fix(slice): Fix using isdigit when id passed as int (@Antonio-RiveroMartnez)
294+
- [#35424](https://github.com/apache/superset/pull/35424) fix(pinot): `DATE_ADD` function (@betodealmeida)
295+
- [#35420](https://github.com/apache/superset/pull/35420) fix(pinot): dialect date truncation (@betodealmeida)
296+
- [#35350](https://github.com/apache/superset/pull/35350) fix: table quoting in DBs with `supports_cross_catalog_queries=True` (@betodealmeida)
297+
- [#35307](https://github.com/apache/superset/pull/35307) fix(explore): close unsaved changes modal when discarding changes (@rebenitez1802)
298+
- [#35341](https://github.com/apache/superset/pull/35341) fix(SqlLab): Hit tableschemaview with a valid queryEditorId (@geido)
299+
- [#35337](https://github.com/apache/superset/pull/35337) fix(pinot): restrict types in dialect (@betodealmeida)
300+
- [#35342](https://github.com/apache/superset/pull/35342) fix: adhoc orderby in explore (@betodealmeida)
301+
- [#35333](https://github.com/apache/superset/pull/35333) fix: sqlglot dialect for Pinot (@betodealmeida)
302+
- [#35332](https://github.com/apache/superset/pull/35332) fix(doris): Don't set supports_cross_catalog_queries to true (@msyavuz)
303+
- [#35316](https://github.com/apache/superset/pull/35316) fix: AceEditor Autocomplete Highlight (@geido)
304+
- [#35256](https://github.com/apache/superset/pull/35256) fix(DatasourceModal): replace imperative modal updates with declarative state (@eschutho)
305+
- [#35309](https://github.com/apache/superset/pull/35309) fix(sqllab): fix blank bottom section in SQL Lab left panel (@gabotorresruiz)
306+
- [#35292](https://github.com/apache/superset/pull/35292) fix(DateFilterControl): remove modal overlay style to fix z-index issues (@msyavuz)
307+
- [#35274](https://github.com/apache/superset/pull/35274) fix(table): New ad-hoc columns retain the name of previous columns (@SBIN2010)
308+
- [#35122](https://github.com/apache/superset/pull/35122) fix: Cosmetic issues (@geido)
309+
- [#35213](https://github.com/apache/superset/pull/35213) fix(BuilderComponentPane): navigation tabs padding (@msyavuz)
310+
- [#35033](https://github.com/apache/superset/pull/35033) fix(deck.gl): ensure min/max values are included in polygon map legend breakpoints (@giuliosmall)
311+
- [#35216](https://github.com/apache/superset/pull/35216) fix(SQL Lab): syncTable on new tabs (@betodealmeida)
312+
- [#35224](https://github.com/apache/superset/pull/35224) fix(Mixed Chart): Tooltip incorrectly displays numbers with optional Y-axis format and showQueryIdentifiers set to true (@SBIN2010)
313+
- [#35199](https://github.com/apache/superset/pull/35199) fix(dashboard): update header border to use colorBorder token (@eschutho)
314+
- [#35243](https://github.com/apache/superset/pull/35243) fix(ConditionalFormattingControl): icon color in dark mode (@msyavuz)
315+
- [#35211](https://github.com/apache/superset/pull/35211) fix(table-chart): fix cell bar visibility in dark theme (@LevisNgigi)
316+
- [#35219](https://github.com/apache/superset/pull/35219) fix: defensive code to avoid accesing attribute of a NoneType object (@gabotorresruiz)
191317
- [#35212](https://github.com/apache/superset/pull/35212) fix(SQLPopover): Use correct component (@msyavuz)
192318
- [#35179](https://github.com/apache/superset/pull/35179) fix: bug in tooltip timeseries chart in calculated total with annotation layer (@SBIN2010)
193319
- [#34999](https://github.com/apache/superset/pull/34999) fix: Bump pandas to 2.1.4 for python 3.12 (@rad-pat)
@@ -483,6 +609,11 @@ under the License.
483609

484610
**Others**
485611

612+
- [#36171](https://github.com/apache/superset/pull/36171) chore: bump duckdb et al. (@betodealmeida)
613+
- [#36177](https://github.com/apache/superset/pull/36177) chore(docs): config Kapa to use logo from the repo (@rusackas)
614+
- [#35918](https://github.com/apache/superset/pull/35918) test(useThemeMenuItems): fix race conditions by awaiting all userEvent calls (@sadpandajoe)
615+
- [#35895](https://github.com/apache/superset/pull/35895) chore: bump shillelagh to 1.4.3 (@betodealmeida)
616+
- [#35809](https://github.com/apache/superset/pull/35809) docs(db_engine_specs): restructure feature table for GitHub rendering (@sadpandajoe)
486617
- [#35176](https://github.com/apache/superset/pull/35176) chore: bump sqlglot to 27.15.2 (@betodealmeida)
487618
- [#34838](https://github.com/apache/superset/pull/34838) chore: bump FAB to 4.8.1 (@dpgaspar)
488619
- [#34800](https://github.com/apache/superset/pull/34800) chore: Add instruction for LLMs to use antd theme tokens (@kgabryje)

0 commit comments

Comments
 (0)