You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(BA-5650-I): drop stray non-BA-5650 changes from slice
This slice was carrying unrelated work that crept in during the
original PR split (prometheus client, valkey route health,
deployment auto_activate, web ssl_enabled, auth client_type_id,
gql_legacy routing health_status). All such files are reverted to
the slice-H base.
Also fixes:
- Use session.user.main_access_key (loaded via selectinload) instead
of session.main_access_key in scheduler db_source — SessionRow has
no main_access_key attribute.
- UserService delegate path now resolves target_main_access_key via
UserRepository.get_main_access_key_by_id and forwards it to
delegate_endpoint_ownership.
- Drop stale changes/BA-5650-H.breaking.md (slice H ships 11050.breaking.md).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Added in 26.4.1. Create or update the deployment policy for a given deployment (upsert semantics). If the deployment already has a policy, it is replaced entirely with the new configuration
@@ -14923,6 +14933,9 @@ type Routing implements Item
Added in 26.4.1. Create or update the deployment policy for a given deployment (upsert semantics). If the deployment already has a policy, it is replaced entirely with the new configuration
0 commit comments