2020-10-16 - ee5838d - Upgrade to go 1.15 (#271) 2020-10-22 - b8d2ed4 - Added mock Call.Panic (#270) 2020-10-22 - c49e036 - Set activity handle in testWorkflowEnvironment (#274) 2020-10-23 - 0b6863f - Add support for non-pointer proto struct (#269) 2020-10-28 - 8a9f358 - Fixed ActivityOptions.RetryPolicy documentation (#253) 2020-11-06 - 29e5f09 - Replace panic in headerReader with nil return (#283)
No breaking changes.
2020-09-30 - b5049b0 - Add google protoc plugin generated golang struct support (#241) 2020-10-08 - 0914229 - Improve error messages (#264) 2020-10-08 - d2bd562 - Fix custom tracer header propagation (#263)
This release includes a few minor breaking changes:
ApplicationFailure and then to ApplicationError, the failure type used to be set as errorString. Now it is just an empty string as no actual failure type was defined.This change contains the following fix that will break backwards compatibility for existing deployed Workflow Environments: Fixes bug where executing multiple local activities in parallel causes the Workflow to hang.
This change contains the following fix: