Releases: dapr/dotnet-sdk
Releases · dapr/dotnet-sdk
v1.13.0-rc03
What's Changed
- Cascade Terminate/Purge support by @shivamkm07 in #1243
Full Changelog: v1.13.0-rc02...v1.13.0-rc03
v1.13.0-rc02
What's Changed
- Move to v4 of the upload/download artifact actions. by @philliphoff in #1240
Full Changelog: v1.13.0-rc01...v1.13.0-rc02
v1.13.0-rc01
What's Changed
- Adding in new test for parallel raise events in workflow by @RyanLettieri in #1155
- Consolidate C# language version to 10. by @philliphoff in #1180
- Update actor reminder example. by @philliphoff in #1179
- Initial implementation for workflow log tracing by @RyanLettieri in #1176
- .NET 8 Support by @philliphoff in #1188
- Modify broken links in README by @MregXN in #1190
- Added unit test to validate JsonStringEnumConverter working as expected by @WhitWaldo in #1174
- add some descriptions to README in workflow example by @MregXN in #1192
- Updates Dapr to 1.12 in GitHub actions itest by @JoshVanL in #1185
- Add holopin.yml config for GHC2023 event by @marcduiker in #1147
- Correct spelling of "identified" by @frankbuckley in #1159
- Updating the workflow console app example program to allow for CTRL+C to properly terminate the program, and Readme updates by @RyanLettieri in #1194
- Enable
CancellationToken
for non-remoting actor implementations by @philliphoff in #1202 - Fix example dotnet-actors-howto.md by @henrikkarstrom in #1218
- Update _index.md by fixing broken link by @farshaddavoudi in #1221
- use daprWorkflowClient instead of daprClient in workflow sample by @MregXN in #1212
- Actor State TTL by @JoshVanL in #1164
- Docs: Actor serialization documentation by @WhitWaldo in #1222
- Weakly-typed actors should support polymorphic response and null response by @RemcoBlok in #1214
- Implementing Cryptography building block in .NET by @WhitWaldo in #1217
- Handle the case where appid contains at least one upperletter by @TWEESTY in #1233
- Enable vault name mapping and error suppression by @jamesmcroft in #1231
- Add overload to deserialize GetBulkStateAsync item values by @WhitWaldo in #1173
- Register Dapr services in keyed-compatible manner by @philliphoff in #1238
- Source generated actor clients by @philliphoff in #1165
- Update protos and related use for Dapr 1.13. by @philliphoff in #1236
New Contributors
- @MregXN made their first contribution in #1190
- @WhitWaldo made their first contribution in #1174
- @JoshVanL made their first contribution in #1185
- @marcduiker made their first contribution in #1147
- @frankbuckley made their first contribution in #1159
- @henrikkarstrom made their first contribution in #1218
- @farshaddavoudi made their first contribution in #1221
- @RemcoBlok made their first contribution in #1214
- @TWEESTY made their first contribution in #1233
- @jamesmcroft made their first contribution in #1231
Full Changelog: v1.12.0-rc01...v1.13.0-rc01
Dapr dotnet-sdk v1.12.0
What's Changed
- FIXED Fix HTTP examples in Workflow Console App 1107
- FIXED Fix Workflow ignoring external event payload 1119
- UPDATED Bump library version for Grpc.Net.Client 1126
- ADDED Support for
DAPR_HTTP_ENDPOINT
andDAPR_GRPC_ENDPOINT
environment variables 1124 - ADDED Support for
OnActorMethodFailedAsync
method to simplify actor error logging 1014 - UPDATED Drop support for NET3.1 and standardize on NET6 1045
- ADDED Support for JSON Serialization in proxied actors 1073
- ADDED Workflow support for API Tokens 1141
- FIXED Fix Healthz requests to include the API Token if present 1145
New Contributors
- @shubham1172 made their first contribution in #1107
- @MonkeyTennis made their first contribution in #1126
- @vlardn made their first contribution in #1014
- @onionhammer made their first contribution in #1073
- @famarting made their first contribution in #1145
Full Changelog: v1.11.0...v1.12.0
Dapr dotnet-sdk v1.12.0-rc02
What's Changed
- Adding in new test for parallel raise events in workflow by @RyanLettieri in #1155
Full Changelog: v1.12.0-rc01...v1.12.0-rc02
Dapr dotnet-sdk v1.12.0-rc01
What's Changed
- Docs update: removing alpha from config API by @shivamkm07 in #1100
- Merge release-1.11 to master by @shivamkm07 in #1112
- Link to DotNet Fossa status by @berndverst in #1105
- Fix HTTP examples in Workflow Console App by @shubham1172 in #1107
- [Workflow] Fix issue with ignored external event payload by @cgillum in #1119
- Rev'ed Grpc.Net.Client PackageReference version for Dapr dotnet-sdk by @MonkeyTennis in #1126
- Add support to DAPR_HTTP_ENDPOINT and DAPR_GRPC_ENDPOINT env. by @artursouza in #1124
- [docs] Add cascading metadata information by @AaronCrawfis in #1128
- [docs] Remove invalid code line in example by @hhunter-ms in #1127
- adding get actor reminder API in docs by @shivamkm07 in #1113
- Inroduce OnActorMethodFailedAsync virtual method to simplify error logging by @vlardn in #1014
- Remove .NET Core 3.1 support and standardize on .NET 6 by @yash-nisar in #1045
- Proof-of-concept serialization of advanced JSON types, records by @onionhammer in #1073
- Updating workflow collection to allow for use of API Token validation by @RyanLettieri in #1141
- set dapr-api-token to healthz requests when needed by @famarting in #1145
New Contributors
- @shubham1172 made their first contribution in #1107
- @MonkeyTennis made their first contribution in #1126
- @vlardn made their first contribution in #1014
- @onionhammer made their first contribution in #1073
- @famarting made their first contribution in #1145
Full Changelog: v1.11.0...v1.12.0-rc01
v1.11.0
- UPDATED DurableTask SDK dependency to get ARM64 compatibility 1024
- UPDATED Improvements to Dapr Client APIs for Workflow 1027
- ADDED .NET Runtime Support Policy 1046
- ADDED Support for suspending, resuming, and raising events to workflows 1052
- UPDATED Rename
WorkflowEngineClient
toDaprWorkflowClient
and added additional APIs. 1053 - UPDATED Config API to stable 1077
- ADDED Workflow Sample to Pause/Resume and Raise Event as part of workflow 1079
- FIXED Incorrect TaskFailedException is used when exceptions are thrown from workflow activities 1081
- ADDED Proper workflow retry support 1090
- REMOVED Obsolete attribute from config API classes 1098
- ADDED Workflow demo to how to 1099
Dapr dotnet-sdk v1.11.0-rc01
What's Changed
- Update DurableTask SDK dependency to get ARM64 compatibility by @cgillum in #1024
- [docs] Add workflows to .NET client doc by @hhunter-ms in #1019
- Improved workflows example program and added in statestore functionality. by @RyanLettieri in #1020
- Enable unit testing for Dapr Workflows by @cgillum in #1035
- Fix name in dicussion.md by @tmacam in #1026
- [docs] Add section for workflow by @hhunter-ms in #1031
- Merging changes from 1.10 to master by @yash-nisar in #1047
- Workflow SDK changes for v1.11 by @cgillum in #1059
- fix: Use ignored variable in WorkflowServiceCollectionExtensions.AddDaprWorkflow by @tomkerkhove in #1056
- Move config api to stable by @shivamkm07 in #1077
- Workflow addition of Pause/Resume and Purge by @RyanLettieri in #1080
- [Workflow] Add WorkflowTaskFailedException for workflow error handling by @cgillum in #1086
- [Workflow] Improve management API usability by @cgillum in #1087
- [docs] Update API calls in workflow example by @hhunter-ms in #1083
- [Workflow] Proper workflow retry support in Dapr SDK by @cgillum in #1090
- [dotnet-client] Add dist lock examples by @hhunter-ms in #1095
- [Workflow] Add human approval to the workflow example by @cgillum in #1096
- Removing Obsolete attribute from config API classes by @shivamkm07 in #1098
- [docs] Add workflow demo to how to by @hhunter-ms in #1099
New Contributors
- @shivamkm07 made their first contribution in #1077
Full Changelog: v1.10.0...v1.11.0-rc01
Dapr dotnet-sdk v1.10.0
What's Changed
- ADDED Add support for Bulk Subscribe 1009
- ADDED Add support for Workflow Management 1003
- ADDED Additional API coverage/support for Workflows 1012
- ADDED Add support for Bulk Publish 958
- ADDED Add support for ISO 8601 intervals 702
- ADDED Add support for publishing raw messages(non cloud events) 718
- ADDED Add support for Workflow Authoring 979
- ADDED Add support for Bulk State APIs 785
Full Changelog: v1.9.0...v1.10.0
Dapr dotnet-sdk v1.10.0-rc04
What's Changed
Full Changelog: v1.10.0-rc03...v1.10.0-rc04