Visit https://microsoft.github.io/FASTER/docs/roadmap/ for release features and project roadmap. Get NuGet binaries at:
- Core: https://www.nuget.org/packages/Microsoft.FASTER.Core
IDevice
for Azure Storage: https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage- Remote Client: https://www.nuget.org/packages/Microsoft.FASTER.Client
- Remote Server: https://www.nuget.org/packages/Microsoft.FASTER.Server
More information at:
Changes:
- 104e844 Fix object serialization boundary condition (#619)
- c0409e1 Fix NullRef in RMWAsync in low-memory conditions (found by Netherite) by removing 'readonly' from UpdateAsyncInternal.asyncOperation. Also fix call sequence to complete pending I/O, make CompletionEvent implement IDisposable, and fix the *ClientSession.CompletePendingWithOutput calls (#613)
- 29c8bc6 Update home.md
This list of changes was auto generated.