Skip to content

Releases: microsoft/FASTER

FASTER v2.6.4

17 Apr 22:43
e9e56ed
Compare
Choose a tag to compare

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:

More information at:

Changes:

  • e9e56ed Fix ContinuePendingRead to account for new records for the same key that were added and then went to dusk during the pending Read operation. (#911)
  • dc4bc1d [C#] Fix commit record pointer offset calculation (#912)
  • 281bdff use IsReferenceOrContainsReferences for .NET Standard 2.1+ and 6_0+ (#901)
  • 1111326 Port the Unsafe.SizeOf Fixes from garnet (#900)

This list of changes was auto generated.

FASTER v2.6.3

18 Mar 16:49
657f3f5
Compare
Choose a tag to compare

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:

More information at:

Changes:

  • 657f3f5 Use Azure-Functions-compatible Microsoft.Extensions.Logging (#897)
  • a093e30 Remove unnecessary pinning from UnmanagedMemoryManager (#875)

This list of changes was auto generated.

FASTER v2.6.2

01 Mar 17:11
2ed1d26
Compare
Choose a tag to compare

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:

More information at:

Changes:

  • 2ed1d26 allow reading v4 checkpoints with current version (#896)
  • 0116754 Fix retry logic in LockableContext when trying to acquire a lock (#889)

This list of changes was auto generated.

FASTER v2.6.1

16 Oct 19:11
8ba122e
Compare
Choose a tag to compare

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:

More information at:

Changes:

  • 8ba122e Fix incorrect clearing of pool in BufferPool.cs
  • 63ba949 [C#] BumpCurrentEpoch calling threads must be protected (#871)

This list of changes was auto generated.

FASTER v2.6.0

25 Aug 22:57
32d04e6
Compare
Choose a tag to compare

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:

More information at:

Changes:

  • 32d04e6 [C#] Replace LockingMode with ConcurrencyControlMode (#867)
  • 4d5412b [C# ]Add TryLock and TryPromoteSharedToExclusive (#848)
  • 7e41e49 - Fix InternalDelete elision from HashBucketEntry (set entire word to 0) (#866)

This list of changes was auto generated.

FASTER v2.5.24

17 Aug 20:24
60e162f
Compare
Choose a tag to compare

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:

More information at:

Changes:

  • 60e162f - Set both Sealed and Invalid on new records to ensure consistency both during normal operations and after recovery, which clears the Sealed bit. (#864)
  • b15e1cd fix autorefresh for fastCommitMode (#863)
  • 50e3ac5 Fox Infomote loop on EmptyPageCount in CacheSizeTracker (#862)

This list of changes was auto generated.

FASTER v2.5.23

10 Aug 19:12
3b35805
Compare
Choose a tag to compare

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:

More information at:

Changes:

This list of changes was auto generated.

FASTER v2.5.22

03 Aug 01:23
5bee94b
Compare
Choose a tag to compare

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:

More information at:

Changes:

  • 5bee94b Fix edge case for incremental snapshot (#858)

This list of changes was auto generated.

FASTER v2.5.21

03 Aug 00:39
29cf302
Compare
Choose a tag to compare

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:

More information at:

Changes:

  • 29cf302 [C#] Fix missing Sunlock on nested CopyToTail lock (#857)
  • 44428db Fix to delta log for recovery (#856)

This list of changes was auto generated.

FASTER v2.5.20

28 Jul 05:49
979beeb
Compare
Choose a tag to compare

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:

More information at:

Changes:

  • 979beeb Handle out of memory during AllocatePage (#854)

This list of changes was auto generated.