Releases: dapr/dotnet-sdk
Releases · dapr/dotnet-sdk
v1.14.0
What's Changed
- Merge 1.13 release branch back to master by @philliphoff in #1247
- Updated docs to register actor endpoint via top-level registrations by @WhitWaldo in #1262
- Adds an option to set a timeout for service invocation by @elena-kolevska in #1252
- Updated Workflow comment for accuracy by @WhitWaldo in #1260
- Marked bulk state
Value
property as nullable by @WhitWaldo in #1259 - #1239 remove polyfill packages by @thompson-tomo in #1258
- Updated .github/holopin.yml. Fixes #1270 by @cmendible in #1276
- Standardize README with shield badges by @m3nax in #1284
- Restored missing title "Dapr SDK for .NET" in readme by @m3nax in #1286
- Fixed badge broken links by @m3nax in #1290
- Removed non-existent project PublishSubscribe, correct path of the Dapr.Actors.Generators project. by @m3nax in #1297
- Added overload for DaprClient DI registration by @WhitWaldo in #1289
- Merge
release-1.13
back intomaster
by @philliphoff in #1285 - Samples - Add k8s deployment yaml to DemoActor sample by @m3nax in #1308
- Added ActorReference creation from the ActorBase class informations by @m3nax in #1277
- Added overload to support SDK supplying query string on invoked URL by @WhitWaldo in #1310
- Dapr runtime and .NET reference updates. by @philliphoff in #1323
- Update protos for Dapr 1.14 by @antontroshin in #1327
New Contributors
- @elena-kolevska made their first contribution in #1252
- @thompson-tomo made their first contribution in #1258
- @m3nax made their first contribution in #1284
- @antontroshin made their first contribution in #1327
Full Changelog: v1.13.1...v1.14.0
v1.14.0-rc02
What's Changed
- Update protos for Dapr 1.14 by @antontroshin in #1327
New Contributors
- @antontroshin made their first contribution in #1327
Full Changelog: v1.14.0-rc01...v1.14.0-rc02
v1.14.0-rc01
Breaking Changes
With 1.14, explicit support for .NET 7 (such as it is) in the SDK is considered deprecated. Starting with 1.15, no Dapr SDK assemblies will target .NET 7 (but .NET 7 applications may still be able to use the .NET 6 targeted assemblies).
What's Changed
- Merge 1.13 release branch back to master by @philliphoff in #1247
- Updated docs to register actor endpoint via top-level registrations by @WhitWaldo in #1262
- Adds an option to set a timeout for service invocation by @elena-kolevska in #1252
- Updated Workflow comment for accuracy by @WhitWaldo in #1260
- Marked bulk state
Value
property as nullable by @WhitWaldo in #1259 - #1239 remove polyfill packages by @thompson-tomo in #1258
- Updated .github/holopin.yml. Fixes #1270 by @cmendible in #1276
- Standardize README with shield badges by @m3nax in #1284
- Restored missing title "Dapr SDK for .NET" in readme by @m3nax in #1286
- Fixed badge broken links by @m3nax in #1290
- Removed non-existent project PublishSubscribe, correct path of the Dapr.Actors.Generators project. by @m3nax in #1297
- Added overload for DaprClient DI registration by @WhitWaldo in #1289
- Merge
release-1.13
back intomaster
by @philliphoff in #1285 - Samples - Add k8s deployment yaml to DemoActor sample by @m3nax in #1308
- Added ActorReference creation from the ActorBase class informations by @m3nax in #1277
- Added overload to support SDK supplying query string on invoked URL by @WhitWaldo in #1310
- Dapr runtime and .NET reference updates. by @philliphoff in #1323
New Contributors
- @elena-kolevska made their first contribution in #1252
- @thompson-tomo made their first contribution in #1258
- @m3nax made their first contribution in #1284
Full Changelog: v1.13.1...v1.14.0-rc01
v1.13.1
What's Changed
- Fix for secret key transformation in multi-value scenarios by @philliphoff in #1274
Full Changelog: v1.13.0...v1.13.1
v1.13.0
What's Changed
- Adding in new test for parallel raise events in workflow by @RyanLettieri in #1155
- Consolidate C# language version to 10. by @philliphoff in #1180
- Update actor reminder example. by @philliphoff in #1179
- Initial implementation for workflow log tracing by @RyanLettieri in #1176
- .NET 8 Support by @philliphoff in #1188
- Modify broken links in README by @MregXN in #1190
- Added unit test to validate JsonStringEnumConverter working as expected by @WhitWaldo in #1174
- add some descriptions to README in workflow example by @MregXN in #1192
- Updates Dapr to 1.12 in GitHub actions itest by @JoshVanL in #1185
- Add holopin.yml config for GHC2023 event by @marcduiker in #1147
- Correct spelling of "identified" by @frankbuckley in #1159
- Updating the workflow console app example program to allow for CTRL+C to properly terminate the program, and Readme updates by @RyanLettieri in #1194
- Enable
CancellationToken
for non-remoting actor implementations by @philliphoff in #1202 - Fix example dotnet-actors-howto.md by @henrikkarstrom in #1218
- Update _index.md by fixing broken link by @farshaddavoudi in #1221
- use daprWorkflowClient instead of daprClient in workflow sample by @MregXN in #1212
- Actor State TTL by @JoshVanL in #1164
- Docs: Actor serialization documentation by @WhitWaldo in #1222
- Weakly-typed actors should support polymorphic response and null response by @RemcoBlok in #1214
- Implementing Cryptography building block in .NET by @WhitWaldo in #1217
- Handle the case where appid contains at least one upperletter by @TWEESTY in #1233
- Enable vault name mapping and error suppression by @jamesmcroft in #1231
- Add overload to deserialize GetBulkStateAsync item values by @WhitWaldo in #1173
- Register Dapr services in keyed-compatible manner by @philliphoff in #1238
- Source generated actor clients by @philliphoff in #1165
- Update protos and related use for Dapr 1.13. by @philliphoff in #1236
- Move to v4 of the upload/download artifact actions. by @philliphoff in #1240
- Cascade Terminate/Purge support by @shivamkm07 in #1243
New Contributors
- @MregXN made their first contribution in #1190
- @WhitWaldo made their first contribution in #1174
- @JoshVanL made their first contribution in #1185
- @marcduiker made their first contribution in #1147
- @frankbuckley made their first contribution in #1159
- @henrikkarstrom made their first contribution in #1218
- @farshaddavoudi made their first contribution in #1221
- @RemcoBlok made their first contribution in #1214
- @TWEESTY made their first contribution in #1233
- @jamesmcroft made their first contribution in #1231
Full Changelog: v1.12.0...v1.13.0
v1.13.0-rc03
What's Changed
- Cascade Terminate/Purge support by @shivamkm07 in #1243
Full Changelog: v1.13.0-rc02...v1.13.0-rc03
v1.13.0-rc02
What's Changed
- Move to v4 of the upload/download artifact actions. by @philliphoff in #1240
Full Changelog: v1.13.0-rc01...v1.13.0-rc02
v1.13.0-rc01
What's Changed
- Adding in new test for parallel raise events in workflow by @RyanLettieri in #1155
- Consolidate C# language version to 10. by @philliphoff in #1180
- Update actor reminder example. by @philliphoff in #1179
- Initial implementation for workflow log tracing by @RyanLettieri in #1176
- .NET 8 Support by @philliphoff in #1188
- Modify broken links in README by @MregXN in #1190
- Added unit test to validate JsonStringEnumConverter working as expected by @WhitWaldo in #1174
- add some descriptions to README in workflow example by @MregXN in #1192
- Updates Dapr to 1.12 in GitHub actions itest by @JoshVanL in #1185
- Add holopin.yml config for GHC2023 event by @marcduiker in #1147
- Correct spelling of "identified" by @frankbuckley in #1159
- Updating the workflow console app example program to allow for CTRL+C to properly terminate the program, and Readme updates by @RyanLettieri in #1194
- Enable
CancellationToken
for non-remoting actor implementations by @philliphoff in #1202 - Fix example dotnet-actors-howto.md by @henrikkarstrom in #1218
- Update _index.md by fixing broken link by @farshaddavoudi in #1221
- use daprWorkflowClient instead of daprClient in workflow sample by @MregXN in #1212
- Actor State TTL by @JoshVanL in #1164
- Docs: Actor serialization documentation by @WhitWaldo in #1222
- Weakly-typed actors should support polymorphic response and null response by @RemcoBlok in #1214
- Implementing Cryptography building block in .NET by @WhitWaldo in #1217
- Handle the case where appid contains at least one upperletter by @TWEESTY in #1233
- Enable vault name mapping and error suppression by @jamesmcroft in #1231
- Add overload to deserialize GetBulkStateAsync item values by @WhitWaldo in #1173
- Register Dapr services in keyed-compatible manner by @philliphoff in #1238
- Source generated actor clients by @philliphoff in #1165
- Update protos and related use for Dapr 1.13. by @philliphoff in #1236
New Contributors
- @MregXN made their first contribution in #1190
- @WhitWaldo made their first contribution in #1174
- @JoshVanL made their first contribution in #1185
- @marcduiker made their first contribution in #1147
- @frankbuckley made their first contribution in #1159
- @henrikkarstrom made their first contribution in #1218
- @farshaddavoudi made their first contribution in #1221
- @RemcoBlok made their first contribution in #1214
- @TWEESTY made their first contribution in #1233
- @jamesmcroft made their first contribution in #1231
Full Changelog: v1.12.0-rc01...v1.13.0-rc01
Dapr dotnet-sdk v1.12.0
What's Changed
- FIXED Fix HTTP examples in Workflow Console App 1107
- FIXED Fix Workflow ignoring external event payload 1119
- UPDATED Bump library version for Grpc.Net.Client 1126
- ADDED Support for
DAPR_HTTP_ENDPOINT
andDAPR_GRPC_ENDPOINT
environment variables 1124 - ADDED Support for
OnActorMethodFailedAsync
method to simplify actor error logging 1014 - UPDATED Drop support for NET3.1 and standardize on NET6 1045
- ADDED Support for JSON Serialization in proxied actors 1073
- ADDED Workflow support for API Tokens 1141
- FIXED Fix Healthz requests to include the API Token if present 1145
New Contributors
- @shubham1172 made their first contribution in #1107
- @MonkeyTennis made their first contribution in #1126
- @vlardn made their first contribution in #1014
- @onionhammer made their first contribution in #1073
- @famarting made their first contribution in #1145
Full Changelog: v1.11.0...v1.12.0
Dapr dotnet-sdk v1.12.0-rc02
What's Changed
- Adding in new test for parallel raise events in workflow by @RyanLettieri in #1155
Full Changelog: v1.12.0-rc01...v1.12.0-rc02