Skip to content

v26.4.9

Choose a tag to compare

@agatha197 agatha197 released this 18 Jun 05:53

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.

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.

Full Changelog: v26.4.8...v26.4.9