v2.3.0
2.3.0 (2025-01-31)
⚠ BREAKING CHANGES
Hook Changes
The signature of the finally
hook stage has been changed. The signature now includes the evaluation details
, as per the OpenFeature specification. Note that since hooks are still experimental,
this does not constitute a change requiring a new major version. To migrate, update any hook that implements the finally
stage to accept evaluation details
as the second argument.
.NET 6
Removed support for .NET 6.
🐛 Bug Fixes
- Adding Async Lifetime method to fix flaky unit tests (#333) (e14ab39)
- Fix issue with DI documentation (#350) (728ae47)
✨ New Features
- add dotnet 9 support, rm dotnet 6 (#317) (2774b0d)
- Add evaluation details to finally hook stage (#335) (2ef9955)
- Implement Default Logging Hook (#308) (7013e95)
- Implement transaction context (#312) (1b5a0a9)
🧹 Chore
- deps: update actions/upload-artifact action to v4.5.0 (#332) (fd68cb0)
- deps: update codecov/codecov-action action to v5 (#316) (6c4cd02)
- deps: update codecov/codecov-action action to v5.1.2 (#334) (b9ebddf)
- deps: update codecov/codecov-action action to v5.3.1 (#355) (1e8ebc4)
- deps: update dependency coverlet.collector to 6.0.3 (#336) (8527b03)
- deps: update dependency coverlet.msbuild to 6.0.3 (#337) (26fd235)
- deps: update dependency dotnet-sdk to v9.0.101 (#339) (dd26ad6)
- deps: update dependency fluentassertions to 7.1.0 (#346) (dd1c8e4)
- deps: update dependency microsoft.net.test.sdk to 17.12.0 (#322) (6f5b049)