-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
Description
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 asbyte[]
to the application.
RELEASE NOTE: ADD Support many values for one query param in HTTP and binary data in Cloud Event for PubSub.