Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dapr/dotnet-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.1
Choose a base ref
...
head repository: dapr/dotnet-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.0
Choose a head ref
  • 18 commits
  • 49 files changed
  • 9 contributors

Commits on Mar 8, 2024

  1. 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>
    philliphoff and shivamkm07 authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1b7c9f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Updated to reflect latest guidance to register endpoints via top-leve…

    …l route registrations (#1262)
    
    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    31af35b View commit details
    Browse the repository at this point in the history
  2. 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>
    elena-kolevska and philliphoff authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    bdca3b3 View commit details
    Browse the repository at this point in the history
  3. Updating Workflow XML comment for accuracy (#1260)

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    Co-authored-by: Phillip Hoff <phillip@orst.edu>
    WhitWaldo and philliphoff authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ca0bffa View commit details
    Browse the repository at this point in the history
  4. 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>
    WhitWaldo and philliphoff authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    64c2f48 View commit details
    Browse the repository at this point in the history
  5. #1239 remove polyfill packages (#1258)

    Signed-off-by: James Thompson - SkiData <thompson.tomo@outlook.com>
    Co-authored-by: Phillip Hoff <phillip@orst.edu>
    thompson-tomo and philliphoff authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ad3350f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Updated .github/holopin.yml. Fixes #1270 (#1276)

    Signed-off-by: Carlos Mendible <266546+cmendible@users.noreply.github.com>
    cmendible authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ba13415 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Update README.md (#1284)

    Signed-off-by: Manuel Menegazzo <65919883+m3nax@users.noreply.github.com>
    m3nax authored May 13, 2024
    Configuration menu
    Copy the full SHA
    fd71812 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. restored missing title in readme (#1286)

    Signed-off-by: Manuel Menegazzo <65919883+m3nax@users.noreply.github.com>
    m3nax authored May 14, 2024
    Configuration menu
    Copy the full SHA
    23c484e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. 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>
    m3nax and marcduiker authored May 22, 2024
    Configuration menu
    Copy the full SHA
    190156f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Removed non-existent project, correct path of the generator project. (#…

    …1297)
    
    Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com>
    m3nax authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    fba9dfd View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. 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>
    WhitWaldo and philliphoff authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2e94bb1 View commit details
    Browse the repository at this point in the history
  2. 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>
    philliphoff and shivamkm07 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    512c9ea View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. 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>
    4 people authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8496253 View commit details
    Browse the repository at this point in the history
  2. 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>
    m3nax authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ddce8a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. 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>
    WhitWaldo authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    3768a98 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. 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>
    philliphoff authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    205f45f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. update proto (#1327)

    Signed-off-by: Anton Troshin <anton@diagrid.io>
    Signed-off-by: Anton Troshin <troll.sic@gmail.com>
    antontroshin authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    fbb7a81 View commit details
    Browse the repository at this point in the history
Loading