v20250807.162103
* fix: download client's requested protocol version Previously the "Download manually in browser" button would return a link to the same protocol version as we currently have, not the client's requested one. Add additional logging to the code for determining the release channel. * fix: logging in GetCLIDownloadURLForProtocol * refactor: use `require.Eventually`