temporalio / sdk-go

Temporal Go SDK
https://docs.temporal.io/application-development?lang=go
MIT License
481 stars 197 forks source link

Manually copy proxy options #1502

Closed cretz closed 1 month ago

cretz commented 1 month ago

What was changed

Manually copy proxy options instead of using type conversion. This allows API library options to be added to independently of SDK and users SDKs won't break when added (noticed when working on https://github.com/temporalio/api-go/pull/167).