Releases: dapr/dotnet-sdk
Releases · dapr/dotnet-sdk
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
Dapr dotnet-sdk v1.9.0-rc01 (Pre-release)
What's Changed
- Add client docs for Configuration Subscribe API by @halspang in #895
- Fix the problem of determining whether there is a MetadataSeparator error by @saber-wang in #900
- Add Actor Reminder/Timer TTL support by @halspang in #912
- Update Dapr and CLI to 1.8 by @halspang in #893
- FIX Allow actor healthz endpoint are now always AllowAnonymous by @mcandeia in #923
- Upgrade grpc.tools version to 2.47.0 for supporting arm64 architecture by @mcandeia in #920
- Update SDK to reflect renaming on UnlockResponse.Status by @tmacam in #924
- Update dotnet-daprclient-usage.md by @dss539 in #930
- Add dead letter topic support by @yash-nisar in #929
- Add support for shutdown API and add client docs by @halspang in #922
- Added new links to client folder in example by @amulyavarote in #938
- topicmetadata should allow adding empty strings by @saber-wang in #940
- Added exception details to the actor invocation by @amulyavarote in #931
- Change log level to information in pubsub examples by @yash-nisar in #942
- [Docs refresh] Actors section refresh by @hhunter-ms in #918
- Configuration API changes to support dictionary type response by @amulyavarote in #943
- Added actor method exception details docs by @amulyavarote in #950
- Add dapr-bot support to assign issues by @yash-nisar in #951
- add metadata api by @saber-wang in #947
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
Full Changelog: v1.8.0...v1.9.0-rc01
Dapr dotnet-sdk v1.8.0
v1.8 Changes
- ADDED When publishing a message allow setting Cloudevent attributes / Pub-Sub routing 773
- ADDED Support for Configuration Subscribe API 822
- FIXED App API Token support 835
- ADDED FOSSA Scan to Build Actions 843
- ADDED Support for Per Actor Type Configuration 857
- ADDED Enable raw metadata for Pub/Sub with .WithTopic<> Extension. 860
- FIXED Move AddDaprClient in Dapr.AspNetCore from AddSingleton to TryAddSingleton 867
- ADDED Subscription supports adding custom metadata 873
- ADDED Support for Distributed Lock API 885
Dapr dotnet-sdk v1.8.0-rc01 (Pre-release)
Added dotnet methods for Distributed Lock API (#886) * Added dotnet methods for Distributed Lock API Signed-off-by: Amulya Varote <[email protected]> * Changes based on the review comments Signed-off-by: Amulya Varote <[email protected]> * Changes in examples to make them real world - based on the PR review Signed-off-by: Amulya Varote <[email protected]> * Fixed application log statements Signed-off-by: Amulya Varote <[email protected]> * Changes to implement IDisposable Signed-off-by: Amulya Varote <[email protected]> * Changes based on the review comments Signed-off-by: Amulya Varote <[email protected]> * Added a sample test case for TryLockResponse Signed-off-by: Amulya Varote <[email protected]> * Changes based on the review comments - 2 Signed-off-by: Amulya Varote <[email protected]> * Reworking the DistributedLock example Signed-off-by: Hal Spang <[email protected]> Co-authored-by: Hal Spang <[email protected]>
Dapr dotnet-sdk v1.7.0
Dapr dotnet-sdk v1.7.0-rc01 (Pre-release)
Update Google.Protobuf to 3.15 (#850) Signed-off-by: Hal Spang <[email protected]>