v26.4.9
What's Changed (v26.4.8 -> v26.4.9)
🐛 Bug Fixes
Electron Desktop App Cookie Fix
Corrected a broken setSameSitePolicy() implementation in the Electron app that caused a 502 "Server connection failed" error when launching session apps (Jupyter, VSCode, Terminal). The cookie rewrite was silently a no-op due to a discarded .map() result and incorrect Array.includes() usage for substring matching. The fix applies case-insensitive Set-Cookie header lookup, proper per-cookie rewriting, and correctly appends the required Secure attribute when setting SameSite=None.
- FR-3168: fix broken setSameSitePolicy in Electron app by @agatha197 in #7962
Start Command Shell Syntax Guidance
Added inline helper text and tooltips to start command input fields across deployment and model service configuration screens, guiding users to wrap shell operator commands with /bin/bash -c "cmd1; cmd2". Also improved the review step to render start commands and bootstrap scripts as code blocks for visual consistency.
- FR-3166: add shell syntax helper text to start command inputs by @agatha197 in #7957
Full Changelog: v26.4.8...v26.4.9