v26.3.0-rc.2
Pre-release✨ Features
Service Launcher UX Improvement
When autoscaling rules are active on an endpoint, the replica count input is now automatically disabled with a tooltip and informational alert explaining why. This prevents conflicting configurations between manual replica settings and autoscaling policies.
Developer Experience
Integrated react-grab as a development-only tool, enabling AI coding agents to inspect UI elements by hovering and copying component context (file path, component name, line number) via ⌘C. This is excluded from production builds.
🐛 Bug Fixes
Endpoint Routing Compatibility
Fixed an issue where legacy routings field was fetched unnecessarily on servers that support the newer route-node feature. The query now skips routings when route-node is supported, using route_nodes instead. Also removes the legacy RoutingsCount column from the endpoint list view.
- FR-2261: skip routings when route-node is supported by @nowgnuesLee in #5905
🛠 Chores
CI Pipeline Fix
Fixed a post-install cache error in the release CI workflow caused by a conflicting manual pnpm store path configuration. The fix delegates store path detection and caching entirely to actions/setup-node.
Full Changelog: v26.3.0-rc.1...v26.3.0-rc.2