Rebex .NET components R5.5: New binaries for .NET Core 3.1, fixed permissions issue

  |   Lukas Pokorny

R5.5 improves .NET Core 3.1 support and resolves Rebex File Server issue:

New binaries for .NET Core 3.1

Rebex components have supported .NET Core 3.1 since 2019 via assemblies targeting .NET Standard 2.1. However, .NET Standard 2.1 does not yet feature .NET Core's hardware intrinsics API, so we could not use our fast ChaCha20/Poly1305 implementation on that platform. Introducing dedicated .NET Core 3.1 binaries solves that problem.

For an overview of available binaries and supported platforms, check out Rebex Support Lifecycle KB article.

Fixed permissions for 'rename' operation

When renaming a file, Rebex File Server's FileServer class now requests read permission in addition to delete for the source path in PathAccessAuthorization event.

And more...

For a complete list of changes, see the release history.