RELEASED: Public: July 29, 2025
Resolved issues
- HA: reverse proxy may delegate to a non-ready replica (BEE-59743)
-
When accessing an object that could be owned by a different replica (such as build, node, etc.), the proxying replica may attempt to delegate to a replica that is already gone.
This change ensures the proxy only targets valid replicas or fail immediately, giving a more meaningful error message.