26.4.4rc8
Pre-release
Pre-release
Features
- Add a
requiredflag to runtime variant presets to mark a preset param as mandatory (#12000) - Add an
imagefield to theDeploymentRevisionPresetGraphQL type that resolves the container image as anImageV2node (#12023)
Fixes
- Fix TUS resumable upload
409 Conflicterrors behind multi-instance storage-proxy load balancers on NFS storage by coordinating per-session upload offsets through Valkey (single source of truth) and serializing the destructive write section with a TTL'd per-session lease, eliminating reliance on NFS-cachedstat()results that diverge across storage-proxy instances. (#11948) - Fix cross-request DataLoader cache reuse in the v2 GraphQL API by creating the
DataLoadersinstance per request instead of sharing a single instance per worker, so stale cached entities are no longer served across requests and loader memory no longer grows unboundedly (#12022) - Add missing superadmin role permissions to the example RBAC fixture so superadmin operations are no longer denied when the fixture is populated (#12129)
- Sync deployment replicas to AppProxy by traffic-ACTIVE state instead of health, so that health-check-disabled routes are no longer dropped from the proxy pool on each fallback cycle. (#12131)
Full Changelog
Check out the full changelog until this release (26.4.4rc8).
Full Commit Logs
Check out the full commit logs between release (26.4.4rc7) and (26.4.4rc8).