Releases: man-group/dapr-sidekick-dotnet
Releases · man-group/dapr-sidekick-dotnet
Dapr Sidekick v2.0.0-rc01
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
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
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
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
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
Add UseDefaultPlacementHostAddress option (#17)
Dapr Sidekick v1.1.0-rc01
Use "DaprSidekick" config section in preference to "Dapr" (#16)
Release Dapr Sidekick v1.0.0
First stable release of Dapr Sidekick!
Release Dapr Sidekick v1.0.0-rc01
Merge pull request #3 from man-group/sxj Update to Dapr 1.2.0, remove Placement from sample