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: open-feature/dotnet-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.13.0
Choose a base ref
...
head repository: open-feature/dotnet-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.14.0
Choose a head ref
  • 17 commits
  • 49 files changed
  • 6 contributors

Commits on May 16, 2026

  1. chore(deps): update spec digest to 5d5dec7 (#757)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 16, 2026
    Configuration menu
    Copy the full SHA
    434f645 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency githubactionstestlogger to 3.0.4 (#758)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 16, 2026
    Configuration menu
    Copy the full SHA
    5623a0f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2026

  1. fix: Change registration to use the Isolated API instead of global si…

    …ngleton (#760)
    
    * fix: Register isolated API instance as singleton in OpenFeature service collection
    
    Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
    
    * fix: Update comment for singleton registration of isolated API instance to clarify lifecycle management
    
    Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
    
    * fix: Update singleton registration for isolated API instance to use lambda expression
    
    Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
    askpt authored May 22, 2026
    Configuration menu
    Copy the full SHA
    f875bc3 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2026

  1. test: Upgrade to xUnit v3 and mtp v2 (#681)

    feat: Upgrade to xUnit v3 and mtp v2
    
    Signed-off-by: Benjamin Evenson <2031163+benjiro@users.noreply.github.com>
    benjiro authored May 27, 2026
    Configuration menu
    Copy the full SHA
    de64b79 View commit details
    Browse the repository at this point in the history
  2. docs: Update isolated API instance creation to use OpenFeatureFactory (

    …#756)
    
    Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
    askpt authored May 27, 2026
    Configuration menu
    Copy the full SHA
    d84d3d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2026

  1. chore(deps): update dependency microsoft.net.test.sdk to 18.6.0 (#764)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    bc59440 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update actions/setup-dotnet digest to 9a946fd (#762)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    55c3584 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update codecov/codecov-action action to v6.0.1 (#763)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    5c86a18 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2026

  1. docs: simplify-console-file-app-sample (#765)

    chore: simplify-console-file-app-sample
    
    Signed-off-by: Weihan Li <weihanli@outlook.com>
    WeihanLi authored Jun 4, 2026
    Configuration menu
    Copy the full SHA
    e49e078 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2026

  1. chore(deps): update actions/checkout digest to df4cb1c (#766)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    d87fb87 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update codecov/codecov-action action to v6.0.2 (#768)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    ffe3246 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update spec digest to 203c25f (#767)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    9d5f317 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update opentelemetry-dotnet monorepo to 1.16.0 (#769)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    002e33e View commit details
    Browse the repository at this point in the history
  5. chore(deps): update codecov/codecov-action action to v7 (#771)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    4bc71a1 View commit details
    Browse the repository at this point in the history
  6. chore(deps): update actions/checkout action to v7 (#770)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    b4e23ac View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2026

  1. feat: Add trace when evaluating feature flags (#755)

    * Add OpenTelemetry log exporting and ensure traces reliably sample
    
    Signed-off-by: Kyle Julian <38759683+kylejuliandev@users.noreply.github.com>
    
    * Add code to start activity and initial unit tests
    
    Signed-off-by: Kyle Julian <38759683+kylejuliandev@users.noreply.github.com>
    
    * Add additional unit tests and ensure tags are added
    
    Signed-off-by: Kyle Julian <38759683+kylejuliandev@users.noreply.github.com>
    
    * Fix build issue
    
    Signed-off-by: Kyle Julian <38759683+kylejuliandev@users.noreply.github.com>
    
    * Address gemini code review comments
    
    Signed-off-by: Kyle Julian <38759683+kylejuliandev@users.noreply.github.com>
    
    * Add tests to improve code coverage of OpenFeatureActivitySource
    
    Signed-off-by: Kyle Julian <38759683+kylejuliandev@users.noreply.github.com>
    
    * Set activity kind to internal
    
    Signed-off-by: Kyle Julian <38759683+kylejuliandev@users.noreply.github.com>
    
    * Ensure major.minor.patch version is included in trace
    
    * Ensure OpenFeature traces are recorded in sample app
    * Ensure ActivitySource is disposed of
    
    Signed-off-by: Kyle Julian <38759683+kylejuliandev@users.noreply.github.com>
    
    * Move tag keys to string constants in separate class
    
    * Add check on IsAllDataRequested to save on allocations on the activity
      span
    
    Signed-off-by: Kyle Julian <38759683+kylejuliandev@users.noreply.github.com>
    
    * Remove duplicate activity disposal
    
    Signed-off-by: Kyle Julian <38759683+kylejuliandev@users.noreply.github.com>
    
    * Add internal extension method for adding tags to activities
    
    Signed-off-by: Kyle Julian <38759683+kylejuliandev@users.noreply.github.com>
    
    * Remove null check on Activity and create constant for error.type
    
    Signed-off-by: Kyle Julian <38759683+kylejuliandev@users.noreply.github.com>
    
    * docs: Add notice to README on how to get new traces from OpenFeature
    
    Signed-off-by: Kyle Julian <38759683+kylejuliandev@users.noreply.github.com>
    
    * Address coderabbit review comments
    
    Signed-off-by: Kyle Julian <38759683+kylejuliandev@users.noreply.github.com>
    
    * Ensure `feature_flag.result.reason` is added in exception branches
    
    Signed-off-by: Kyle Julian <38759683+kylejuliandev@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Kyle Julian <38759683+kylejuliandev@users.noreply.github.com>
    kylejuliandev authored Jun 20, 2026
    Configuration menu
    Copy the full SHA
    b6d7277 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2026

  1. chore(main): release 2.14.0 (#761)

    Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
    openfeaturebot authored Jun 22, 2026
    Configuration menu
    Copy the full SHA
    4e38b9a View commit details
    Browse the repository at this point in the history
Loading