Skip to content

Releases: man-group/dapr-sidekick-dotnet

Dapr Sidekick v2.0.0-rc01

11 Apr 12:55
9a8e9f4

Choose a tag to compare

Pre-release

What's Changed

  • Support for Dapr 1.12.0+ by @badgeratu in #62
  • Update to Dapr SDK 1.13
  • Remove support for netcoreapp3.1 and net5.0
  • Add support for net6.0 and net8.0
  • Samples for hosting Placement and Sentry
  • Introduction of RuntimeVersion setting to define the current minimum runtime version for launch features. Defaults to latest.

Full Changelog: v1.2.2...v2.0.0-rc01

Dapr Sidekick v1.2.2

09 Oct 09:26
8a00cc7

Choose a tag to compare

What's Changed

  • Added support for --resources-path parameter by @attilaszasz in #53
  • Feature/add working directory override by @IliasP91 in #59

New Contributors

  • @attilaszasz made their first contribution in #53
  • @IliasP91 made their first contribution in #59

Full Changelog: v1.2.1...v1.2.2

All packages available on nuget.org:

Dapr Sidekick v1.2.1

14 Jan 10:54
6d0d616

Choose a tag to compare

What's Changed

  • Issue 36 : FIX Delay Sidecar Startup until Host Application Started

Full Changelog: v1.2.0...v1.2.1

Dapr Sidekick v1.2.0

18 Oct 08:54
0fb8a6d

Choose a tag to compare

What's Changed

  • Issue 28 : Fix Namespace configuration issue, support for custom environment variables by @badgeratu in #29

Full Changelog: v1.1.0...v1.2.0

Dapr Sidekick v1.1.0

02 Aug 12:31
eda4078

Choose a tag to compare

New in this release

  • RESOLVED Sidecar Placement Address should be optional #6
  • RESOLVED Attach mode health check throws exception if daprd exits #7
  • RESOLVED Configuration section should be named DaprSidekick not Dapr #8
  • RESOLVED Support environment variables for Dapr Sidekick settings #9
  • RESOLVED Empty "SentryAddress" property passes empty "--sentry-address" to daprd #10
  • RESOLVED Unable to load shared library 'kernel32.dll' on macOS #11

Dapr Sidekick v1.1.0-rc02

30 Jul 11:58
eda4078

Choose a tag to compare

Pre-release
Add UseDefaultPlacementHostAddress option (#17)

Dapr Sidekick v1.1.0-rc01

28 Jul 15:47
835ef0b

Choose a tag to compare

Pre-release
Use "DaprSidekick" config section in preference to "Dapr" (#16)

Release Dapr Sidekick v1.0.0

01 Jun 11:42
57f8412

Choose a tag to compare

First stable release of Dapr Sidekick!

Release Dapr Sidekick v1.0.0-rc01

28 May 11:19
bc326c0

Choose a tag to compare

Pre-release
Merge pull request #3 from man-group/sxj

Update to Dapr 1.2.0, remove Placement from sample