Skip to content

Commit a53ea3f

Browse files
authored
Remove disabling UTF-8 validation hack (#205)
**What changed?** Remove the hack to allow disabling UTF-8 validation on our Go protos. **Why?** We should allow protobuf to validate all strings are valid UTF-8 as specified. **How did you test it?** Will be tested by server, sdk, and other components. **Potential risks** Anyone still using invalid UTF-8 will see their grpc requests fail. We've been monitoring for this in Temporal Cloud for most of a year now and there's no more invalid data. Self-hosted users should do the same validation before upgrading to a server or Go SDK release that contains this change (instructions [here](https://github.com/temporalio/temporal/releases/tag/v1.24.0)).
1 parent 0e5a507 commit a53ea3f

File tree

39 files changed

+9752
-10199
lines changed

39 files changed

+9752
-10199
lines changed

activity/v1/message.pb.go

+49-49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)