8000 Tags · maffin-sa/dotnet-sdk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: maffin-sa/dotnet-sdk

Tags

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix pattern for tests that use HttpClient (dapr#589)

This change introduces a better API for us to test the DaprClient or
other HttpClient based APIs.

This will resolve the flakiness problems that we're seeing with some of
the actors tests.

Fixes: dapr#573
Fixes: dapr#588

Additionally fixed an issue where DaprHttpInteractor was misuing
HttpClientHandler. This would result in a new handler being created when
it isn't needed.

v1.0.0-rc06

Toggle v1.0.0-rc06's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rc6 (dapr#584)

Merging the following two commits from master into release branch
* Add missing cancellation token

* read binary data

Co-authored-by: Ryan Nowak <nowakra@gmail.com>
Co-authored-by: Sander Molenkamp <a.molenkamp@gmail.com>
Co-authored-by: Vinaya Damle <vinayadamle@gmail.com>

v1.0.0-rc05

Toggle v1.0.0-rc05's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make Actors unit testable (dapr#576)

Fixes:  dapr#574

Changes ActorHost constructor to be public again. Now the state manager
and http interactor are set via properties. This means that code in unit
tests won't be able to cover the methods that interact with timers or
reminders - however this was already the case. Testing state management
is covered by replacing the `IActorStateManager` with a mock.

Logged an issue to improve this.

Also added validation. If you try to use something that's not fully
initialized it will result in an exception with a meaningful message
instead of a null reference.

Also skips tests that are failing due to dapr#573. We know the cause of why
these are failing, and these tests have not been stable since they were
introduced. Failing additional CI builds is not giving us new
information.

v1.0.0-rc04

Toggle v1.0.0-rc04's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixes for getting the samples to work (dapr#570)

* fixes for getting the samples to work

* add ut

v1.0.0-rc03

Toggle v1.0.0-rc03's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge into release (dapr#565)

*Merge master into release branch

Co-authored-by: Ryan Nowak <nowakra@gmail.com>

Co-authored-by: Ryan Nowak <nowakra@gmail.com>
Co-authored-by: Carlos Mendible <cmendible@gmail.com>
Co-authored-by: Arghya Sadhu <arghya88@gmail.com>
Co-authored-by: Per Ökvist <perokvist@users.noreply.github.com>
Co-authored-by: Sander Molenkamp <a.molenkamp@gmail.com>
Co-authored-by: LukePammant <Luke.pammant@gmail.com>

v1.0.0-rc02

Toggle v1.0.0-rc02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update proto files (dapr#507)

v0.12.0-preview01

Toggle v0.12.0-preview01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update proto files for rc release (dapr#468)

v0.11.0-preview02

Toggle v0.11.0-preview02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cherry pick grpc exception handling change to 0.11 (dapr#431)

* grpc exception handling sample (dapr#427)

* rpc exception handling

* Upgrade grpc to 2.32.0 (dapr#413)

* fix comment

Co-authored-by: Young Bu Park <youngp@microsoft.com>

v0.11.0-preview01

Toggle v0.11.0-preview01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix github-release version (dapr#407)

v0.10.0-preview01

Toggle v0.10.0-preview01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Test change for nuget push (dapr#375)

0