Skip to content

v26.3.0-rc.2

Pre-release
Pre-release

Choose a tag to compare

@yomybaby yomybaby released this 11 Mar 07:29

✨ 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.

🛠 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.

  • fix: remove redundant pnpm store config causing post-install cache error by @yomybaby in #5879

Full Changelog: v26.3.0-rc.1...v26.3.0-rc.2