v1.14.0-rc01
Pre-release
Pre-release
philliphoff
released this
09 Jul 20:36
·
1 commit
to release-1.14
since this release
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