Releases: temporalio/s2s-proxy
Releases · temporalio/s2s-proxy
v0.1.7
v0.1.6
v0.1.5
What's Changed
- Use git reference for checkout by default. by @hehaifengcn in #111
- Add AddTasks to inbound policy for merging dlq tasks by @hehaifengcn in #113
- Differentiate inbound and outbound grpc metrics by @temporal-nick in #115
- Vendor gogo-based protos and serializer from Temporal v1.22.2 by @pglass in #117
- Generate protobuf type-conversion functions by @pglass in #118
- Code generation for protobuf visitors by @pglass in #119
- helm: Default replicaCount to 3 by @pglass in #123
Full Changelog: v0.1.4...v0.1.5
utf8-fix-2
Full Changelog: utf8-fix...utf8-fix-2
utf8-fix
Full Changelog: v0.1.3.02...utf8-fix
haifengh-build-test2
Full Changelog: haifengh-build-test1...haifengh-build-test2
haifengh-build-test1
Full Changelog: v0.1.3.02...haifengh-build-test1
v0.1.4
What's Changed
- Add labels to distinguish inbound and outbound by @temporal-nick in #107
- Add all non-debug metrics available in https://pkg.go.dev/runtime/metrics by @temporal-nick in #108
Full Changelog: v0.1.3.02...v0.1.4
v0.1.3.02
What's Changed
- Override outbound/inbound by @hehaifengcn in #85
- Add benchmark for name translation by @pglass in #86
- Update charts README by @hehaifengcn in #89
- Add pprofAddress config option by @pglass in #90
- Filter ListNamespacesResponse from the proxy to remove names not in the ACL by @temporal-nick in #92
- Refactor translation interceptor by @pglass in #87
- Add search attribute translation by @pglass in #93
- Multi-namespace search attribute config format by @pglass in #95
- Replace tally with Prometheus directly by @temporal-nick in #94
- Add metrics on yamux sessions and active AdminStreamReplicationMessages by @temporal-nick in #97
- Add goimports for formatting and import grouping by @pglass in #99
- Add liveness reporting for the yamux observer by @temporal-nick in #101
- Fix lint errors by @pglass in #100
- Merge from scaleai/patch branch by @hehaifengcn in #105
New Contributors
- @temporal-nick made their first contribution in #92
Full Changelog: v0.1.3...v0.1.3.02
v0.1.3-01
What's Changed
- Override outbound/inbound by @hehaifengcn in #85
- Add benchmark for name translation by @pglass in #86
- Update charts README by @hehaifengcn in #89
- Add pprofAddress config option by @pglass in #90
- Filter ListNamespacesResponse from the proxy to remove names not in the ACL by @temporal-nick in #92
- Refactor translation interceptor by @pglass in #87
- Add search attribute translation by @pglass in #93
- Multi-namespace search attribute config format by @pglass in #95
- Fix nil pointer during SearchAttribute translation by @pglass in #102
- Continue clientLoop even client failed to dial with retry and add more logs by @hehaifengcn in #103
Full Changelog: v0.1.3...v0.1.3-01