Skip to content

Commit 2840d1e

Browse files
Update releases/v1.30.0-RC1
Co-authored-by: Spencer Judge <sjudge@hey.com>
1 parent 12c6d53 commit 2840d1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

releases/v1.30.0-RC1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Workflow Metadata **(Public Preview)**
44

5-
The built in `__temporal_workflow_metadata` query now uses `io.temporal.common.converter.RawValue` for the `return type. This should help address issues where users data converters could not properly convert the `WorkflowMetadata` protobuf type. If you are using a custom data converter that does not support `RawValue` you will need to update it to support this type.
5+
The built in `__temporal_workflow_metadata` query now uses `io.temporal.common.converter.RawValue` for the return type. This should help address issues where users data converters could not properly convert the `WorkflowMetadata` protobuf type. If you are using a custom data converter that does not support `RawValue` you will need to update it to support this type.
66

77
Note: The built in Temporal `DefaultDataConverter` already supports `RawValue` and does not require any changes.
88

0 commit comments

Comments
 (0)