Releases: microsoft/FASTER
FASTER v2.1.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:
- e85283b Reduce LocalMemoryDevice size for CI tests (#764)
- b6700cc [C#] Update NuGet pkgs (#763)
- e35cde2 [C#] Add .NET 7 support, deprecate .NET 5, remove NetCoreApp3.1 from tests (#759)
- 39b7610 [C#] Fix test and CAS-failure handling in CopyToTail (#757)
This list of changes was auto generated.
FASTER v2.0.22
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.0.21
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:
- 78aff2b [C#] FasterLog scan fix when begin address moves ahead of scan (#755)
- 134f41e [C#] Add initial Benchmarkdotnet tests (#751)
This list of changes was auto generated.
FASTER v2.0.20
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:
- 4c6bd9d [C#] FasterLog CommitAsync wait if no new commit done (#753)
- 6feb670 [C#] Fix AutoCommit in FasterLog
This list of changes was auto generated.
FASTER v2.0.19
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.0.18
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:
- ea54b90 Optimize the uses of ThreadStatic in class having static ctor (#746)
- c6fcd95 Fix GetNext call in LockEvictionObserver (#748)
- ce63073 [C#] Use long type for epochs (#747)
- c09cb6d Update home.md
This list of changes was auto generated.
FASTER v2.0.17
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:
- 5a9f668 Fix epoch refresh of uncommitted safe tail (#744)
- 02a8c1d [C#] Modified bit in FASTER (#743)
- bc07dfb iterator NPE fix (#741)
- 5d4c67d [C#] Do not auto-acquire lockable context (#740)
- 5ed8d46 Update 95-research-papers.md
- 7d7152c Fix binary session size field bug when reading variable-sized messages (#738)
This list of changes was auto generated.
FASTER v2.0.16
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:
- 66f0bcd [C#]Add CreateNewRecordRMW check for HeadAddress after BlockAllocate (#734)
- 8be9cda Fix State Machine Tests (#733)
This list of changes was auto generated.
FASTER v2.0.15
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:
- aeccc75 Add LockableContext API to client session (lockable, automatic epoch handling). No tests added yet. (#729)
- 18beef2 Update 40-fasterlog-basics.md (#730)
- 27c4596 Fix unit test break from merge
- 4097645 LUC Improvements (#728)
- 5b5395f [C#] Auto update-tail-address and auto commit in FasterLog (#726)
- b1f1cef [C#] Refactor retry logic to ensure stability in InternalRMW et al. (#727)
- a3aafc8 [C#] Add Stressapp (#721)
- ea38e00 Fix missing Tombstone check in ReadOnly for RMW/Upsert (#725)
This list of changes was auto generated.
FASTER v2.0.14
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:
- 65e379f Wait index checkpoint phase should behave similarly to wait flush - perform create-new-record during a checkpoint if record is not in the new version (during the snapshot). (#724)
This list of changes was auto generated.