Skip to content

Releases: dotnet/orleans

v1.0.7

15 May 21:33
Compare
Choose a tag to compare

Major refactoring of the stream adapter API.
Improvements to the steaming API to support subscription multiplicity.
Made IAddressable.AsReference strongly-typed.
Added a Chocolatey package.
Added support for private storage keys for testing.
Replaced ExtendedPrimaryKeyAttribute with IGrainWithGuidCompoundKey and IGrainWithIntegerCompoundKey.
Added support for grain classes that are implementations of generic grain interfaces with concrete type arguments.
Numerous other fixes and improvements.

v1.0.5

20 Mar 23:31
Compare
Choose a tag to compare

Major reorganization of NuGet packages and project templates.
Fixes to reflection-only assembly inspection and loading for side-by-side versioning.
Improved scalability of observers.
Programmatic configuration of providers.
Numerous other fixes and improvements.

v1.0.0 updated to include Newtonsoft.Json.dll

09 Feb 21:24
Compare
Choose a tag to compare

Stable production-quality release identical to v1.0.0 but with Newtonsoft.Json.dll added to LocalSilo and OrleansServer folders. Azure Table persistence provider has a dependency on Newtonsoft.Json.dll for JSON serialization.

v1.0.0

06 Feb 18:41
Compare
Choose a tag to compare

Initial stable production-quality release.