Skip to content

Commit

Permalink
Updating to dapr runtime v1.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wcs1only committed Feb 11, 2021
1 parent bb4121e commit 4d70286
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 303 deletions.
6 changes: 3 additions & 3 deletions dapr/proto/common/v1/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ message HTTPExtension {
// Required. HTTP verb.
Verb verb = 1;

// querystring includes HTTP querystring.
map<string, string> querystring = 2;
// Optional. querystring represents an encoded HTTP url query string in the following format: name=value&name2=value2
string querystring = 2;
}

// InvokeRequest is the message to invoke a method with the data.
Expand Down Expand Up @@ -122,4 +122,4 @@ message StateOptions {

StateConcurrency concurrency = 1;
StateConsistency consistency = 2;
}
}
2 changes: 1 addition & 1 deletion dapr/proto/runtime/v1/dapr.proto
Original file line number Diff line number Diff line change
Expand Up @@ -403,4 +403,4 @@ message RegisteredComponents {
message SetMetadataRequest {
string key = 1;
string value = 2;
}
}
Loading

0 comments on commit 4d70286

Please sign in to comment.