Skip to content

Commit 7fcd449

Browse files
authored
Update protobuf definitions to include new properties in OrchestratorRequest and update source commit hash (#214)
* Update protobuf definitions to include new properties in OrchestratorRequest and update source commit hash * update
1 parent 22f456a commit 7fcd449

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## placeholder
2+
* Update protobuf definitions to include new properties in OrchestratorRequest and update source commit hash ([#214](https://github.com/microsoft/durabletask-java/pull/214))
3+
## v1.5.1.preview
24
* DTS Support ([#201](https://github.com/microsoft/durabletask-java/pull/201))
35
* Add automatic proto file download and commit hash tracking during build ([#207](https://github.com/microsoft/durabletask-java/pull/207))
46
* Fix infinite loop when use continueasnew after wait external event ([#183](https://github.com/microsoft/durabletask-java/pull/183))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c85ef11430ff8e10e21105abb545b0803bb86c66
1+
fbe5bb20835678099fc51a44993ed9b045dee5a6

internal/durabletask-protobuf/protos/orchestrator_service.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import "google/protobuf/timestamp.proto";
1111
import "google/protobuf/duration.proto";
1212
import "google/protobuf/wrappers.proto";
1313
import "google/protobuf/empty.proto";
14+
import "google/protobuf/struct.proto";
1415

1516
message OrchestrationInstance {
1617
string instanceId = 1;
@@ -318,6 +319,7 @@ message OrchestratorRequest {
318319
repeated HistoryEvent newEvents = 4;
319320
OrchestratorEntityParameters entityParameters = 5;
320321
bool requiresHistoryStreaming = 6;
322+
map<string, google.protobuf.Value> properties = 7;
321323
}
322324

323325
message OrchestratorResponse {

0 commit comments

Comments
 (0)