Skip to content

Commit 6a1c30e

Browse files
committed
chore: update changelog for 6.0.0rc4
1 parent e763c96 commit 6a1c30e

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

CHANGELOG/6.0.0.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ under the License.
1919

2020
## Change Log
2121

22-
### 6.0 (Wed Nov 19 15:17:58 2025 -0500)
22+
### 6.0 (Wed Dec 3 12:48:34 2025 -0300)
2323

2424
**Database Migrations**
2525

@@ -187,6 +187,18 @@ under the License.
187187

188188
**Fixes**
189189

190+
- [#36359](https://github.com/apache/superset/pull/36359) fix(SQLLab): most recent queries at the top in Query History without refreshing the page (@FelipeGLopez)
191+
- [#36382](https://github.com/apache/superset/pull/36382) fix: `is_column_reference` check (@betodealmeida)
192+
- [#36289](https://github.com/apache/superset/pull/36289) fix(controlPanel): add integer validation for rows per page setting (@ompharate)
193+
- [#36269](https://github.com/apache/superset/pull/36269) fix(log): remove unwanted info from logs REST API (@dpgaspar)
194+
- [#36266](https://github.com/apache/superset/pull/36266) fix: remove unwanted info from tags REST API (@dpgaspar)
195+
- [#36134](https://github.com/apache/superset/pull/36134) fix: Columns bleeding into other cells (@EnxDev)
196+
- [#36190](https://github.com/apache/superset/pull/36190) fix: Table chart types headers are offset from the columns in the table (@EnxDev)
197+
- [#36133](https://github.com/apache/superset/pull/36133) fix: Extra controls width for Area Chart on dashboards (@EnxDev)
198+
- [#36126](https://github.com/apache/superset/pull/36126) fix(screenshots): Only cache thumbnails when image generation succeeds (@eschutho)
199+
- [#36215](https://github.com/apache/superset/pull/36215) fix: adhoc column quoting (@betodealmeida)
200+
- [#36222](https://github.com/apache/superset/pull/36222) fix(sqllab): validate results backend writes and enhance 410 diagnostics (@dpgaspar)
201+
- [#36167](https://github.com/apache/superset/pull/36167) fix(dashboard): adjust vertical spacing for numerical range filter to prevent overlaps (@EnxDev)
190202
- [#36011](https://github.com/apache/superset/pull/36011) fix(dashboard): ensure charts re-render when visibility state changes (@richardfogaca)
191203
- [#36166](https://github.com/apache/superset/pull/36166) fix(datasets): prevent viewport overflow in dataset creation page (@EnxDev)
192204
- [#36123](https://github.com/apache/superset/pull/36123) fix: role list edit modal height (@SBIN2010)
@@ -266,6 +278,7 @@ under the License.
266278
- [#35595](https://github.com/apache/superset/pull/35595) fix: Log Celery task failures with a signal handler (@eschutho)
267279
- [#35529](https://github.com/apache/superset/pull/35529) fix(d3-format): call setupFormatters synchronously to apply D3 format… (@innovark37)
268280
- [#35537](https://github.com/apache/superset/pull/35537) fix(deckgl): scatterplot fix categorical color (@DamianPendrak)
281+
- [#35586](https://github.com/apache/superset/pull/35586) fix(csv upload): Correctly casting to string numbers with floating points (e+) (@luizotavio32)
269282
- [#35592](https://github.com/apache/superset/pull/35592) fix(alerts): log execution_id instead of report schedule name in query timing (@eschutho)
270283
- [#35338](https://github.com/apache/superset/pull/35338) fix(tables): Dark mode scrollbar styles for webkit (@msyavuz)
271284
- [#35572](https://github.com/apache/superset/pull/35572) fix(Alerts): Correct icon sizes (@msyavuz)
@@ -339,10 +352,12 @@ under the License.
339352
- [#34558](https://github.com/apache/superset/pull/34558) fix(Table Chart): render null dates properly (@nicob3y)
340353
- [#35064](https://github.com/apache/superset/pull/35064) fix(table): table search input placeholder (@SBIN2010)
341354
- [#35007](https://github.com/apache/superset/pull/35007) fix(tests): one of integration test in TestSqlaTableModel does not support MySQL "concat" (@catpineapple)
355+
- [#34763](https://github.com/apache/superset/pull/34763) fix: Upload CSV as Dataset (@luizotavio32)
342356
- [#35001](https://github.com/apache/superset/pull/35001) fix(dashboard): normalize spacings and background colors (@gabotorresruiz)
343357
- [#34828](https://github.com/apache/superset/pull/34828) fix(theming): Icons in ExecutionLogList and Country map chart tooltip theme consistency (@rebenitez1802)
344358
- [#35036](https://github.com/apache/superset/pull/35036) fix: mixed timeseries chart add legend margin (@SBIN2010)
345359
- [#34973](https://github.com/apache/superset/pull/34973) fix(chart): change "No query." to "Query cannot be loaded" in Multi Layer Deck.gl Chart (@DamianPendrak)
360+
- [#35022](https://github.com/apache/superset/pull/35022) fix(echarts): rename time series shifted for isTimeComparisonValue (@justinpark)
346361
- [#35005](https://github.com/apache/superset/pull/35005) fix: display legend mixed timeseries chart (@SBIN2010)
347362
- [#34662](https://github.com/apache/superset/pull/34662) fix(sql): Add Impala dialect support to sqlglot parser (@rusackas)
348363
- [#34987](https://github.com/apache/superset/pull/34987) fix(theming): more visual bugs (@msyavuz)
@@ -383,6 +398,8 @@ under the License.
383398
- [#34798](https://github.com/apache/superset/pull/34798) fix: Unexpected overflow ellipsis dots after status icon in Dashboard list (@kgabryje)
384399
- [#34815](https://github.com/apache/superset/pull/34815) fix(echarts): Series labels hard to read in dark mode (@kgabryje)
385400
- [#34809](https://github.com/apache/superset/pull/34809) fix(Icons): Add missing data-test and aria-label attributes to custom icons (@sadpandajoe)
401+
- [#34802](https://github.com/apache/superset/pull/34802) fix: User-provided Jinja template parameters causing SQL parsing errors (@michael-s-molina)
402+
- [#34808](https://github.com/apache/superset/pull/34808) fix: customize column description limit size in db_engine_spec (@justinpark)
386403
- [#34790](https://github.com/apache/superset/pull/34790) fix(DetailsPanel): Applied filters colors (@msyavuz)
387404
- [#34812](https://github.com/apache/superset/pull/34812) fix(native-filters): Low contrast of empty state in dark mode (@kgabryje)
388405
- [#34811](https://github.com/apache/superset/pull/34811) fix: Low contrast in viz creator selected tag in dark mode (@kgabryje)
@@ -412,6 +429,7 @@ under the License.
412429
- [#34654](https://github.com/apache/superset/pull/34654) fix: centralize cache timeout -1 logic to prevent caching (@dpgaspar)
413430
- [#34686](https://github.com/apache/superset/pull/34686) fix(ag-grid): Fix broken string column filters in AG Grid Table V2 (@amaannawab923)
414431
- [#34418](https://github.com/apache/superset/pull/34418) fix(dashboard): update cross filter scoping chart id references during dashboard import (@trentontrees)
432+
- [#34709](https://github.com/apache/superset/pull/34709) fix: Timeseries annotation layers (@michael-s-molina)
415433
- [#34690](https://github.com/apache/superset/pull/34690) fix(deck.gl): add webpack rule to define module global for deck.gl charts (@richardfogaca)
416434
- [#34698](https://github.com/apache/superset/pull/34698) fix: Invalid error tooltip if control label is function (@kgabryje)
417435
- [#34671](https://github.com/apache/superset/pull/34671) fix: Bar chart crash when switching from Big Number (@kgabryje)
@@ -441,13 +459,19 @@ under the License.
441459
- [#34239](https://github.com/apache/superset/pull/34239) fix(Heatmap): addin x axis label rotation (@SBIN2010)
442460
- [#34598](https://github.com/apache/superset/pull/34598) fix(db_engine_specs): generate correct boolean filter SQL syntax for Athena compatibility (@oscep)
443461
- [#34582](https://github.com/apache/superset/pull/34582) fix(Timeshift): Determine temporal column correctly (@msyavuz)
462+
- [#34580](https://github.com/apache/superset/pull/34580) fix(echart): broken aggregator due to bigint value (@justinpark)
463+
- [#34569](https://github.com/apache/superset/pull/34569) fix: navigate to SQL Lab due to router api updates (@justinpark)
444464
- [#34175](https://github.com/apache/superset/pull/34175) fix(Table chart): fix percentage metric column (@LevisNgigi)
465+
- [#34541](https://github.com/apache/superset/pull/34541) fix(echarts): rename time series shifted without dimensions (@justinpark)
445466
- [#34508](https://github.com/apache/superset/pull/34508) fix: update copy text for better capitalization and abbreviation standards (@yousoph)
467+
- [#34556](https://github.com/apache/superset/pull/34556) fix(table chart): render bigint value in a raw mode (@justinpark)
446468
- [#34507](https://github.com/apache/superset/pull/34507) fix(theming): More theming bugs/regressions (@msyavuz)
447469
- [#34545](https://github.com/apache/superset/pull/34545) fix: Avoid null `scrollLeft` in `VirtualTable` (@Vitor-Avila)
448470
- [#34528](https://github.com/apache/superset/pull/34528) fix(explore): Fix missing await for async buildV1ChartDataPayload calls (@mistercrunch)
471+
- [#34539](https://github.com/apache/superset/pull/34539) fix(native filters): throws an error when a chart containing a bigint value (@justinpark)
449472
- [#34512](https://github.com/apache/superset/pull/34512) fix(sqllab): prevent strings with angle brackets from being hidden (@rusackas)
450473
- [#34520](https://github.com/apache/superset/pull/34520) fix: docs eslint command (@villebro)
474+
- [#34516](https://github.com/apache/superset/pull/34516) fix(echart): initial chart animation (@justinpark)
451475
- [#34438](https://github.com/apache/superset/pull/34438) fix: Update table chart configuration labels to sentence case (@yousoph)
452476
- [#34435](https://github.com/apache/superset/pull/34435) fix(pie chart): Total now positioned correctly with all Legend positions, and respects theming (@rusackas)
453477
- [#34436](https://github.com/apache/superset/pull/34436) fix(echarts): resolve bar chart X-axis time formatting stuck on adaptive (@rusackas)
@@ -456,6 +480,7 @@ under the License.
456480
- [#34137](https://github.com/apache/superset/pull/34137) fix(dashboard): adds dependent filter select first value fixes (@ObservabilityTeam)
457481
- [#34433](https://github.com/apache/superset/pull/34433) fix(migrations): prevent theme seeding before themes table exists (@mistercrunch)
458482
- [#34412](https://github.com/apache/superset/pull/34412) fix: prevent anonymous code in Postgres (@betodealmeida)
483+
- [#34411](https://github.com/apache/superset/pull/34411) fix(sqllab): access legacy kv record (@justinpark)
459484
- [#31495](https://github.com/apache/superset/pull/31495) fix(sunburst): Fix sunburst chart cross-filter logic (@gerbermichi)
460485
- [#34389](https://github.com/apache/superset/pull/34389) fix(theme-list): reorder buttons to place import leftmost (@mistercrunch)
461486
- [#34178](https://github.com/apache/superset/pull/34178) fix: Console errors from various sources (@msyavuz)
@@ -467,6 +492,7 @@ under the License.
467492
- [#34374](https://github.com/apache/superset/pull/34374) fix: subquery alias in RLS (@betodealmeida)
468493
- [#34351](https://github.com/apache/superset/pull/34351) fix(PivotTable): Render html in cells if allowRenderHtml is true (@msyavuz)
469494
- [#34318](https://github.com/apache/superset/pull/34318) fix(NavBar): Add brand text back (@geido)
495+
- [#34315](https://github.com/apache/superset/pull/34315) fix: Charts list is displaying empty dataset names when there's no schema (@michael-s-molina)
470496
- [#34268](https://github.com/apache/superset/pull/34268) fix(cartodiagram): add missing locales for rendering echarts (@jansule)
471497
- [#34305](https://github.com/apache/superset/pull/34305) fix(npm): more reliable execution of `npm run update-maps` (@rusackas)
472498
- [#34300](https://github.com/apache/superset/pull/34300) fix: preserve correct column order when table layout is changed with time comparison enabled (@payose)
@@ -477,12 +503,15 @@ under the License.
477503
- [#34293](https://github.com/apache/superset/pull/34293) fix: Hide View in SQL Lab for users without access (@Vitor-Avila)
478504
- [#34233](https://github.com/apache/superset/pull/34233) fix(chart-download): ensure full table or handlebar chart is captured in image export (@fardin-developer)
479505
- [#34213](https://github.com/apache/superset/pull/34213) fix(charting): correctly categorize numeric columns with NULL values (@LisaHusband)
506+
- [#34289](https://github.com/apache/superset/pull/34289) fix: Saved queries list break if one query can't be parsed (@michael-s-molina)
480507
- [#34235](https://github.com/apache/superset/pull/34235) fix(sqllab_export): manually encode CSV output to support utf-8-sig (@Habeeb556)
481508
- [#34275](https://github.com/apache/superset/pull/34275) fix: fix the pre-commit hook for tsc (@mistercrunch)
482509
- [#34244](https://github.com/apache/superset/pull/34244) fix(deckgl): fix deck.gl color breakpoints Control (@DamianPendrak)
510+
- [#34282](https://github.com/apache/superset/pull/34282) fix: Bulk select is not respecting the TAGGING_SYSTEM feature flag (@michael-s-molina)
483511
- [#34279](https://github.com/apache/superset/pull/34279) fix(theming): Visual regressions p2 (@msyavuz)
484512
- [#34253](https://github.com/apache/superset/pull/34253) fix(theming): Theming visual fixes (@msyavuz)
485513
- [#34272](https://github.com/apache/superset/pull/34272) fix: build issues on master with 'npm run dev' (@mistercrunch)
514+
- [#34261](https://github.com/apache/superset/pull/34261) fix: Matching errorType on superset api error with SupersetError (@justinpark)
486515
- [#34259](https://github.com/apache/superset/pull/34259) fix: Missing ownState and isCached props in Chart.jsx (@kgabryje)
487516
- [#34126](https://github.com/apache/superset/pull/34126) fix: database model Collapse state (@SBIN2010)
488517
- [#34193](https://github.com/apache/superset/pull/34193) fix: bug when updating dashboard (@SBIN2010)
@@ -493,6 +522,7 @@ under the License.
493522
- [#34218](https://github.com/apache/superset/pull/34218) fix(theming): Superset theme configurations correctly applying to charts (@gabotorresruiz)
494523
- [#34192](https://github.com/apache/superset/pull/34192) fix: dataset endpoint `/rowlevelsecurity/related/tables` doesn't apply filters as expected (@mistercrunch)
495524
- [#33450](https://github.com/apache/superset/pull/33450) fix(chart): update geographical info for latvia (@eriks47)
525+
- [#34129](https://github.com/apache/superset/pull/34129) fix(explore): Display missing dataset for denied access (@justinpark)
496526
- [#34188](https://github.com/apache/superset/pull/34188) fix(theming): Remove leftover antd5 prefix (@msyavuz)
497527
- [#34181](https://github.com/apache/superset/pull/34181) fix(sqllab): database ID (@betodealmeida)
498528
- [#34180](https://github.com/apache/superset/pull/34180) fix(databricks): string escaper (@betodealmeida)
@@ -516,6 +546,8 @@ under the License.
516546
- [#34080](https://github.com/apache/superset/pull/34080) fix: Support metric currency as dict during import (@Vitor-Avila)
517547
- [#34014](https://github.com/apache/superset/pull/34014) fix(Table): Allow timeshifts to be overriden (@msyavuz)
518548
- [#34066](https://github.com/apache/superset/pull/34066) fix(styles): Remove custom z-indexes (@msyavuz)
549+
- [#34074](https://github.com/apache/superset/pull/34074) fix: Annotation layer errors (@michael-s-molina)
550+
- [#34018](https://github.com/apache/superset/pull/34018) fix: Update spacing on echart legends (@sadpandajoe)
519551
- [#33954](https://github.com/apache/superset/pull/33954) fix(chart controls): remove duplicated descriptions for chart controls (@Quatters)
520552
- [#34031](https://github.com/apache/superset/pull/34031) fix(styling): various minor visual tweaks and adjustments (@mistercrunch)
521553
- [#33971](https://github.com/apache/superset/pull/33971) fix(dashboard): prevent crash on invalid CSS selectors in CSS templates (@HarshithGamini)
@@ -544,6 +576,7 @@ under the License.
544576
- [#33673](https://github.com/apache/superset/pull/33673) fix: clarify GUEST_TOKEN_JWT_AUDIENCE usage in the SDK (@schollz)
545577
- [#33694](https://github.com/apache/superset/pull/33694) fix(chart): set tab name as chart name (@anthonyhungnguyen)
546578
- [#33727](https://github.com/apache/superset/pull/33727) fix: typo in SQL dialect map (@betodealmeida)
579+
- [#33523](https://github.com/apache/superset/pull/33523) fix(dataset): prevent metric duplication error when editing SQL and adding metric (@jqqin)
547580
- [#33700](https://github.com/apache/superset/pull/33700) fix(compose): environment entries in compose*.yml override values in docker/.env (@denodo-research-labs)
548581
- [#33693](https://github.com/apache/superset/pull/33693) fix: Do not convert dataset changed_on to UTC (@Vitor-Avila)
549582
- [#33679](https://github.com/apache/superset/pull/33679) fix: optimize catalog permission sync when importing dashboards (@arafoperata)
@@ -593,6 +626,7 @@ under the License.
593626
- [#32726](https://github.com/apache/superset/pull/32726) fix(asf): moving notifications to the top of `.asf.yaml` (@rusackas)
594627
- [#32724](https://github.com/apache/superset/pull/32724) fix(docs): allow recaptcha in CSP (@rusackas)
595628
- [#32713](https://github.com/apache/superset/pull/32713) fix(docs): Fixes scrolling issue with AI widget on docs site (@rusackas)
629+
- [#32702](https://github.com/apache/superset/pull/32702) fix(file uploads): List only allowed schemas in the file uploads dialog (@Vitor-Avila)
596630
- [#32703](https://github.com/apache/superset/pull/32703) fix(repo): re-enable GitHub Discussions (@rusackas)
597631
- [#32704](https://github.com/apache/superset/pull/32704) fix(docs): poking a CSP hole for Kapa AI widget (@rusackas)
598632
- [#32571](https://github.com/apache/superset/pull/32571) fix(no-restricted-imports): Fix overrides and include no-fa-icons-usage (@geido)
@@ -754,6 +788,7 @@ under the License.
754788
- [#33982](https://github.com/apache/superset/pull/33982) chore(deps): bump antd from 5.25.1 to 5.26.3 in /docs (@dependabot[bot])
755789
- [#33967](https://github.com/apache/superset/pull/33967) chore: replace `querystring` usage with native `URLSearchParams` API (@hainenber)
756790
- [#33972](https://github.com/apache/superset/pull/33972) docs: Fix typo in UPDATING.md regarding translations in version 5.0.0 (@hugo19941994)
791+
- [#33978](https://github.com/apache/superset/pull/33978) chore: pin Marshmallow < 4 (@betodealmeida)
757792
- [#33887](https://github.com/apache/superset/pull/33887) chore(build): refactor plugin build script to remove unused stanzas (@hainenber)
758793
- [#32891](https://github.com/apache/superset/pull/32891) docs: pypi-installation on Ubuntu 24.04 and statsd package for event-logging (@125m125)
759794
- [#33934](https://github.com/apache/superset/pull/33934) chore(translations): Update FR language (@Eric-Brison)
@@ -789,6 +824,7 @@ under the License.
789824
- [#33643](https://github.com/apache/superset/pull/33643) chore(deps-dev): bump webpack from 5.99.8 to 5.99.9 in /docs (@dependabot[bot])
790825
- [#33645](https://github.com/apache/superset/pull/33645) chore(deps-dev): bump @docusaurus/tsconfig from 3.7.0 to 3.8.0 in /docs (@dependabot[bot])
791826
- [#33650](https://github.com/apache/superset/pull/33650) chore(deps-dev): bump @typescript-eslint/parser from 8.29.0 to 8.33.0 in /superset-websocket (@dependabot[bot])
827+
- [#33341](https://github.com/apache/superset/pull/33341) chore(explore): Add format sql and view in SQL Lab option in View Query (@justinpark)
792828
- [#33721](https://github.com/apache/superset/pull/33721) docs: fix typo and improve alt text in README (@lourduradjou)
793829
- [#33715](https://github.com/apache/superset/pull/33715) chore: delete remaining Enzyme tests (@mistercrunch)
794830
- [#33714](https://github.com/apache/superset/pull/33714) docs: clarify how `requirements/` should be modified (@mistercrunch)

0 commit comments

Comments
 (0)