tag:github.com,2008:https://github.com/microsoft/FASTER/releases Release notes from FASTER 2024-05-07T00:37:06Z tag:github.com,2008:Repository/143253020/v2.6.5 2024-05-07T00:52:32Z FASTER v2.6.5 <p>Get more details on the new features in FASTER v2 at <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1014598265" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/563" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/563/hovercard" href="https://github.com/microsoft/FASTER/pull/563">#563</a></p> <p>Visit <a href="https://microsoft.github.io/FASTER/docs/roadmap/" rel="nofollow">https://microsoft.github.io/FASTER/docs/roadmap/</a> for release features and project roadmap. Get NuGet binaries at:</p> <ul> <li>Core: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Core" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Core</a></li> <li><code>IDevice</code> for Azure Storage: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage</a></li> <li>Remote Client: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Client" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Client</a></li> <li>Remote Server: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Server" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Server</a></li> </ul> <p>More information at:</p> <ul> <li><a href="https://microsoft.github.io/FASTER" rel="nofollow">https://microsoft.github.io/FASTER</a></li> <li><a href="https://github.com/microsoft/FASTER">https://github.com/microsoft/FASTER</a></li> <li><a href="https://aka.ms/FASTER" rel="nofollow">https://aka.ms/FASTER</a></li> </ul> <h2>Changes:</h2> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/e25782f602fca13b9d6dd812dfdc7facab52f0bd/hovercard" href="https://github.com/microsoft/FASTER/commit/e25782f602fca13b9d6dd812dfdc7facab52f0bd"><tt>e25782f</tt></a> 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 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2281994497" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/916" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/916/hovercard" href="https://github.com/microsoft/FASTER/pull/916">#916</a>)</li> </ul> <p>This list of changes was <a href="https://dev.azure.com/msresearch/FASTER/_build/results?buildId=1168405&amp;view=logs" rel="nofollow">auto generated</a>.</p> badrishc tag:github.com,2008:Repository/143253020/v2.6.4 2024-04-17T22:43:40Z FASTER v2.6.4 <p>Get more details on the new features in FASTER v2 at <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1014598265" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/563" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/563/hovercard" href="https://github.com/microsoft/FASTER/pull/563">#563</a></p> <p>Visit <a href="https://microsoft.github.io/FASTER/docs/roadmap/" rel="nofollow">https://microsoft.github.io/FASTER/docs/roadmap/</a> for release features and project roadmap. Get NuGet binaries at:</p> <ul> <li>Core: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Core" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Core</a></li> <li><code>IDevice</code> for Azure Storage: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage</a></li> <li>Remote Client: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Client" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Client</a></li> <li>Remote Server: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Server" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Server</a></li> </ul> <p>More information at:</p> <ul> <li><a href="https://microsoft.github.io/FASTER" rel="nofollow">https://microsoft.github.io/FASTER</a></li> <li><a href="https://github.com/microsoft/FASTER">https://github.com/microsoft/FASTER</a></li> <li><a href="https://aka.ms/FASTER" rel="nofollow">https://aka.ms/FASTER</a></li> </ul> <h2>Changes:</h2> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/e9e56ed4229759ed092e7baccb9dfe27a75fd80f/hovercard" href="https://github.com/microsoft/FASTER/commit/e9e56ed4229759ed092e7baccb9dfe27a75fd80f"><tt>e9e56ed</tt></a> Fix ContinuePendingRead to account for new records for the same key that were added and then went to dusk during the pending Read operation. (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2235962230" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/911" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/911/hovercard" href="https://github.com/microsoft/FASTER/pull/911">#911</a>)</li> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/dc4bc1d556dab79071ae3f534de4d3db959d4724/hovercard" href="https://github.com/microsoft/FASTER/commit/dc4bc1d556dab79071ae3f534de4d3db959d4724"><tt>dc4bc1d</tt></a> [C#] Fix commit record pointer offset calculation (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2238134597" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/912" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/912/hovercard" href="https://github.com/microsoft/FASTER/pull/912">#912</a>)</li> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/281bdff595924464935ed0d8eef76d4166ca3d03/hovercard" href="https://github.com/microsoft/FASTER/commit/281bdff595924464935ed0d8eef76d4166ca3d03"><tt>281bdff</tt></a> use IsReferenceOrContainsReferences for .NET Standard 2.1+ and 6_0+ (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2203742812" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/901" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/901/hovercard" href="https://github.com/microsoft/FASTER/pull/901">#901</a>)</li> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/1111326423e00ff401d90ffdb1e902173bb589c4/hovercard" href="https://github.com/microsoft/FASTER/commit/1111326423e00ff401d90ffdb1e902173bb589c4"><tt>1111326</tt></a> Port the Unsafe.SizeOf Fixes from garnet (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2203741939" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/900" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/900/hovercard" href="https://github.com/microsoft/FASTER/pull/900">#900</a>)</li> </ul> <p>This list of changes was <a href="https://dev.azure.com/msresearch/FASTER/_build/results?buildId=1164297&amp;view=logs" rel="nofollow">auto generated</a>.</p> badrishc tag:github.com,2008:Repository/143253020/v2.6.3 2024-03-18T16:49:24Z FASTER v2.6.3 <p>Get more details on the new features in FASTER v2 at <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1014598265" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/563" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/563/hovercard" href="https://github.com/microsoft/FASTER/pull/563">#563</a></p> <p>Visit <a href="https://microsoft.github.io/FASTER/docs/roadmap/" rel="nofollow">https://microsoft.github.io/FASTER/docs/roadmap/</a> for release features and project roadmap. Get NuGet binaries at:</p> <ul> <li>Core: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Core" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Core</a></li> <li><code>IDevice</code> for Azure Storage: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage</a></li> <li>Remote Client: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Client" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Client</a></li> <li>Remote Server: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Server" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Server</a></li> </ul> <p>More information at:</p> <ul> <li><a href="https://microsoft.github.io/FASTER" rel="nofollow">https://microsoft.github.io/FASTER</a></li> <li><a href="https://github.com/microsoft/FASTER">https://github.com/microsoft/FASTER</a></li> <li><a href="https://aka.ms/FASTER" rel="nofollow">https://aka.ms/FASTER</a></li> </ul> <h2>Changes:</h2> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/657f3f52eb234e6eb44ea2a47c7dc05f2350c65f/hovercard" href="https://github.com/microsoft/FASTER/commit/657f3f52eb234e6eb44ea2a47c7dc05f2350c65f"><tt>657f3f5</tt></a> Use Azure-Functions-compatible Microsoft.Extensions.Logging (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2188968681" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/897" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/897/hovercard" href="https://github.com/microsoft/FASTER/pull/897">#897</a>)</li> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/a093e307cebaed7132414c83c785bc5ca0889c86/hovercard" href="https://github.com/microsoft/FASTER/commit/a093e307cebaed7132414c83c785bc5ca0889c86"><tt>a093e30</tt></a> Remove unnecessary pinning from <code>UnmanagedMemoryManager</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1922561119" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/875" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/875/hovercard" href="https://github.com/microsoft/FASTER/pull/875">#875</a>)</li> </ul> <p>This list of changes was <a href="https://dev.azure.com/msresearch/FASTER/_build/results?buildId=1154397&amp;view=logs" rel="nofollow">auto generated</a>.</p> badrishc tag:github.com,2008:Repository/143253020/v2.6.2 2024-03-01T17:11:03Z FASTER v2.6.2 <p>Get more details on the new features in FASTER v2 at <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1014598265" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/563" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/563/hovercard" href="https://github.com/microsoft/FASTER/pull/563">#563</a></p> <p>Visit <a href="https://microsoft.github.io/FASTER/docs/roadmap/" rel="nofollow">https://microsoft.github.io/FASTER/docs/roadmap/</a> for release features and project roadmap. Get NuGet binaries at:</p> <ul> <li>Core: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Core" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Core</a></li> <li><code>IDevice</code> for Azure Storage: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage</a></li> <li>Remote Client: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Client" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Client</a></li> <li>Remote Server: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Server" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Server</a></li> </ul> <p>More information at:</p> <ul> <li><a href="https://microsoft.github.io/FASTER" rel="nofollow">https://microsoft.github.io/FASTER</a></li> <li><a href="https://github.com/microsoft/FASTER">https://github.com/microsoft/FASTER</a></li> <li><a href="https://aka.ms/FASTER" rel="nofollow">https://aka.ms/FASTER</a></li> </ul> <h2>Changes:</h2> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/2ed1d2692952ff3822289ba3f6ecb1163612dd04/hovercard" href="https://github.com/microsoft/FASTER/commit/2ed1d2692952ff3822289ba3f6ecb1163612dd04"><tt>2ed1d26</tt></a> allow reading v4 checkpoints with current version (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2151558162" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/896" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/896/hovercard" href="https://github.com/microsoft/FASTER/pull/896">#896</a>)</li> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/0116754bcf0857e614e2b7ea042b8db563cb26cc/hovercard" href="https://github.com/microsoft/FASTER/commit/0116754bcf0857e614e2b7ea042b8db563cb26cc"><tt>0116754</tt></a> Fix retry logic in LockableContext when trying to acquire a lock (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1986304799" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/889" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/889/hovercard" href="https://github.com/microsoft/FASTER/pull/889">#889</a>)</li> </ul> <p>This list of changes was <a href="https://dev.azure.com/msresearch/FASTER/_build/results?buildId=1149734&amp;view=logs" rel="nofollow">auto generated</a>.</p> badrishc tag:github.com,2008:Repository/143253020/v2.6.1 2023-10-16T19:11:36Z FASTER v2.6.1 <p>Get more details on the new features in FASTER v2 at <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1014598265" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/563" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/563/hovercard" href="https://github.com/microsoft/FASTER/pull/563">#563</a></p> <p>Visit <a href="https://microsoft.github.io/FASTER/docs/roadmap/" rel="nofollow">https://microsoft.github.io/FASTER/docs/roadmap/</a> for release features and project roadmap. Get NuGet binaries at:</p> <ul> <li>Core: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Core" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Core</a></li> <li><code>IDevice</code> for Azure Storage: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage</a></li> <li>Remote Client: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Client" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Client</a></li> <li>Remote Server: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Server" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Server</a></li> </ul> <p>More information at:</p> <ul> <li><a href="https://microsoft.github.io/FASTER" rel="nofollow">https://microsoft.github.io/FASTER</a></li> <li><a href="https://github.com/microsoft/FASTER">https://github.com/microsoft/FASTER</a></li> <li><a href="https://aka.ms/FASTER" rel="nofollow">https://aka.ms/FASTER</a></li> </ul> <h2>Changes:</h2> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/8ba122e47b3180e81c636bf7e8fecdb85d28a631/hovercard" href="https://github.com/microsoft/FASTER/commit/8ba122e47b3180e81c636bf7e8fecdb85d28a631"><tt>8ba122e</tt></a> Fix incorrect clearing of pool in BufferPool.cs</li> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/63ba949947f45bce8aaaf45403cc9851df291e28/hovercard" href="https://github.com/microsoft/FASTER/commit/63ba949947f45bce8aaaf45403cc9851df291e28"><tt>63ba949</tt></a> [C#] BumpCurrentEpoch calling threads must be protected (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1882885940" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/871" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/871/hovercard" href="https://github.com/microsoft/FASTER/pull/871">#871</a>)</li> </ul> <p>This list of changes was <a href="https://dev.azure.com/msresearch/FASTER/_build/results?buildId=1109990&amp;view=logs" rel="nofollow">auto generated</a>.</p> badrishc tag:github.com,2008:Repository/143253020/v2.6.0 2023-08-25T22:57:36Z FASTER v2.6.0 <p>Get more details on the new features in FASTER v2 at <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1014598265" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/563" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/563/hovercard" href="https://github.com/microsoft/FASTER/pull/563">#563</a></p> <p>Visit <a href="https://microsoft.github.io/FASTER/docs/roadmap/" rel="nofollow">https://microsoft.github.io/FASTER/docs/roadmap/</a> for release features and project roadmap. Get NuGet binaries at:</p> <ul> <li>Core: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Core" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Core</a></li> <li><code>IDevice</code> for Azure Storage: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage</a></li> <li>Remote Client: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Client" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Client</a></li> <li>Remote Server: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Server" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Server</a></li> </ul> <p>More information at:</p> <ul> <li><a href="https://microsoft.github.io/FASTER" rel="nofollow">https://microsoft.github.io/FASTER</a></li> <li><a href="https://github.com/microsoft/FASTER">https://github.com/microsoft/FASTER</a></li> <li><a href="https://aka.ms/FASTER" rel="nofollow">https://aka.ms/FASTER</a></li> </ul> <h2>Changes:</h2> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/32d04e65633e0ad495b6e1292b93b084c68053f7/hovercard" href="https://github.com/microsoft/FASTER/commit/32d04e65633e0ad495b6e1292b93b084c68053f7"><tt>32d04e6</tt></a> [C#] Replace LockingMode with ConcurrencyControlMode (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1864417733" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/867" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/867/hovercard" href="https://github.com/microsoft/FASTER/pull/867">#867</a>)</li> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/4d5412b14b4426cbc7e3b4ec7b9d7fa14d651a05/hovercard" href="https://github.com/microsoft/FASTER/commit/4d5412b14b4426cbc7e3b4ec7b9d7fa14d651a05"><tt>4d5412b</tt></a> [C# ]Add TryLock and TryPromoteSharedToExclusive (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1783464442" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/848" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/848/hovercard" href="https://github.com/microsoft/FASTER/pull/848">#848</a>)</li> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/7e41e49a7f31dd5253d3a8949988f96f66b5e618/hovercard" href="https://github.com/microsoft/FASTER/commit/7e41e49a7f31dd5253d3a8949988f96f66b5e618"><tt>7e41e49</tt></a> - Fix InternalDelete elision from HashBucketEntry (set entire word to 0) (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1860469404" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/866" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/866/hovercard" href="https://github.com/microsoft/FASTER/pull/866">#866</a>)</li> </ul> <p>This list of changes was <a href="https://dev.azure.com/msresearch/FASTER/_build/results?buildId=1090204&amp;view=logs" rel="nofollow">auto generated</a>.</p> badrishc tag:github.com,2008:Repository/143253020/v2.5.24 2023-08-17T20:24:36Z FASTER v2.5.24 <p>Get more details on the new features in FASTER v2 at <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1014598265" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/563" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/563/hovercard" href="https://github.com/microsoft/FASTER/pull/563">#563</a></p> <p>Visit <a href="https://microsoft.github.io/FASTER/docs/roadmap/" rel="nofollow">https://microsoft.github.io/FASTER/docs/roadmap/</a> for release features and project roadmap. Get NuGet binaries at:</p> <ul> <li>Core: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Core" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Core</a></li> <li><code>IDevice</code> for Azure Storage: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage</a></li> <li>Remote Client: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Client" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Client</a></li> <li>Remote Server: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Server" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Server</a></li> </ul> <p>More information at:</p> <ul> <li><a href="https://microsoft.github.io/FASTER" rel="nofollow">https://microsoft.github.io/FASTER</a></li> <li><a href="https://github.com/microsoft/FASTER">https://github.com/microsoft/FASTER</a></li> <li><a href="https://aka.ms/FASTER" rel="nofollow">https://aka.ms/FASTER</a></li> </ul> <h2>Changes:</h2> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/60e162f0299b42fab3de65b4575dda427e92cad6/hovercard" href="https://github.com/microsoft/FASTER/commit/60e162f0299b42fab3de65b4575dda427e92cad6"><tt>60e162f</tt></a> - Set both Sealed and Invalid on new records to ensure consistency both during normal operations and after recovery, which clears the Sealed bit. (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1853927746" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/864" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/864/hovercard" href="https://github.com/microsoft/FASTER/pull/864">#864</a>)</li> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/b15e1cddaa2323f7e76803614ab412dcfa1f0d75/hovercard" href="https://github.com/microsoft/FASTER/commit/b15e1cddaa2323f7e76803614ab412dcfa1f0d75"><tt>b15e1cd</tt></a> fix autorefresh for fastCommitMode (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1853831062" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/863" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/863/hovercard" href="https://github.com/microsoft/FASTER/pull/863">#863</a>)</li> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/50e3ac5b771deb87ffc0f1741ad5e2adafbf2e1a/hovercard" href="https://github.com/microsoft/FASTER/commit/50e3ac5b771deb87ffc0f1741ad5e2adafbf2e1a"><tt>50e3ac5</tt></a> Fox Infomote loop on EmptyPageCount in CacheSizeTracker (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1849116405" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/862" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/862/hovercard" href="https://github.com/microsoft/FASTER/pull/862">#862</a>)</li> </ul> <p>This list of changes was <a href="https://dev.azure.com/msresearch/FASTER/_build/results?buildId=1087277&amp;view=logs" rel="nofollow">auto generated</a>.</p> badrishc tag:github.com,2008:Repository/143253020/v2.5.23 2023-08-10T19:12:13Z FASTER v2.5.23 <p>Get more details on the new features in FASTER v2 at <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1014598265" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/563" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/563/hovercard" href="https://github.com/microsoft/FASTER/pull/563">#563</a></p> <p>Visit <a href="https://microsoft.github.io/FASTER/docs/roadmap/" rel="nofollow">https://microsoft.github.io/FASTER/docs/roadmap/</a> for release features and project roadmap. Get NuGet binaries at:</p> <ul> <li>Core: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Core" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Core</a></li> <li><code>IDevice</code> for Azure Storage: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage</a></li> <li>Remote Client: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Client" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Client</a></li> <li>Remote Server: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Server" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Server</a></li> </ul> <p>More information at:</p> <ul> <li><a href="https://microsoft.github.io/FASTER" rel="nofollow">https://microsoft.github.io/FASTER</a></li> <li><a href="https://github.com/microsoft/FASTER">https://github.com/microsoft/FASTER</a></li> <li><a href="https://aka.ms/FASTER" rel="nofollow">https://aka.ms/FASTER</a></li> </ul> <h2>Changes:</h2> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/3b35805b606d881c6824e9caa3d07d648c5c5649/hovercard" href="https://github.com/microsoft/FASTER/commit/3b35805b606d881c6824e9caa3d07d648c5c5649"><tt>3b35805</tt></a> Store delta log tail address (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1844256541" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/861" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/861/hovercard" href="https://github.com/microsoft/FASTER/pull/861">#861</a>)</li> </ul> <p>This list of changes was <a href="https://dev.azure.com/msresearch/FASTER/_build/results?buildId=1084627&amp;view=logs" rel="nofollow">auto generated</a>.</p> badrishc tag:github.com,2008:Repository/143253020/v2.5.22 2023-08-03T01:23:51Z FASTER v2.5.22 <p>Get more details on the new features in FASTER v2 at <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1014598265" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/563" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/563/hovercard" href="https://github.com/microsoft/FASTER/pull/563">#563</a></p> <p>Visit <a href="https://microsoft.github.io/FASTER/docs/roadmap/" rel="nofollow">https://microsoft.github.io/FASTER/docs/roadmap/</a> for release features and project roadmap. Get NuGet binaries at:</p> <ul> <li>Core: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Core" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Core</a></li> <li><code>IDevice</code> for Azure Storage: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage</a></li> <li>Remote Client: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Client" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Client</a></li> <li>Remote Server: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Server" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Server</a></li> </ul> <p>More information at:</p> <ul> <li><a href="https://microsoft.github.io/FASTER" rel="nofollow">https://microsoft.github.io/FASTER</a></li> <li><a href="https://github.com/microsoft/FASTER">https://github.com/microsoft/FASTER</a></li> <li><a href="https://aka.ms/FASTER" rel="nofollow">https://aka.ms/FASTER</a></li> </ul> <h2>Changes:</h2> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/5bee94bb386127d497cc81238305b041b3f1ebd0/hovercard" href="https://github.com/microsoft/FASTER/commit/5bee94bb386127d497cc81238305b041b3f1ebd0"><tt>5bee94b</tt></a> Fix edge case for incremental snapshot (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1834115302" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/858" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/858/hovercard" href="https://github.com/microsoft/FASTER/pull/858">#858</a>)</li> </ul> <p>This list of changes was <a href="https://dev.azure.com/msresearch/FASTER/_build/results?buildId=1082331&amp;view=logs" rel="nofollow">auto generated</a>.</p> badrishc tag:github.com,2008:Repository/143253020/v2.5.21 2023-08-03T00:39:27Z FASTER v2.5.21 <p>Get more details on the new features in FASTER v2 at <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1014598265" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/563" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/563/hovercard" href="https://github.com/microsoft/FASTER/pull/563">#563</a></p> <p>Visit <a href="https://microsoft.github.io/FASTER/docs/roadmap/" rel="nofollow">https://microsoft.github.io/FASTER/docs/roadmap/</a> for release features and project roadmap. Get NuGet binaries at:</p> <ul> <li>Core: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Core" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Core</a></li> <li><code>IDevice</code> for Azure Storage: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Devices.AzureStorage</a></li> <li>Remote Client: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Client" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Client</a></li> <li>Remote Server: <a href="https://www.nuget.org/packages/Microsoft.FASTER.Server" rel="nofollow">https://www.nuget.org/packages/Microsoft.FASTER.Server</a></li> </ul> <p>More information at:</p> <ul> <li><a href="https://microsoft.github.io/FASTER" rel="nofollow">https://microsoft.github.io/FASTER</a></li> <li><a href="https://github.com/microsoft/FASTER">https://github.com/microsoft/FASTER</a></li> <li><a href="https://aka.ms/FASTER" rel="nofollow">https://aka.ms/FASTER</a></li> </ul> <h2>Changes:</h2> <ul> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/29cf302e5035db6b4fd6154912cafa40e6662788/hovercard" href="https://github.com/microsoft/FASTER/commit/29cf302e5035db6b4fd6154912cafa40e6662788"><tt>29cf302</tt></a> [C#] Fix missing Sunlock on nested CopyToTail lock (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1833886391" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/857" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/857/hovercard" href="https://github.com/microsoft/FASTER/pull/857">#857</a>)</li> <li><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/FASTER/commit/44428dbf9f6f15d5c3c950d4c7e8472e7dab965f/hovercard" href="https://github.com/microsoft/FASTER/commit/44428dbf9f6f15d5c3c950d4c7e8472e7dab965f"><tt>44428db</tt></a> Fix to delta log for recovery (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1833679904" data-permission-text="Title is private" data-url="https://github.com/microsoft/FASTER/issues/856" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/FASTER/pull/856/hovercard" href="https://github.com/microsoft/FASTER/pull/856">#856</a>)</li> </ul> <p>This list of changes was <a href="https://dev.azure.com/msresearch/FASTER/_build/results?buildId=1082316&amp;view=logs" rel="nofollow">auto generated</a>.</p> badrishc