v1.13.0-rc01
Pre-release
Pre-release
philliphoff
released this
16 Feb 22:03
·
75 commits
to master
since this release
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