Improvements and bug fixes since 3.2.0.
-
Non-breaking improvements
- Use "static" client observer to notify from the gateway when the silo is shutting down (#6613)
- More graceful termination of network connections (#6557) (#6625)
- Use TaskCompletionSource.RunContinuationsAsynchronously (#6573)
- Observe discarded ping task results (#6577)
- Constrain work done under a lock in BatchWorker (#6586)
- Support deterministic builds with CodeGenerator (#6592)
- Fix some xUnit test discovery issues (#6584)
- Delete old Joining records as part of cleanup of defunct entries (#6601, #6624)
- Propagate transaction exceptions in more cases (#6615)
-
Non-breaking bug fixes