Skip to content

Releases: temporalio/s2s-proxy

v0.2.1

Choose a tag to compare

@hehaifengcn hehaifengcn released this 04 Jun 21:09
dce4a0e

What's Changed

  • Add local-test cert generation script and simplify test configs by @hehaifengcn in #234
  • Allow client TLS to verify server with system root CAs by @hehaifengcn in #235

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@hehaifengcn hehaifengcn released this 28 May 15:43
05a5a9a

What's Changed

Full Changelog: v0.1.16...v0.2.0

v0.1.16

Choose a tag to compare

@hehaifengcn hehaifengcn released this 11 Mar 23:44
68a891c

What's Changed

New Contributors

Full Changelog: v0.1.14...v0.1.16

v0.1.15

Choose a tag to compare

@temporal-nick temporal-nick released this 15 Jan 21:36

This release is a fix to the metrics, which accidentally had their "direction" label reversed in a previous release.

v0.1.13-2

Choose a tag to compare

@temporal-nick temporal-nick released this 04 Dec 00:12

Second hotfix for v0.1.13. This adds error logs for poll-based replication to better support Temporal v1.21.6 and before.

v0.1.13-logging

Choose a tag to compare

@temporal-nick temporal-nick released this 26 Nov 21:42

This release disables the experimental health checks in v0.1.13, which could cause routing instability in some kubernetes environments. It also adds some detailed logging for AddOrUpdateRemoteCluster and DescribeCluster APIs, which can help when investigating the connection between two clusters.

Change details: v0.1.13...v0.1.13-logging

v0.1.13

Choose a tag to compare

@temporal-nick temporal-nick released this 09 Oct 21:52
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

v0.1.12

Choose a tag to compare

@pglass pglass released this 17 Sep 14:59
4f77c40

What's Changed

Full Changelog: v0.1.11...v0.1.12

v0.1.11

Choose a tag to compare

@pglass pglass released this 27 Aug 17:22
3a8a54e

What's Changed

New Contributors

  • @yux0 made their first contribution in #141

Full Changelog: v0.1.10...v0.1.11

v0.1.10

Choose a tag to compare

@pglass pglass released this 15 Aug 16:02
5eefff5

What's Changed

Full Changelog: v0.1.9...v0.1.10