v26.3.1
What's Changed (v26.3.0 -> v26.3.1)
✨ Features
Resource-Aware Cluster Size Warning
Added proactive resource capacity warnings to the session launcher's cluster size selector. When users select a cluster size that exceeds available resources, a warning now shows the maximum number of clusters that can start immediately, helping prevent unexpected pending sessions.
🐛 Bug Fixes
Artifact Import & Table Configuration
Fixed an issue where successful artifact imports were incorrectly shown as errors due to a nullable size check, and resolved a table column configuration merging issue in BAITable.
- FR-2364: remove nullable artifactRevision size check that caused successful imports to show as errors by @nowgnuesLee in #6130
- FR-2363: merge defaultColumnOverrides with columnOverrides in BAITable by @yomybaby in #6127
🎨 Style
Dark Mode Improvements
Switched the login page logo to a white variant in dark mode for better visibility and visual consistency.
- FR-2353: use white logo variant on login page in dark mode by @nowgnuesLee in #6086
Full Changelog: v26.3.0...v26.3.1