Skip to content

26.4.4rc8

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Jun 06:04
· 26 commits to main since this release
40b2ef0

Features

  • Add a required flag to runtime variant presets to mark a preset param as mandatory (#12000)
  • Add an image field to the DeploymentRevisionPreset GraphQL type that resolves the container image as an ImageV2 node (#12023)

Fixes

  • Fix TUS resumable upload 409 Conflict errors 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-cached stat() results that diverge across storage-proxy instances. (#11948)
  • Fix cross-request DataLoader cache reuse in the v2 GraphQL API by creating the DataLoaders instance 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).