Skip to content

v26.4.3

Choose a tag to compare

@yomybaby yomybaby released this 16 Apr 13:08
· 297 commits to 26.4 since this release

What's Changed (v26.4.2 → v26.4.3)

✨ Features

Project Admin Management

Added project-admin tier with dedicated admin menu, project selector integration, and member management capabilities. Project admins can now view and manage project members through a new dedicated page with admin-mode switching and RBAC-aware role queries.

Auto-Scaling Rules v2 (Strawberry)

Introduced a new auto-scaling rule system with Strawberry GraphQL backend support, featuring single/range scaling modes, Prometheus preset integration with query result preview, and improved editor modal UX.

Runtime & Model Service Improvements

Enhanced the runtime variant system with preset queries, API-based serialization, and exposed model definition fields in custom runtime edit mode. Updated default runtime variant and added runtime variant display across endpoint pages.

UI Components & Page Loading

Added Suspense skeleton fallbacks for lazy-loaded pages and a new BAIId component for consistent truncated UUID/globalId display.

🐛 Bug Fixes

Model Service & Endpoint Fixes

Fixed endpoint lifecycle stage check, initial delay default value, resource value preservation in edit mode, and route sync button visibility.

Authentication & Account

Fixed sToken SSO login failure on root URL and allowed empty Full Name in account info validation.

Admin & Project Management

Fixed project list fresh fetch in ProjectSelect, RBAC role list display, and myRoles fetch policy guard for backward compatibility.

Ant Design Migration

Migrated deprecated Ant Design v5 props to v6 equivalents.

  • migrate deprecated Ant Design v5 props to v6 equivalents by @agatha197 in #6723

🔨 Refactoring

Auto-Scaling Rule v2 UX Polish

Refined the auto-scaling rule v2 UI with URL state management, sorting, filtering, column settings, and post-review feedback improvements.

Build Configuration

Removed lodash-es sideEffects workaround from build configuration.

🧪 E2E Tests

Keypair Management

Added E2E test coverage for the My Keypair Management modal.

📝 Specs

Full Changelog: v26.4.2...v26.4.3