Tags: Romanx/orleans
Tags
Add the Microsoft prefix for newly added packages (dotnet#7549)
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]>
Support ILBasedSerializer as a fallback only after trying the configu… …red fallback (dotnet#7357)
Fix token comparison in SetCursor (dotnet#7308) (dotnet#7314)
Clear TTL on status messages (Fixes dotnet#7046) (dotnet#7049)
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]>
Update NuGet.Config (dotnet#6873) (dotnet#6933) Co-authored-by: Reuben Bond <[email protected]>
PreviousNext