Protoactor Dotnet Versions Save

Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin

1.6.0

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/asynkron/protoactor-dotnet/compare/1.5.0...1.6.0

1.5.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/asynkron/protoactor-dotnet/compare/1.4.0...1.5.0

1.4.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/asynkron/protoactor-dotnet/compare/1.3.0...1.4.0

Remove duplicate addresses

Under some conditions, members with different IDs but with the same address could occur, e.g. pod restart or similar. This could break ongoing actor handovers for the PartitionIdentityLookup. This has been resolved by tagging each member with an Age timestamp, and in case of duplicate addresses, the older one is removed, as this member must have been a previous instance that later restarted.

If you are using PartitionIdentityLookup you should upgrade immediately to resolve this issue.

1.3.0

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/asynkron/protoactor-dotnet/compare/1.2.0...1.3.0

1.2.0

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/asynkron/protoactor-dotnet/compare/1.1.0...1.2.0

1.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/asynkron/protoactor-dotnet/compare/1.0.0...1.1.0

1.0.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/asynkron/protoactor-dotnet/compare/0.33.0...1.0.0

1.0.0-rc5

1 year ago

What's Changed

Full Changelog: https://github.com/asynkron/protoactor-dotnet/compare/1.0.0-rc4...1.0.0-rc5

1.0.0-rc4

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/asynkron/protoactor-dotnet/compare/1.0.0-rc3...1.0.0-rc4

1.0.0-rc3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/asynkron/protoactor-dotnet/compare/1.0.0-rc2...1.0.0-rc3