Releases: dapr/dotnet-sdk
Releases · dapr/dotnet-sdk
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
Dapr dotnet-sdk v1.10.0-rc03
What's Changed
- Initial Bulk Subscribe functionality by @yash-nisar in #1009
Full Changelog: v1.10.0-rc02...v1.10.0-rc03
Dapr dotnet-sdk v1.10.0-rc02
What's Changed
Full Changelog: v1.10.0-rc01...v1.10.0-rc02
Dapr dotnet-sdk v1.10.0-rc01
What's Changed
- [docs] Remove version flags by @hhunter-ms in #960
- Changed distributedLock example to consider a new default port number by @amulyavarote in #966
- Add support for Bulk State, i.e. SaveBulkStateAsync(...) method by @yash-nisar in #962
- Changed broken link in README by @amulyavarote in #980
- Workflow Authoring: initial methods by @tmacam in #981
- Restructure .NET sdk landing page by @hhunter-ms in #1006
- Add method to publish without client serialization by @halspang in #1010
- Remove debug statement from configuration example by @halspang in #949
- Additional API surface area for Dapr Workflow authoring SDK by @cgillum in #1012
- Add net7 to testing matrix by @halspang in #1005
- Implement Bulk Publish functionality by @yash-nisar in #1001
- Add support for repetition and ISO 8601 for reminders by @yash-nisar in #974
- Workflow Management - Initial Methods by @RyanLettieri in #1003
New Contributors
- @cgillum made their first contribution in #1012
- @RyanLettieri made their first contribution in #1003
Full Changelog: v1.9.0...v1.10.0-rc01
Dapr dotnet-sdk v1.9.0
What's Changed
- ADDED Support passing trace headers 698
- ADDED Support for TTL and time/interval formats in actor timers/reminders 788
- ADDED Support for Sidecar Metadata APIs 883
- CHANGED Change configuration API response to dictionary 884
- ADDED Support the DeadLetter Topic of pubsub 897
- FIXED Problem of determining whether there is a MetadataSeparator error 901
- ADDED Actor exception details passed to caller 904
- FIXED Actors Healthz are now always
AllowAnonymous
. 908 - ADDED Support for sidecar shutdown API 914
- FIXED SDK code doesn't reflect renaming on UnlockResponse.Status 921
New Contributors
- @mcandeia made their first contribution in #923
- @tmacam made their first contribution in #924
- @dss539 made their first contribution in #930
- @yash-nisar made their first contribution in #929
- @ItalyPaleAle made their first contribution in #968
Full Changelog: v1.8.0...v1.9.0
Dapr dotnet-sdk v1.9.0-rc02 (Pre-release)
What's Changed
- Report standardized user-agent with SDK version by @ItalyPaleAle in #968
New Contributors
- @ItalyPaleAle made their first contribution in #968
Full Changelog: v1.9.0-rc01...v1.9.0-rc02