You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG/6.0.0.md
+37-1Lines changed: 37 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ under the License.
19
19
20
20
## Change Log
21
21
22
-
### 6.0 (Wed Nov 19 15:17:58 2025 -0500)
22
+
### 6.0 (Wed Dec 3 12:48:34 2025 -0300)
23
23
24
24
**Database Migrations**
25
25
@@ -187,6 +187,18 @@ under the License.
187
187
188
188
**Fixes**
189
189
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)
-[#36167](https://github.com/apache/superset/pull/36167) fix(dashboard): adjust vertical spacing for numerical range filter to prevent overlaps (@EnxDev)
190
202
-[#36011](https://github.com/apache/superset/pull/36011) fix(dashboard): ensure charts re-render when visibility state changes (@richardfogaca)
191
203
-[#36166](https://github.com/apache/superset/pull/36166) fix(datasets): prevent viewport overflow in dataset creation page (@EnxDev)
192
204
-[#36123](https://github.com/apache/superset/pull/36123) fix: role list edit modal height (@SBIN2010)
@@ -266,6 +278,7 @@ under the License.
266
278
-[#35595](https://github.com/apache/superset/pull/35595) fix: Log Celery task failures with a signal handler (@eschutho)
267
279
-[#35529](https://github.com/apache/superset/pull/35529) fix(d3-format): call setupFormatters synchronously to apply D3 format… (@innovark37)
268
280
-[#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)
269
282
-[#35592](https://github.com/apache/superset/pull/35592) fix(alerts): log execution_id instead of report schedule name in query timing (@eschutho)
270
283
-[#35338](https://github.com/apache/superset/pull/35338) fix(tables): Dark mode scrollbar styles for webkit (@msyavuz)
-[#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)
342
356
-[#35001](https://github.com/apache/superset/pull/35001) fix(dashboard): normalize spacings and background colors (@gabotorresruiz)
343
357
-[#34828](https://github.com/apache/superset/pull/34828) fix(theming): Icons in ExecutionLogList and Country map chart tooltip theme consistency (@rebenitez1802)
-[#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)
-[#34438](https://github.com/apache/superset/pull/34438) fix: Update table chart configuration labels to sentence case (@yousoph)
452
476
-[#34435](https://github.com/apache/superset/pull/34435) fix(pie chart): Total now positioned correctly with all Legend positions, and respects theming (@rusackas)
453
477
-[#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.
456
480
-[#34137](https://github.com/apache/superset/pull/34137) fix(dashboard): adds dependent filter select first value fixes (@ObservabilityTeam)
457
481
-[#34433](https://github.com/apache/superset/pull/34433) fix(migrations): prevent theme seeding before themes table exists (@mistercrunch)
458
482
-[#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)
-[#34389](https://github.com/apache/superset/pull/34389) fix(theme-list): reorder buttons to place import leftmost (@mistercrunch)
461
486
-[#34178](https://github.com/apache/superset/pull/34178) fix: Console errors from various sources (@msyavuz)
@@ -467,6 +492,7 @@ under the License.
467
492
-[#34374](https://github.com/apache/superset/pull/34374) fix: subquery alias in RLS (@betodealmeida)
468
493
-[#34351](https://github.com/apache/superset/pull/34351) fix(PivotTable): Render html in cells if allowRenderHtml is true (@msyavuz)
469
494
-[#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)
470
496
-[#34268](https://github.com/apache/superset/pull/34268) fix(cartodiagram): add missing locales for rendering echarts (@jansule)
471
497
-[#34305](https://github.com/apache/superset/pull/34305) fix(npm): more reliable execution of `npm run update-maps` (@rusackas)
472
498
-[#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.
477
503
-[#34293](https://github.com/apache/superset/pull/34293) fix: Hide View in SQL Lab for users without access (@Vitor-Avila)
478
504
-[#34233](https://github.com/apache/superset/pull/34233) fix(chart-download): ensure full table or handlebar chart is captured in image export (@fardin-developer)
479
505
-[#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)
480
507
-[#34235](https://github.com/apache/superset/pull/34235) fix(sqllab_export): manually encode CSV output to support utf-8-sig (@Habeeb556)
481
508
-[#34275](https://github.com/apache/superset/pull/34275) fix: fix the pre-commit hook for tsc (@mistercrunch)
482
509
-[#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)
-[#32891](https://github.com/apache/superset/pull/32891) docs: pypi-installation on Ubuntu 24.04 and statsd package for event-logging (@125m125)
759
794
-[#33934](https://github.com/apache/superset/pull/33934) chore(translations): Update FR language (@Eric-Brison)
@@ -789,6 +824,7 @@ under the License.
789
824
-[#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])
790
825
-[#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])
791
826
-[#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)
792
828
-[#33721](https://github.com/apache/superset/pull/33721) docs: fix typo and improve alt text in README (@lourduradjou)
0 commit comments