v1.15.0-rc01
Pre-release
Pre-release
What's Changed
- [docs] fix breaking shortcode by @hhunter-ms in #1329
- [Service invocation] Link to non-Dapr endpoint how-to by @hhunter-ms in #1335
- Merge 1.14 release branch back into
master
. by @philliphoff in #1337 - Added missing workflow status branch by @WhitWaldo in #1348
- Consolidated version of nugets used in test project by @m3nax in #1315
- Added fix to handle null return values by @WhitWaldo in #1353
- Test: Validate method invocation with extraneous headers by @WhitWaldo in #1355
- Added unit test to Secrets API test suite by @WhitWaldo in #1347
- Removed deprecated Workflow methods and types from DaprClient and tests by @WhitWaldo in #1362
- Adding instance-based CreateInvokableHttpClient by @WhitWaldo in #1319
- Fixed security advisory updates across dependencies (transitive and direct) by @WhitWaldo in #1366
- Removes floating classes and introduces Dapr.Common project by @WhitWaldo in #1365
- Extracted Protos out to common project by @WhitWaldo in #1367
- Improvement of the dotnet-contributing files by @Shubhdeep02 in #1330
- Support case insensitive cloudevent payloads and forward cloudevent props s headers by @IliasP91 in #1153
- Updating actor serialization documentation by @WhitWaldo in #1371
- Prioritize retrieval of environment variables from IConfiguration instead of directly by @WhitWaldo in #1363
- cleanup: Removed Serilog nuget from Directory.Packages.props by @m3nax in #1376
- cleanup: Remove sample folder by @m3nax in #1375
- Remove unused variables by @RafaelJCamara in #1314
- Remove unused using statements. by @RafaelJCamara in #1313
- Incremental source generator for actors by @m3nax in #1334
- Add .NET client for Dapr Jobs API by @WhitWaldo in #1384
- Updated prereqs to specify .NET 6 and .NET 8 in v1.15 by @WhitWaldo in #1398
- Added option to override GrpcChannelOptions when adding DaprWorkflow (#7218) by @humandigital-ruud in #1244
- Fix for DI registration not completing as expected by @WhitWaldo in #1386
- Add .NET client for pub/sub support - streaming subscriptions by @WhitWaldo in #1381
- ci: set fail-fast to false by @mikeee in #1405
- Added workflow sample: Async operations by @WhitWaldo in #1394
- Added workflow example: Fan out/fan in by @WhitWaldo in #1396
- Added workflow sample: Sub-workflows by @WhitWaldo in #1395
- Added workflow sample: Task chaining by @WhitWaldo in #1387
- Added workflow sample: Monitor by @WhitWaldo in #1388
- Added workflow example: External interaction by @WhitWaldo in #1389
- Optional DI lifecycle change by @WhitWaldo in #1408
- Additional lifecycle registration changes by @WhitWaldo in #1410
- preserve comparer of the original dictionary by @tomhreb in #935
- Bug/476 multiple methods per interface with JSON serialization doesn´t work by @paule96 in #1343
- Support .NET 9 by @WhitWaldo in #1404
- [docs] Update Workflow to stable by @hhunter-ms in #1418
- FIX: Actor source generator generates invalid code for generic interfaces by @m3nax in #1419
- Add .NET client for LLM Conversations support by @WhitWaldo in #1382
- Updated protos to latest in dapr/dapr by @WhitWaldo in #1420
- Conversation builder consistency changes by @WhitWaldo in #1423
- #906 -Added methods in status API supports for saving and reading binary data by @divzi-p in #1116
- Fixes + unit tests for streaming PubSub implementation by @WhitWaldo in #1415
- Updating Dapr .NET SDK documentation by @WhitWaldo in #1409
- Add RELEASE doc. by @philliphoff in #1433
- Adds workflow replay-safe logger by @WhitWaldo in #1434
- Support gRPC richer error model by @jev-e in #1436
- Provide the ability to Mock WorkflowActivityContext by @siri-varma in #1358
New Contributors
- @Shubhdeep02 made their first contribution in #1330
- @IliasP91 made their first contribution in #1153
- @RafaelJCamara made their first contribution in #1314
- @humandigital-ruud made their first contribution in #1244
- @mikeee made their first contribution in #1405
- @tomhreb made their first contribution in #935
- @paule96 made their first contribution in #1343
- @divzi-p made their first contribution in #1116
- @jev-e made their first contribution in #1436
- @siri-varma made their first contribution in #1358
Full Changelog: v1.14.0...v1.15.0-rc01