Skip to content

Releases: dapr/dotnet-sdk

Dapr dotnet-sdk v1.10.0-rc03

08 Feb 19:36
0f1e1bf
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.10.0-rc02...v1.10.0-rc03

Dapr dotnet-sdk v1.10.0-rc02

03 Feb 23:46
c863582
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Update DurableTask SDK dependency to get ARM64 compatibility (#1024) by @cgillum in #1025

Full Changelog: v1.10.0-rc01...v1.10.0-rc02

Dapr dotnet-sdk v1.10.0-rc01

02 Feb 18:11
152d190
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.10.0-rc01

Dapr dotnet-sdk v1.9.0

14 Oct 18:31
3224579
Compare
Choose a tag to compare

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

Full Changelog: v1.8.0...v1.9.0

Dapr dotnet-sdk v1.9.0-rc02 (Pre-release)

13 Oct 23:34
3224579
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.0-rc01...v1.9.0-rc02

Dapr dotnet-sdk v1.9.0-rc01 (Pre-release)

03 Oct 23:00
01cdc89
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.0-rc01

Dapr dotnet-sdk v1.8.0

07 Jul 22:40
016545a
Compare
Choose a tag to compare

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)

29 Jun 17:46
016545a
Compare
Choose a tag to compare
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

07 Apr 23:30
3553899
Compare
Choose a tag to compare

v1.7 Changes

  • ADDED Support for providing Actor TypeName during runtime at startup. 677
  • FIXED AddDaprSecretStore Extension always throws unhandled exception at container start 779
  • FIXED ActorHost.JsonSerializerOptions is always null 814
  • ADDED Build/test with .NET 6 to CI matrix 794

Dapr dotnet-sdk v1.7.0-rc01 (Pre-release)

29 Mar 22:59
3553899
Compare
Choose a tag to compare
Update Google.Protobuf to 3.15 (#850)

Signed-off-by: Hal Spang <[email protected]>