-
Notifications
You must be signed in to change notification settings - Fork 374
Comparing changes
Open a pull request
base repository: dapr/dotnet-sdk
base: v1.13.1
head repository: dapr/dotnet-sdk
compare: v1.14.0
- 18 commits
- 49 files changed
- 9 contributors
Commits on Mar 8, 2024
-
Merge 1.13 release branch back to master (#1247)
* Update protos and related use for Dapr 1.13. (#1236) * Update protos and related use. Signed-off-by: Phillip Hoff <phillip@orst.edu> * Update Dapr runtime version. Signed-off-by: Phillip Hoff <phillip@orst.edu> * Init properties. Signed-off-by: Phillip Hoff <phillip@orst.edu> --------- Signed-off-by: Phillip Hoff <phillip@orst.edu> * Update artifact action versions. (#1240) Signed-off-by: Phillip Hoff <phillip@orst.edu> * Make recursive true as default (#1243) Signed-off-by: Shivam Kumar <shivamkm07@gmail.com> * Make final 1.13 changes. Signed-off-by: Phillip Hoff <phillip@orst.edu> --------- Signed-off-by: Phillip Hoff <phillip@orst.edu> Signed-off-by: Shivam Kumar <shivamkm07@gmail.com> Co-authored-by: Shivam Kumar <shivamkm07@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1b7c9f4 - Browse repository at this point
Copy the full SHA 1b7c9f4View commit details
Commits on Apr 8, 2024
-
Updated to reflect latest guidance to register endpoints via top-leve…
…l route registrations (#1262) Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for 31af35b - Browse repository at this point
Copy the full SHA 31af35bView commit details -
Adds an option to set a timeout for service invocation (#1252)
* Adds http timeout Signed-off-by: Elena Kolevska <elena@kolevska.com> * Adds a timeout for the grpc client Signed-off-by: Elena Kolevska <elena@kolevska.com> * Small updates Signed-off-by: Elena Kolevska <elena@kolevska.com> * Updates test Signed-off-by: Elena Kolevska <elena@kolevska.com> * Adds a timeout example in docs Signed-off-by: Elena Kolevska <elena@kolevska.com> * Adds e2e test for http service invocation Signed-off-by: Elena Kolevska <elena@kolevska.com> * Adds tests for grpc service invocation Signed-off-by: Elena Kolevska <elena@kolevska.com> * Removes grpc timeout, because it’s not needed. It can be passed directly to the call as shown in the updated tests and docs Signed-off-by: Elena Kolevska <elena@kolevska.com> * Update src/Dapr.Client/DaprClientBuilder.cs Signed-off-by: Elena Kolevska <elena-kolevska@users.noreply.github.com> --------- Signed-off-by: Elena Kolevska <elena@kolevska.com> Signed-off-by: Elena Kolevska <elena-kolevska@users.noreply.github.com> Co-authored-by: Phillip Hoff <phillip@orst.edu>
Configuration menu - View commit details
-
Copy full SHA for bdca3b3 - Browse repository at this point
Copy the full SHA bdca3b3View commit details -
Updating Workflow XML comment for accuracy (#1260)
Signed-off-by: Whit Waldo <whit.waldo@innovian.net> Co-authored-by: Phillip Hoff <phillip@orst.edu>
Configuration menu - View commit details
-
Copy full SHA for ca0bffa - Browse repository at this point
Copy the full SHA ca0bffaView commit details -
Updated property on type to reflect the fact that it can return a nul…
…l value (which it will if a key doesn't have any data in the state store). Only enabled nullable annotation on this file for now. (#1259) Signed-off-by: Whit Waldo <whit.waldo@innovian.net> Co-authored-by: Phillip Hoff <phillip@orst.edu>
Configuration menu - View commit details
-
Copy full SHA for 64c2f48 - Browse repository at this point
Copy the full SHA 64c2f48View commit details -
#1239 remove polyfill packages (#1258)
Signed-off-by: James Thompson - SkiData <thompson.tomo@outlook.com> Co-authored-by: Phillip Hoff <phillip@orst.edu>
Configuration menu - View commit details
-
Copy full SHA for ad3350f - Browse repository at this point
Copy the full SHA ad3350fView commit details
Commits on Apr 23, 2024
-
Updated .github/holopin.yml. Fixes #1270 (#1276)
Signed-off-by: Carlos Mendible <266546+cmendible@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ba13415 - Browse repository at this point
Copy the full SHA ba13415View commit details
Commits on May 13, 2024
-
Signed-off-by: Manuel Menegazzo <65919883+m3nax@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fd71812 - Browse repository at this point
Copy the full SHA fd71812View commit details
Commits on May 14, 2024
-
restored missing title in readme (#1286)
Signed-off-by: Manuel Menegazzo <65919883+m3nax@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 23c484e - Browse repository at this point
Copy the full SHA 23c484eView commit details
Commits on May 22, 2024
-
Fixed badge broken links (#1290)
* Fixed badge broken links Signed-off-by: Manuel Menegazzo <65919883+m3nax@users.noreply.github.com> * Update README.md Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com> Signed-off-by: Manuel Menegazzo <65919883+m3nax@users.noreply.github.com> --------- Signed-off-by: Manuel Menegazzo <65919883+m3nax@users.noreply.github.com> Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 190156f - Browse repository at this point
Copy the full SHA 190156fView commit details
Commits on Jun 5, 2024
-
Removed non-existent project, correct path of the generator project. (#…
…1297) Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for fba9dfd - Browse repository at this point
Copy the full SHA fba9dfdView commit details
Commits on Jun 25, 2024
-
Added overload for DaprClient DI registration (#1289)
* Added overload for DaprClient DI registration allowing the consumer to easily use values from injected services (e.g. IConfiguration). Signed-off-by: Whit Waldo <whit.waldo@innovian.net> * Added supporting unit test Signed-off-by: Whit Waldo <whit.waldo@innovian.net> --------- Signed-off-by: Whit Waldo <whit.waldo@innovian.net> Co-authored-by: Phillip Hoff <phillip@orst.edu>
Configuration menu - View commit details
-
Copy full SHA for 2e94bb1 - Browse repository at this point
Copy the full SHA 2e94bb1View commit details -
Merge
release-1.13back intomaster(#1285)* Update protos and related use for Dapr 1.13. (#1236) * Update protos and related use. Signed-off-by: Phillip Hoff <phillip@orst.edu> * Update Dapr runtime version. Signed-off-by: Phillip Hoff <phillip@orst.edu> * Init properties. Signed-off-by: Phillip Hoff <phillip@orst.edu> --------- Signed-off-by: Phillip Hoff <phillip@orst.edu> * Update artifact action versions. (#1240) Signed-off-by: Phillip Hoff <phillip@orst.edu> * Make recursive true as default (#1243) Signed-off-by: Shivam Kumar <shivamkm07@gmail.com> * Fix for secret key transformation in multi-value scenarios (#1274) * Add repro test. Signed-off-by: Phillip Hoff <phillip@orst.edu> * Fix for secret key transformation in multi-value scenarios. Signed-off-by: Phillip Hoff <phillip@orst.edu> --------- Signed-off-by: Phillip Hoff <phillip@orst.edu> * Update Dapr version numbers used during testing. Signed-off-by: Phillip Hoff <phillip@orst.edu> --------- Signed-off-by: Phillip Hoff <phillip@orst.edu> Signed-off-by: Shivam Kumar <shivamkm07@gmail.com> Co-authored-by: Shivam Kumar <shivamkm07@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 512c9ea - Browse repository at this point
Copy the full SHA 512c9eaView commit details
Commits on Jun 26, 2024
-
Samples - Add k8s deployment yaml to DemoActor sample (#1308)
* up Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> * Fixed build Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> * Added scripts for image build Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> * Added readme Build and push Docker image Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> * Added demo-actor.yaml Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> * Fixed typo Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> * Updated guide, fixed invocation throw curl Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> * Removed dockerfile, updated readme, removed ps1 and sh scripts Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> * Updated base image Signed-off-by: Manuel Menegazzo <65919883+m3nax@users.noreply.github.com> Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> * Update demo-actor.yaml Signed-off-by: Manuel Menegazzo <65919883+m3nax@users.noreply.github.com> Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> * Added overload for DaprClient DI registration (#1289) * Added overload for DaprClient DI registration allowing the consumer to easily use values from injected services (e.g. IConfiguration). Signed-off-by: Whit Waldo <whit.waldo@innovian.net> * Added supporting unit test Signed-off-by: Whit Waldo <whit.waldo@innovian.net> --------- Signed-off-by: Whit Waldo <whit.waldo@innovian.net> Co-authored-by: Phillip Hoff <phillip@orst.edu> Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> * Merge `release-1.13` back into `master` (#1285) * Update protos and related use for Dapr 1.13. (#1236) * Update protos and related use. Signed-off-by: Phillip Hoff <phillip@orst.edu> * Update Dapr runtime version. Signed-off-by: Phillip Hoff <phillip@orst.edu> * Init properties. Signed-off-by: Phillip Hoff <phillip@orst.edu> --------- Signed-off-by: Phillip Hoff <phillip@orst.edu> * Update artifact action versions. (#1240) Signed-off-by: Phillip Hoff <phillip@orst.edu> * Make recursive true as default (#1243) Signed-off-by: Shivam Kumar <shivamkm07@gmail.com> * Fix for secret key transformation in multi-value scenarios (#1274) * Add repro test. Signed-off-by: Phillip Hoff <phillip@orst.edu> * Fix for secret key transformation in multi-value scenarios. Signed-off-by: Phillip Hoff <phillip@orst.edu> --------- Signed-off-by: Phillip Hoff <phillip@orst.edu> * Update Dapr version numbers used during testing. Signed-off-by: Phillip Hoff <phillip@orst.edu> --------- Signed-off-by: Phillip Hoff <phillip@orst.edu> Signed-off-by: Shivam Kumar <shivamkm07@gmail.com> Co-authored-by: Shivam Kumar <shivamkm07@gmail.com> Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> --------- Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> Signed-off-by: Manuel Menegazzo <65919883+m3nax@users.noreply.github.com> Signed-off-by: Whit Waldo <whit.waldo@innovian.net> Signed-off-by: Phillip Hoff <phillip@orst.edu> Signed-off-by: Shivam Kumar <shivamkm07@gmail.com> Co-authored-by: Whit Waldo <whit.waldo@innovian.net> Co-authored-by: Phillip Hoff <phillip@orst.edu> Co-authored-by: Shivam Kumar <shivamkm07@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8496253 - Browse repository at this point
Copy the full SHA 8496253View commit details -
Added ActorReference creation from the ActorBase class informations (#…
…1277) * Handled creation of ActorReference from Actor base class Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> * Updated null check Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> * Added unit test for GetActorReference from null actore and actor proxy Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> * Added test for ActorReference created inside Actor implementation Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> * Updated description Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> * Fixed test method naming Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> * Added unit test for exception generated in case the type is not convertible to an ActorReference Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com> --------- Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for ddce8a2 - Browse repository at this point
Copy the full SHA ddce8a2View commit details
Commits on Jul 3, 2024
-
Added overload to support SDK supplying query string on invoked URL (#…
…1310) * Refactored extensions and their tests into separate directories Signed-off-by: Whit Waldo <whit.waldo@innovian.net> * Added overload to method invocation to allow query string parameters to be passed in via the SDK instead of being uncermoniously added to the end of the produced HttpRequestMessage URI Signed-off-by: Whit Waldo <whit.waldo@innovian.net> * Added unit tests to support implementation Signed-off-by: Whit Waldo <whit.waldo@innovian.net> * Marking HttpExtensions as internal to prevent external usage and updating to work against Uri instead of HttpRequestMessage. Signed-off-by: Whit Waldo <whit.waldo@innovian.net> * Updated unit tests to match new extension purpose Signed-off-by: Whit Waldo <whit.waldo@innovian.net> * Resolved an ambiguous method invocation wherein it was taking the query string and passing it as the payload for a request. Removed the offending method and reworked the remaining configurations so there's no API impact. Signed-off-by: Whit Waldo <whit.waldo@innovian.net> --------- Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for 3768a98 - Browse repository at this point
Copy the full SHA 3768a98View commit details
Commits on Jul 9, 2024
-
Dapr runtime and .NET reference updates. (#1323)
* Dapr runtime and .NET reference updates. Signed-off-by: Phillip Hoff <phillip@orst.edu> * Update protos. Signed-off-by: Phillip Hoff <phillip@orst.edu> --------- Signed-off-by: Phillip Hoff <phillip@orst.edu>
Configuration menu - View commit details
-
Copy full SHA for 205f45f - Browse repository at this point
Copy the full SHA 205f45fView commit details
Commits on Jul 23, 2024
-
Signed-off-by: Anton Troshin <anton@diagrid.io> Signed-off-by: Anton Troshin <troll.sic@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fbb7a81 - Browse repository at this point
Copy the full SHA fbb7a81View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.13.1...v1.14.0