Skip to content

Latest commit

Β 

History

History
193 lines (104 loc) Β· 12.9 KB

CHANGELOG.md

File metadata and controls

193 lines (104 loc) Β· 12.9 KB

Changelog

1.4.1 (2024-01-23)

πŸ“š Documentation

1.4.0 (2024-01-23)

πŸ› Bug Fixes

  • Fix ArgumentOutOfRangeException for empty hooks (#187) (950775b)
  • More robust shutdown/cleanup/reset (#188) (a790f78)
  • Remove upper-bound version constraint from SCI (#171) (8f8b661)

✨ New Features

🧹 Chore

  • Add GitHub Actions logger for CI (#174) (c1a189a)
  • add placeholder eventing and shutdown sections (#156) (5dfea29)
  • Add support for GitHub Packages (#173) (26cd5cd)
  • Adding sealed keyword to classes (#191) (1a14f6c)
  • deps: update actions/checkout action to v4 (#144) (90d9d02)
  • deps: update actions/setup-dotnet action to v4 (#162) (0b0bb10)
  • deps: update dependency dotnet-sdk to v7.0.404 (#148) (e8ca1da)
  • deps: update github/codeql-action action to v3 (#163) (c85e93e)
  • fix alt text for NuGet on the readme (2cbdba8)
  • Fix FieldCanBeMadeReadOnly (#183) (18a092a)
  • Fix props to support more than one project (#177) (f47cf07)
  • minor formatting cleanup (#168) (d0c25af)
  • Reduce dependency on MEL -> MELA (#176) (a6062fe)
  • remove duplicate eventing section in readme (1efe09d)
  • remove test sleeps, fix flaky test (#194) (f2b9b03)
  • revert breaking setProvider (#190) (2919c2f)
  • update spec release link (a2f70eb)
  • updated readme for inclusion in the docs (6516866)

πŸ“š Documentation

πŸ”„ Refactoring

1.3.1 (2023-09-19)

πŸ› Bug Fixes

🧹 Chore

  • deps: update dependency dotnet-sdk to v7.0.306 (#135) (15473b6)
  • deps: update dependency dotnet-sdk to v7.0.400 (#139) (ecc9707)
  • update rp config (emoji) (f921dc6)

πŸ“š Documentation

1.3.0 (2023-07-14)

Features

  • Support for name client to given provider (#129) (3f765c6)

Bug Fixes

  • max System.Collections.Immutable version ++ (#137) (55c5e8e)

1.2.0 (2023-02-14)

Features

1.1.0 (2023-01-18)

Features

1.0.1 (2022-10-28)

Bug Fixes

  • correct version range on logging (#89) (9443239)

1.0.0 (2022-10-21)

Miscellaneous Chores

0.5.0 (2022-10-16)

⚠ BREAKING CHANGES

  • rename OpenFeature class to API and ns to OpenFeature (#82)

Features

  • rename OpenFeature class to API and ns to OpenFeature (#82) (6090bd9)

0.4.0 (2022-10-12)

⚠ BREAKING CHANGES

  • Thread safe hooks, provider, and context (#79)
  • Implement builders and immutable contexts. (#77)

Features

  • Implement builders and immutable contexts. (#77) (d980a94)
  • Thread safe hooks, provider, and context (#79) (609016f)

0.3.0 (2022-09-28)

⚠ BREAKING CHANGES

  • ErrorType as enum, add ErrorMessage string (#72)

Features

  • ErrorType as enum, add ErrorMessage string (#72) (e7ab498)

0.2.3 (2022-09-22)

Bug Fixes

0.2.2 (2022-09-22)

Bug Fixes

  • change NUGET_API_KEY -> NUGET_TOKEN (#67) (87c99b2)

0.2.1 (2022-09-22)

Bug Fixes

  • substitute version number into filename when pushing package (#65) (8c8500c)

0.2.0 (2022-09-22)

⚠ BREAKING CHANGES

  • use correct path to extra file (#63)
  • Rename namespace from OpenFeature.SDK to OpenFeatureSDK (#62)

Bug Fixes

  • Rename namespace from OpenFeature.SDK to OpenFeatureSDK (#62) (430ffc0)
  • use correct path to extra file (#63) (ee39839)