Skip to content

Tags: AndrewP-GH/orleans

Tags

v3.6.4

Toggle v3.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove Directory handoff on silo shutdown (dotnet#7909)

* Remove handoff on silo shutdown

* Simplify GrainDirectoryHandoffManager

v4.0.0-preview2

Toggle v4.0.0-preview2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid accessing Assembly file path when publishing as a single file (d…

…otnet#7841)

* IL3000: Avoid accessing Assembly file path when publishing as a single file

* Update src/Orleans.Core/Runtime/RuntimeVersion.cs

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

v3.6.3

Toggle v3.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Validate constraints that are themselves generic correctly in Generic…

…MethodInvoker. (dotnet#7876)

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)