Releases: Azure/durabletask
Releases · Azure/durabletask
DurableTask.Core v2.4.1 Release
DurableTask.AzureStorage v1.8.0
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.AzureStorage/1.8.0
Changes
- Storage SDK deadlock protection for UploadHistoryBatch (#420)
- Use DownloadToStreamAsync(Stream) to download blob contents (#416)
- Structured and extensible logging (#425)
- Added AppLease feature for geo-replication support (#432)
- Add possibility of scheduling an orchestration start (#224)
- Reduce maximum queue message size and fix message size accuracy (#435)
- Add op-in new partition management strategy to reduce split-brain (#427)
DurableTask.ServiceBus v2.4.0 Release
DurableTask.Core v2.4.0 Release
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Core/
Changes
- Structured and extensible logging (#425) - more info here
- Add possibility of scheduling an orchestration start (#224)
DurableTask.ServiceBus v2.3.0 Release
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.ServiceBus/2.3.0
Changes
- Fix Azure Table storage instance store implementation so that it correctly returns the latest state and not the oldest. (#405)
- Update Microsoft.Azure.ServiceBus dependency to 4.1.3 (#408)
DurableTask.Core v2.3.0 Release
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Core/2.3.0
Changes
- Make HistoryEvent's IsPlayed and Timestamp properties settable (#401)
DurableTask.AzureStorage v1.7.7
DurableTask.Core v2.2.5 Release
Nuget Package
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Core/2.2.5
2.2.4 Changes
- Improved speed of graceful shutdown (#352)
2.2.5 Changes
- Improved performance of fan-in operations on release builds (#399)
DurableTask.AzureStorage 1.7.6 release
Nuget Package
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.AzureStorage/1.7.6
1.7.5 Changes
- Add retries to DeleteMessage operation to avoid race condition (#385)
- Update minimum DurableTask.Core dependency to v2.2.4
1.7.6 Changes
- Update minimum DurableTask.Core dependency to v2.2.5
DurableTask.Core v2.2.3 Release
Nuget Package
https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Core/2.2.3
2.2.2 Changes
- Allow providers the ability to utilize a custom data converter for serialization (#376)
2.2.3 Changes
- Stop using the custom data converter for error serialization (#378)