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
Respect x-forwarded-host headers
This is often set by proxy middleware or CDNs and would make a lot of
configuration easier if we just respected it instead of forcing the
`Host` to be correct.
Pass versions down in release script
We should version the binaries in the release scripts, and ensure we
pass the version from the toplevel release script down to the other
scripts.