Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bitfaster/BitFaster.Caching
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.3
Choose a base ref
...
head repository: bitfaster/BitFaster.Caching
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.4
Choose a head ref
  • 13 commits
  • 32 files changed
  • 5 contributors

Commits on Jan 14, 2025

  1. Bump xunit from 2.9.2 to 2.9.3 (#656)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.9.2 to 2.9.3.
    - [Commits](xunit/xunit@v2-2.9.2...v2-2.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    40cda00 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Bump coverlet.msbuild from 6.0.3 to 6.0.4 (#658)

    Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 6.0.3 to 6.0.4.
    - [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
    - [Commits](coverlet-coverage/coverlet@v6.0.3...v6.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: coverlet.msbuild
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    f19680f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. update artifact actions (#665)

    * yml
    
    * fix netver
    
    ---------
    bitfaster authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    01805a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Eagerly purge deleted items from internal LRU queues (#664)

    * removed
    
    * fix during warmup
    
    * policy tests
    
    * handle warm
    
    * handle trim
    
    ---------
    bitfaster authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    da00197 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. Configuration menu
    Copy the full SHA
    0c6dd7f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Enable .NET9 builds (#670)

    * build
    
    * intrinsics
    
    * infer
    
    * codeql
    
    * try4
    
    * try4
    
    * 3
    
    * fix codeql
    
    * revert proj
    
    ---------
    bitfaster authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    55ac07e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2025

  1. Use auto-implemented properties (#669)

    * Use auto-implemented properties
    
    * Further simplify
    
    ---------
    Joy-less authored Feb 15, 2025
    Configuration menu
    Copy the full SHA
    9519352 View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.Extensions.Caching.Memory from 9.0.0 to 9.0.2 (#672)

    Bumps [Microsoft.Extensions.Caching.Memory](https://github.com/dotnet/runtime) from 9.0.0 to 9.0.2.
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v9.0.0...v9.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.Extensions.Caching.Memory
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 15, 2025
    Configuration menu
    Copy the full SHA
    56d0d78 View commit details
    Browse the repository at this point in the history
  3. update infer (#674)

    bitfaster authored Feb 15, 2025
    Configuration menu
    Copy the full SHA
    db9f9e7 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. Bump Microsoft.NET.Test.Sdk and Microsoft.NETFramework.ReferenceAssem…

    …blies (#675)
    
    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together.
    
    Updates `Microsoft.NET.Test.Sdk` from 17.12.0 to 17.13.0
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.12.0...v17.13.0)
    
    Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3
    - [Commits](https://github.com/Microsoft/dotnet/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: Microsoft.NETFramework.ReferenceAssemblies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 16, 2025
    Configuration menu
    Copy the full SHA
    5b2d64a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. Configuration menu
    Copy the full SHA
    aefdf90 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2025

  1. Avoid unobserved task exception in AsyncAtomicFactory (#686)

    * AsyncAtomicFactory.Initializer: do not call SetException on TCS to avoid unobserved task exception when garbage collecting TCS
    
    * Consider other exception type on build server
    
    * Remove second GetValueAsync call
    
    * ScopedAsyncAtomicFactory.Initializer: avoid unobserved task exception as well
    Remove test in AsyncAtomicFactoryTests again
    
    * fix
    
    * task => thread
    
    * Rename test in ScopedAsyncAtomicFactoryTests and log unobserved task exception to test output.
    
    ---------
    advdotnet authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    2e420f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2025

  1. bump 2.5.4 (#691)

    Co-authored-by: Alex Peck <alexpeck@microsoft.com>
    bitfaster and Alex Peck authored Jun 28, 2025
    Configuration menu
    Copy the full SHA
    28e4692 View commit details
    Browse the repository at this point in the history
Loading