Skip to content

v0.26.5

Choose a tag to compare

@dmitry-lebedev dmitry-lebedev released this 05 Jun 21:47
· 41 commits to main since this release
  • Critical bug fix: MetaHub, HttpPollingEndpoints, and MuxHub GetConfigDownloadUrl handlers dropped request.ConfigPatchVersion when constructing the MetaConfigVersion for the IConfigDownloadUrlResolver — a client asking for v0.1.870 ended up downloading /meta/config/{state}/0.1.0 (silently stale bytes). Now passes all three components. InProcessServer was already correct; only the wire transports leaked the bug.