Skip to content

v26.5.0-rc.0

Pre-release
Pre-release

Choose a tag to compare

@yomybaby yomybaby released this 04 May 23:16

What's Changed (v26.5.0-beta.0 -> v26.5.0-rc.0)

✨ Features

Prometheus Query Preset Management

Introduced a new Prometheus Query Preset section under the Admin Serving page, with full CRUD support, live preview, and polished list interactions.

Deployment Preset Management

Added end-to-end deployment preset workflows: spec, CRUD UI, detail view in the VFolder deploy modal, and pre-population of the deployment launcher form from a selected preset.

Model Serving & Session UX

Improved the ModelCardV2 filter ergonomics and relocated the "number of sessions" control into the session start button dropdown for a cleaner launch flow.

Developer Experience

Added a Claude Code skill that streamlines spinning up the local dev server for contributors using AI-assisted workflows.

🐛 Bug Fixes

Deployment & Navigation Fixes

Tightened the deployment CRUD flow and fixed a navigation bug in the deployment preset tabs by switching to URLSearchParams-based routing.

RBAC Localization & UX

Localized role-assignment strings, resolved scope names in the permission modal, corrected Korean RBAC terminology, and switched reversible revoke/remove flows to a Popconfirm-style modal.

Other Fixes

Restored the dev-time theme header color override that broke after the Vite migration, fixed the upload status reset between cycles, and corrected PDF font selection for Japanese and Thai builds on macOS.

🔨 Refactoring

Prometheus Preset List Polish

Reorganized the Prometheus query preset list with column groups, persisted overrides, and helper consolidation.

  • FR-2451: polish Prometheus query preset list — column groups, persisted overrides, helper consolidation by @nowgnuesLee in #7221

🧪 E2E Tests

Prometheus Preset Coverage

Added E2E coverage for Prometheus preset CRUD, filtering, sorting, and table settings.

📝 Documentation

Manual Screenshots

Captured the remaining user-manual screenshots across four languages as a follow-up to FR-2650.

🛠 Chores

Developer Tooling

Hid the react-grab toolbar in development mode to reduce visual noise during local development.

Full Changelog: v26.5.0-beta.0...v26.5.0-rc.0