Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: crismsx/orleans

Tags

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create PostgreSQL migrations for version 3.6.0 (dotnet#7490) (dotnet#…

…7492)

* Create PostgreSQL migrations for version 3.6.0

The changes in dotnet#7402 are fine for new deployments, but existing deployments need a way to migrate tables and routines in order to apply the same changes.

Users can run the SQL in the 3 migration files when upgrading to 3.6.0

Co-authored-by: Reuben Bond <[email protected]>

Co-authored-by: Ede Meijer <[email protected]>

v3.5.1

Toggle v3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support ILBasedSerializer as a fallback only after trying the configu…

…red fallback (dotnet#7357)

v3.4.4

Toggle v3.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix token comparison in SetCursor (dotnet#7308) (dotnet#7314)

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade Azure EventHubs (dotnet#7255)

v3.4.3

Toggle v3.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clear TTL on status messages (Fixes dotnet#7046) (dotnet#7049)

v3.4.2

Toggle v3.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Close connections asynchronously and improve gracefulness (dotnet#7006)

* Close connections asynchronously and improve gracefulness (dotnet#6762)

* Lock around connection cleanup so we don't call .Complete() and .CancelPendingFlush()/.CancelPendingRead() on the same pipe which results in an ObjectDisposedException

* Close connections asynchronously and improve gracefulness

Co-authored-by: ReubenBond <[email protected]>

* Adding await for GatewayListNotification

* Updating GatewayManager interfaces

Co-authored-by: John Morman <[email protected]>
Co-authored-by: ReubenBond <[email protected]>

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update NuGet.Config (dotnet#6873) (dotnet#6933)

Co-authored-by: Reuben Bond <[email protected]>

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ADO.NET Provider support MySqlConector 0.x and 1.x. (dotnet#6831) (

…dotnet#6860)

Co-authored-by: Han Liu <[email protected]>

v3.4.0-rc1

Toggle v3.4.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Probe silos indirectly before submitting a vote (dotnet#6800) (dotnet…

…#6839)

* Probe silos indirectly before submitting a vote (dotnet#6800)

* Probe silos indirectly before submitting a vote

* Improve tests

* Remove no-longer necessary cases in SiloHealthMonitor, since concurrency has been removed.

* Changes for 3.4.0

v3.3.0

Toggle v3.3.0's commit message