v26.4.8-rc.12
Pre-release
Pre-release
What's Changed (v26.4.8-rc.11 -> v26.4.8-rc.12)
✨ Features
Model Store
Hid the domain filter from the user-facing Model Store list filter to simplify the browsing experience.
- FR-3120: Model Store list — hide domain filter from the user-facing filter by @agatha197 in #7868
🐛 Bug Fixes
Desktop Packaging
Fixed silent desktop (Electron) packaging failures on Node >= 24.16.0 by overriding the transitive yauzl dependency to ^3.3.1. The older yauzl 2.10.0 extracted only the first ZIP entry and exited without error, so the app bundle was never produced and the build failed later at a misleading step.
- FR-3135: override yauzl ^3.3.1 to fix silent desktop packaging on Node >=24.16.0 by @yomybaby in #7895
Full Changelog: v26.4.8-rc.11...v26.4.8-rc.12