v1.1.0
Release details
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)
Minor breaking changes
This release includes a few minor breaking changes:
- Error message format has changed (we do not recommend having code depend on error messages though).
- When a standard Go error is converted to
ApplicationFailure
and then toApplicationError
, the failure type used to be set aserrorString
. Now it is just an empty string as no actual failure type was defined. - Tracer propagator header name has changed. It means that Workflows started with an older SDK version will loose trace information if the Workflow continues with this version.