github dotnet/orleans v1.3.0

latest releases: v8.1.0, v8.1.0-preview3, v7.2.6...
7 years ago

NB: There is a subtle breaking change in this release, which is unfortunately easy to miss.
If you are using AzureSilo.Start(ClusterConfiguration config, string deploymentId) in your code, that overload has been removed, but the new one that replaced it has the same argument signature with a different second argument: (ClusterConfiguration config, string connectionString). Deployment ID now has to be passed as part of the config argument: config.Globals.DeploymentId. This removed the ambiguous possibility of passing two different Deployment IDs, but unfortunately at the cost of the breaking API change.

  • Bug fixes
    • Empty deployment Id in Azure #2230
    • Remove zero length check in Protobuf serializer #2251
    • Make PreferLocalPlacement revert to RandomPlacement on non-active silos #2276
  • Streaming
    • Updated MemoryStreamProvider to support custom message serialization #2271

Don't miss a new orleans release

NewReleases is sending notifications on new releases.