-
Notifications
You must be signed in to change notification settings - Fork 26
Comparing changes
Open a pull request
base repository: open-feature/dotnet-sdk
base: v2.13.0
head repository: open-feature/dotnet-sdk
compare: v2.14.0
- 17 commits
- 49 files changed
- 6 contributors
Commits on May 16, 2026
-
chore(deps): update spec digest to 5d5dec7 (#757)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 434f645 - Browse repository at this point
Copy the full SHA 434f645View commit details -
chore(deps): update dependency githubactionstestlogger to 3.0.4 (#758)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5623a0f - Browse repository at this point
Copy the full SHA 5623a0fView commit details
Commits on May 22, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for f875bc3 - Browse repository at this point
Copy the full SHA f875bc3View commit details
Commits on May 27, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for de64b79 - Browse repository at this point
Copy the full SHA de64b79View commit details -
docs: Update isolated API instance creation to use OpenFeatureFactory (…
…#756) Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d84d3d8 - Browse repository at this point
Copy the full SHA d84d3d8View commit details
Commits on Jun 1, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for bc59440 - Browse repository at this point
Copy the full SHA bc59440View commit details -
chore(deps): update actions/setup-dotnet digest to 9a946fd (#762)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 55c3584 - Browse repository at this point
Copy the full SHA 55c3584View commit details -
chore(deps): update codecov/codecov-action action to v6.0.1 (#763)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5c86a18 - Browse repository at this point
Copy the full SHA 5c86a18View commit details
Commits on Jun 4, 2026
-
docs: simplify-console-file-app-sample (#765)
chore: simplify-console-file-app-sample Signed-off-by: Weihan Li <weihanli@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for e49e078 - Browse repository at this point
Copy the full SHA e49e078View commit details
Commits on Jun 18, 2026
-
chore(deps): update actions/checkout digest to df4cb1c (#766)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d87fb87 - Browse repository at this point
Copy the full SHA d87fb87View commit details -
chore(deps): update codecov/codecov-action action to v6.0.2 (#768)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ffe3246 - Browse repository at this point
Copy the full SHA ffe3246View commit details -
chore(deps): update spec digest to 203c25f (#767)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9d5f317 - Browse repository at this point
Copy the full SHA 9d5f317View commit details -
chore(deps): update opentelemetry-dotnet monorepo to 1.16.0 (#769)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 002e33e - Browse repository at this point
Copy the full SHA 002e33eView commit details -
chore(deps): update codecov/codecov-action action to v7 (#771)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4bc71a1 - Browse repository at this point
Copy the full SHA 4bc71a1View commit details -
chore(deps): update actions/checkout action to v7 (#770)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b4e23ac - Browse repository at this point
Copy the full SHA b4e23acView commit details
Commits on Jun 20, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for b6d7277 - Browse repository at this point
Copy the full SHA b6d7277View commit details
Commits on Jun 22, 2026
-
chore(main): release 2.14.0 (#761)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4e38b9a - Browse repository at this point
Copy the full SHA 4e38b9aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.13.0...v2.14.0