v26.4.8-rc.11
Pre-release
Pre-release
What's Changed (v26.4.8-rc.10 -> v26.4.8-rc.11)
✨ Features
Deployment & RBAC Configuration
Added required-field support to runtime variant presets and surfaced the role auto-assign option directly in the RBAC management UI.
- FR-3087: add required field support to RuntimeVariantPreset by @agatha197 in #7823
- FR-3029: expose role auto-assign flag in RBAC management UI by @agatha197 in #7696
🐛 Bug Fixes
Sessions & Deployment
Fixed deploy-modal error handling and auto-deploy retries, scoped the personal session list to the current user, and ensured cleared environment variables persist on preset updates.
- FR-3097: surface backend errors and unstick auto-deploy retry in deploy modals by @ironAiken2 in #7836
- FR-3092: scope personal session list to current user by @ironAiken2 in #7838
- FR-3127: send empty environ array so cleared env vars persist on preset update by @ironAiken2 in #7872
Authentication & App Proxy
Awaited config.toml bootstrap before token login and replaced a misleading 127.0.0.1 dialog with the actual App Proxy error.
- FR-3128: await config.toml bootstrap in STokenLoginBoundary before token login by @ironAiken2 in #7873
- FR-3027: surface App Proxy "Worker not available" error instead of bogus 127.0.0.1 dialog by @ironAiken2 in #7781
Chat & CSV Export
Stabilized chat TPS reporting during streaming and prepended a UTF-8 BOM to CSV exports for correct encoding in spreadsheet apps.
- FR-3091: stabilize chat TPS during streaming (live elapsed denominator + cancel stale token counts) by @agatha197 in #7822
- FR-3098: prepend UTF-8 BOM to CSV exports via central downloadCSV helper by @ironAiken2 in #7837
i18n Fix
Removed a duplicate '#' prefix in the Korean ApplyingRevision string.
- FR-3133: remove duplicate '#' prefix in Korean ApplyingRevision i18n string by @agatha197 in #7887
🔨 Refactoring
- FR-3130: migrate version gates from 26.4.4rcX to stable 26.4.4 by @agatha197 in #7878
🎨 Style
- FR-3088: remove redundant '성공적으로' from Korean i18n success messages by @agatha197 in #7817
🛠 Chores
- FR-3080: pin awf firewall to v0.25.60 in gh-aw lock files to fix install 404 by @nowgnuesLee in #7888
Full Changelog: v26.4.8-rc.10...v26.4.8-rc.11