Releases: open-feature/dotnet-sdk
Releases · open-feature/dotnet-sdk
v0.1.5
Changes
🚨 Breaking Changes
- BREAKING: add structure->value, object value constructor (PR #57) by @toddbaert
📚 Documentation
- Document EvaluationContext members. (PR #58) by @kinyoklion
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Changes
🚨 Breaking Changes
🚀 Enhancements
- Add setter for context (PR #55) by @toddbaert
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
Spec 0.2 release
What's Changed
- Update contributors thank you message by @beeme1mr in #26
- Bug: FlagEvaluationOptions.HookHints should be optional by @benjiro in #29
- Chore: Add basic issue templates by @benjiro in #33
- Chore: Add test to cover spec 4.4.7 by @benjiro in #30
- Feat: Implement seperate methods for integer and double by @benjiro in #31
- Chore: Evaluation Context must only contain unique values by @benjiro in #32
- Chore: Name the solution and project OpenFeature.SDK by @benjiro in #35
- Chore: Add github action to perform release by @benjiro in #39
- Chore: Prove able to fetch all fields in EvaluationContext by @benjiro in #37
- Chore: Remove IHook inteface and just use Hook class by @benjiro in #34
- chore: Add openssf badge by @benjiro in #40
- Feat: Add support for provider hooks by @benjiro in #38
- feat: update ctx merge order, add client ctx by @toddbaert in #43
New Contributors
- @beeme1mr made their first contribution in #26
- @toddbaert made their first contribution in #43
Full Changelog: 0.1.1...v0.1.2
0.1.1
0.1.0
This is the initial preview of the dotnet SDK for OpenFeature.
dotnet add package OpenFeature --version 0.1.0
What's Changed
- Add initial project structure by @benjiro in #2
- Basic flag evaluation support by @benjiro in #5
- Add CodeQL by @benjiro in #10
- Add some more information to the readme by @benjiro in #12
- Add dependabot to repo by @benjiro in #9
- Add support for EvaluationContext & Hooks by @benjiro in #8
- Add dotnet format workflows by @benjiro in #11
- Add code coverage build by @benjiro in #15
- Make required changes to get ready to start releasing packages by @benjiro in #17
- Add spec compliant test suite by @benjiro in #16
New Contributors
Full Changelog: https://github.com/open-feature/dotnet-sdk/commits/0.1.0