Skip to content

Tags: microsoft/FASTER

Tags

v2.6.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix flush with generic allocator so that we do not write invalid data…

… to disk in rare cases (record was invalid when making initial image, but (#916)

v2.6.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix ContinuePendingRead to account for new records for the same key t…

…hat were added and then went to dusk during the pending Read operation. (#911)

v2.6.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use Azure-Functions-compatible Microsoft.Extensions.Logging (#897)

* modify version of Microsoft.Extensions.Logging to be 6.0.0 when building net6.0 target

* update FASTER.core.nuspec also

v2.6.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
allow reading v4 checkpoints with current version (#896)

v2.6.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix incorrect clearing of pool in BufferPool.cs

v2.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[C#] Replace LockingMode with ConcurrencyControlMode (#867)

* Replace LockingMode with ConcurrencyControlMode

* Fix 'Remote' solution build

v2.5.24

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
- Set both Sealed and Invalid on new records to ensure consistency bo…

…th during normal operations and after recovery, which clears the Sealed bit. (#864)

- Seal ConcurrentUpdater and InPlaceUpdater source records on successful RCU even when not doing Standard locking

v2.5.23

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Store delta log tail address (#861)

* Store delta log tail address

* fix + comment

v2.5.22

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix edge case for incremental snapshot (#858)

v2.5.21

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[C#] Fix missing Sunlock on nested CopyToTail lock (#857)

* Fix missing Sunlock on nested CopyToTail lock

* Improve handling of Sealed records in Ephemeral locking

---------

Co-authored-by: Badrish Chandramouli <[email protected]>