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

Skip to content

Tags: ibondy/orleans

Tags

v3.6.2

Toggle v3.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure timestamp is updated on codegen output for incremental builds (d…

…otnet#7687)

v3.6.1

Toggle v3.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Source Link build for CI (dotnet#7673)

v4.0.0-preview1

Toggle v4.0.0-preview1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add the Microsoft prefix for newly added packages (dotnet#7549)

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]>