Releases: microsoft/FASTER
FASTER v2.5.0
Get more details on the new features in FASTER v2 at #563
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:
- 41751b4 Update home.md
- 3c6dad7 [C#] Change locking to use FasterBase hash buckets (#799) [ #800 ]
- 8c52f54 Make sure HybridLogCheckpointInfo is disposed.
- c496dce Remove legacy SimpleVersionScheme (#806)
This list of changes was auto generated.
FASTER v2.4.0
Get more details on the new features in FASTER v2 at #563
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:
- 63a9b9d Write in logger to Azure Storage and error handler. (#804)
- 3d09097 Background deletes, FastCommit throttle metadata writes (#802)
- 519533b Fix naming in azure storage device (#803)
- a6c0dfa Correct clearing of index bits during recovery
- fd1d0ee [C#] Throttle checkpoint flushing (#801)
This list of changes was auto generated.
FASTER v2.3.6
Get more details on the new features in FASTER v2 at #563
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:
- bf55be6 [C#] Do not hold epochs during a large flush operation (#797)
- 1eb93fc Add support for Azure Storage v12 API (#795)
- 37db03b delete directory (#794)
This list of changes was auto generated.
FASTER v2.3.5
Get more details on the new features in FASTER v2 at #563
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:
- 1e6ee81 [C#] Fix NullRef in ReadFromImmutable (#789)
- 65bc361 Bug fix for ReadAddress sample (#790)
- 2e17c36 Update options to protected
- 032eab6 Capture begin address before starting the checkpoint
This list of changes was auto generated.
FASTER v2.3.4
Get more details on the new features in FASTER v2 at #563
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:
This list of changes was auto generated.
FASTER v2.3.3
Get more details on the new features in FASTER v2 at #563
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:
- f69c7a6 Fix Delete for non-rest phases
This list of changes was auto generated.
FASTER v2.3.2
Get more details on the new features in FASTER v2 at #563
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:
This list of changes was auto generated.
FASTER v2.3.1
Get more details on the new features in FASTER v2 at #563
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:
- 53297ce Fix ContinuePending RI, mark source RI correctly on lock transfer (#787)
- 6e0bea0 Set persisted commit number when server recovers. Else it was not able to repsond if the first call to server was a get call after recovery (#786)
- 8155ba4 Minor issues in session mgmt, truncate, etc (#785)
This list of changes was auto generated.
FASTER v2.3.0
Get more details on the new features in FASTER v2 at #563
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:
- 4ab5597 [C#] Fixes for LockTable and others (#783)
- 0b877df Fix calls to TraceBack to use returned addresses correctly (#781)
- 453221d In case value is of 0 length then Length == MetadataSize. (#778)
- 0551590 Use ref for access to key in InMemKV.
This list of changes was auto generated.
FASTER v2.2.0
Get more details on the new features in FASTER v2 at #563
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:
- 0b6eb1f [C#] Improved lock table implementation (#775)
- 4f0b2d3 fix NPE on commit path when the last persistent iterator is removed (#772)
- 37a6906 Fix: Some platforms try get a segmentId from the main log file. (#768)
- 1196079 Update home.md
This list of changes was auto generated.