github dotnet/orleans v3.4.1

latest releases: v3.7.2, v8.1.0, v8.1.0-preview3...
3 years ago

Kubernetes hosting package marked as stable

The Microsoft.Orleans.Kubernetes.Hosting package is now marked as stable. This package is intended to help users who are deploying to Kubernetes by automating configuration of silos, monitoring Kubernetes for changes in the active pods, and terminating pods which are marked as defunct by the Orleans cluster. Please try it and give us your feedback. Documentation is available here and a sample project is available here.

Improvements and bug fixes since 3.4.0

  • Non-breaking improvements

    • Improve performance of LRU.Add() (#6872)
    • Added a base class to IStorage that is not generic (#6928) (#6931)
    • Cleanup Kubernetes hosting package for stable release (#6902) (#6911)
    • Mark Kubernetes hosting package as stable (#6804) (#6903)
  • Non-breaking bug fixes

    • Fix leak in RunningRequestSenders (#6903)
    • Avoid disposing uncompleted task in LinuxEnvironmentStatistics (#6842) (#6887)
    • Only log that a message is being forwarded if it is being forwarded (#6892) (#6910)
    • In GrainDirectoryPartition, throw an exception instead of returning null if trying to register an activation on a non-valid silo (#6896) (#6901)
    • Do not retry to send streaming events if the pulling agent has been stopped (#6897) (#6900)
    • Try to limit forwarding when a grain activation throws an exception in OnActivateAsync() (#6891) (#6893)

Don't miss a new orleans release

NewReleases is sending notifications on new releases.