Skip to content

Releases: dapr/dotnet-sdk

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 <amulyavarote@microsoft.com>

* Changes based on the review comments

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Changes in examples to make them real world - based on the PR review

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Fixed application log statements

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Changes to implement IDisposable

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Changes based on the review comments

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Added a sample test case for TryLockResponse

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Changes based on the review comments - 2

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Reworking the DistributedLock example

Signed-off-by: Hal Spang <halspang@microsoft.com>

Co-authored-by: Hal Spang <halspang@microsoft.com>

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 <halspang@microsoft.com>

Dapr dotnet-sdk v1.6.0

24 Jan 22:03
764b4d7
Compare
Choose a tag to compare
Fix issue where state did not reset on actor error (#789)

When an actor call fails, it is imperative that the state is reset.
In the remoting path, we were catching the exception and returning
an error response instead of propagating the exception. Without this,
the error path was never triggered. This allowed for state from
failed requests to persist on subsequent requests.

https://github.com/dapr/dotnet-sdk/issues/762

Signed-off-by: Hal Spang <halspang@microsoft.com>

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

14 Jan 21:47
764b4d7
Compare
Choose a tag to compare
Fix issue where state did not reset on actor error (#789)

When an actor call fails, it is imperative that the state is reset.
In the remoting path, we were catching the exception and returning
an error response instead of propagating the exception. Without this,
the error path was never triggered. This allowed for state from
failed requests to persist on subsequent requests.

https://github.com/dapr/dotnet-sdk/issues/762

Signed-off-by: Hal Spang <halspang@microsoft.com>