Update the SDK for the following breaking changes:
-
Service invocation now handles queryparams as string and not Map of string->string. Get the latest proto and fix any code in the SDK that refers to that.
-
When content type is "application/octet-stream", CloudEvent's data will now be in data_base64 and that should be exposed as byte[] to the application.
Update the SDK for the following breaking changes:
Service invocation now handles queryparams as string and not Map of string->string. Get the latest proto and fix any code in the SDK that refers to that.
When content type is "application/octet-stream", CloudEvent's data will now be in
data_base64and that should be exposed asbyte[]to the application.