Highlights
- Avoid startup lock-up when nodes are coming online, fixes an issue with healthcheck
routine which ended up reusing a downed client resulting in pereptual offline of that
node - see #10026 for more details. - Finally fix the CORS regression introduced by incompatible usage after gorilla/mux update