You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,72 +117,72 @@ FIXED:
117
117
118
118
## v0.3.0
119
119
120
-
### New (v0.3.0)
120
+
ADDED
121
121
122
122
- Added `ConcurrencyOptions` class for fine-grained concurrency control with separate limits for activities and orchestrations. The thread pool worker count can also be configured.
123
123
124
-
### Fixed (v0.3.0)
124
+
FIXED
125
125
126
126
- Fixed an issue where a worker could not recover after its connection was interrupted or severed
127
127
128
128
## v0.2.1
129
129
130
-
### New (v0.2.1)
130
+
ADDED
131
131
132
132
- Added `set_custom_status` orchestrator API ([#31](https://github.com/microsoft/durabletask-python/pull/31)) - contributed by [@famarting](https://github.com/famarting)
133
133
- Added `purge_orchestration` client API ([#34](https://github.com/microsoft/durabletask-python/pull/34)) - contributed by [@famarting](https://github.com/famarting)
134
134
- Added new `durabletask-azuremanaged` package for use with the [Durable Task Scheduler](https://learn.microsoft.com/azure/azure-functions/durable/durable-task-scheduler/durable-task-scheduler) - by [@RyanLettieri](https://github.com/RyanLettieri)
135
135
136
-
### Changes (v0.2.1)
136
+
CHANGED
137
137
138
138
- Protos are compiled with gRPC 1.62.3 / protobuf 3.25.X instead of the latest release. This ensures compatibility with a wider range of grpcio versions for better compatibility with other packages / libraries ([#36](https://github.com/microsoft/durabletask-python/pull/36)) - by [@berndverst](https://github.com/berndverst)
139
139
- Http and grpc protocols and their secure variants are stripped from the host name parameter if provided. Secure mode is enabled if the protocol provided is https or grpcs ([#38](https://github.com/microsoft/durabletask-python/pull/38) - by [@berndverst)(https://github.com/berndverst)
140
140
- Improve ProtoGen by downloading proto file directly instead of using submodule ([#39](https://github.com/microsoft/durabletask-python/pull/39) - by [@berndverst](https://github.com/berndverst)
141
141
142
-
### Updates (v0.2.1)
142
+
CHANGED
143
143
144
144
- Updated `durabletask-protobuf` submodule reference to latest
145
145
146
146
## v0.1.1a1
147
147
148
-
### New (v0.1.1a1)
148
+
ADDED
149
149
150
150
- Add recursive flag in terminate_orchestration to support cascade terminate ([#27](https://github.com/microsoft/durabletask-python/pull/27)) - contributed by [@shivamkm07](https://github.com/shivamkm07)
151
151
152
152
## v0.1.0
153
153
154
-
### New (v0.1.0)
154
+
ADDED
155
155
156
156
- Retry policies for activities and sub-orchestrations ([#11](https://github.com/microsoft/durabletask-python/pull/11)) - contributed by [@DeepanshuA](https://github.com/DeepanshuA)
157
157
158
-
### Fixed (v0.1.0)
158
+
FIXED
159
159
160
160
- Fix try/except in orchestrator functions not being handled correctly ([#21](https://github.com/microsoft/durabletask-python/pull/21)) - by [@cgillum](https://github.com/cgillum)
161
161
- Updated `durabletask-protobuf` submodule reference to latest distributed tracing commit - by [@cgillum](https://github.com/cgillum)
162
162
163
163
## v0.1.0a5
164
164
165
-
### New (v0.1.0a5)
165
+
ADDED
166
166
167
167
- Adds support for secure channels ([#18](https://github.com/microsoft/durabletask-python/pull/18)) - contributed by [@elena-kolevska](https://github.com/elena-kolevska)
168
168
169
-
### Fixed (v0.1.0a5)
169
+
FIXED
170
170
171
171
- Fix zero argument values sent to activities as None ([#13](https://github.com/microsoft/durabletask-python/pull/13)) - contributed by [@DeepanshuA](https://github.com/DeepanshuA)
172
172
173
173
## v0.1.0a3
174
174
175
-
### New (v0.1.0a3)
175
+
ADDED
176
176
177
177
- Add gRPC metadata option ([#16](https://github.com/microsoft/durabletask-python/pull/16)) - contributed by [@DeepanshuA](https://github.com/DeepanshuA)
178
178
179
-
### Changes (v0.1.0a3)
179
+
CHANGED
180
180
181
181
- Removed Python 3.7 support due to EOL ([#14](https://github.com/microsoft/durabletask-python/pull/14)) - contributed by [@berndverst](https://github.com/berndverst)
- Support for Python 3.7+ ([#10](https://github.com/microsoft/durabletask-python/pull/10)) - contributed by [@DeepanshuA](https://github.com/DeepanshuA)
0 commit comments