@@ -93,7 +93,7 @@ message HighAvailabilitySpec {
9393}
9494
9595
96- // temporal:dev
96+ // temporal:versioning:min_version=v0.10.0
9797message CapacitySpec {
9898 oneof spec {
9999 // on-demand capacity (dynamic-envelope)
@@ -111,28 +111,28 @@ message CapacitySpec {
111111 }
112112}
113113
114- // temporal:dev
114+ // temporal:versioning:min_version=v0.10.0
115115message Capacity {
116116
117- // temporal:dev
117+ // temporal:versioning:min_version=v0.10.0
118118 oneof current_mode {
119119 // the current capacity is on-demand
120120 OnDemand on_demand = 1 ;
121121 // the current capacity is provisioned
122122 Provisioned provisioned = 2 ;
123123 }
124124
125- // temporal:dev
125+ // temporal:versioning:min_version=v0.10.0
126126 message OnDemand {
127127 }
128128
129- // temporal:dev
129+ // temporal:versioning:min_version=v0.10.0
130130 message Provisioned {
131131 // the current unit of the provisioned capacity (Temporal Resource Units)
132132 double current_value = 1 ;
133133 }
134134
135- // temporal:dev
135+ // temporal:versioning:min_version=v0.10.0
136136 message Request {
137137 // the current state of the capacity request (e.g. in-progress, completed, failed)
138138 State state = 1 ;
@@ -145,7 +145,7 @@ message Capacity {
145145 // The requested capacity specification.
146146 CapacitySpec spec = 5 ;
147147
148- // temporal:dev
148+ // temporal:versioning:min_version=v0.10.0
149149 enum State {
150150 STATE_CAPACITY_REQUEST_UNSPECIFIED = 0 ;
151151 STATE_CAPACITY_REQUEST_COMPLETED = 1 ;
@@ -154,8 +154,8 @@ message Capacity {
154154 }
155155 }
156156
157- // temporal:dev
158157 // The latest capacity request, if any.
158+ // temporal:versioning:min_version=v0.10.0
159159 Request latest_request = 3 ;
160160}
161161
@@ -216,8 +216,7 @@ message NamespaceSpec {
216216 repeated string connectivity_rule_ids = 11 ;
217217
218218 // The capacity configuration for the namespace.
219- // temporal:versioning:min_version=development
220- // temporal:dev
219+ // temporal:versioning:min_version=v0.10.0
221220 CapacitySpec capacity_spec = 12 ;
222221
223222 enum SearchAttributeType {
@@ -311,7 +310,7 @@ message Namespace {
311310 map <string , string > tags = 15 ;
312311
313312 // The capacity of the namespace.
314- // temporal:dev
313+ // temporal:versioning:min_version=v0.10.0
315314 Capacity capacity = 16 ;
316315}
317316
0 commit comments