Orleans v2.2.0-rc1 Release Notes

    • 💥 Breaking changes

      • None
    • Non-breaking improvements

      • Internal transactional states are now immutable (#5149)
      • Log warning when ClusterMembershipOptions.ValidateInitialConnectivity=true (#5148)
      • Start using Span and new language features for increasing Orleans perfomance (#5061)
      • Lock worker error handling improvements (#5175)
      • Add TimerManager as Task.Delay replacement (#5201)
      • Cleanup Transaction Agent (#5188)
      • Replace Task.RunSynchronously usage with alternative (#5204)
      • fix multicluster registration test (#5186)
    • 🛠 Non-breaking bug fixes

      • Fix rootKvFolder is not backward compatible (#5100)
      • Fix test cluster deploy deadlock (#5167)
      • Fix drain logic in ThreadPoolExecutor (#5208)
      • Don't throw SiloUnavailableException when a gateway stops (#5209)
      • Fix call chain reentrancy (#5145)