Skip to content

v0.1.13

Choose a tag to compare

@temporal-nick temporal-nick released this 09 Oct 21:52
· 45 commits to main since this release
4289c12

Migration guidance for v0.1.12 and before

This release is backwards-compatible with configurations from v0.1.12 and older. There is a new num_connections field on the MuxTransportConfig that can be set to adjust how many mux connections you would like each proxy instance to establish or receive. This number is 10 by default, which can cause unnecessary connection establish traffic when a v0.1.13 mux client is paired with a v0.1.12 mux server. We recommend upgrading the server first when updating an in-place s2s-proxy setup.

What's Changed

Full Changelog: v0.1.12...v0.1.13