Skip to content

Latest commit

 

History

History
141 lines (63 loc) · 7.18 KB

CHANGELOG.md

File metadata and controls

141 lines (63 loc) · 7.18 KB

Changelog

0.2.6 (2024-09-11)

✨ New Features

0.2.5 (2024-09-09)

✨ New Features

  • Sidecar - Let users to add custom resolve url for confidence object (#62) (f6244dd)

📚 Documentation

0.2.4 (2024-07-09)

🐛 Bug Fixes

  • Do not raise exception for track events (#58) (627d970)

0.2.3 (2024-06-03)

🐛 Bug Fixes

  • revert having run in the track event (#56) (f87032a)

0.2.2 (2024-06-03)

🐛 Bug Fixes

  • Add readme for confidence flag api (#53) (f840603)
  • run async io task in the background (#55) (e7c87bd)

0.2.1 (2024-05-29)

🐛 Bug Fixes

  • Change the artifact name for the library to confidence-sdk (#51) (6ad000f)

0.2.0 (2024-05-29)

⚠ BREAKING CHANGES

  • total confidence (#49)

✨ New Features

0.1.4 (2024-02-13)

🐛 Bug Fixes

  • add a default endpoint to the provider (#46) (1f30ef7)
  • fixes to enable mypy in premerge (#42) (c1d65bf)

🧹 Chore

  • update OF sdk to 0.4.2 (dd4a4d7

  • explicitly add the typing-extensions dep (49ac4eb)

  • update openfeature sdk version to 0.4.1 (#35) (16ee55f)

📚 Documentation

  • Add Confidence link to the README (#44) (bee1d17)

0.1.3 (2023-11-16)

🐛 Bug Fixes

✨ New Features

  • Add SDK id and version to requests (#34) (6c82014)

0.1.2 (2023-10-09)

🐛 Bug Fixes

  • update to openfeature 0.3.1 and fix some type issues (#29) (6c0c5b1)

0.1.1 (2023-09-18)

🐛 Bug Fixes

📚 Documentation

0.1.0 (2023-09-14)

🐛 Bug Fixes

  • allow omitting targeting key (#17) (ddb535f)
  • int syntax error in resolver (#14) (5e4dcdd)
  • make resolve payload have appended "flags/" (#18) (97c6f9a)

✨ New Features

  • make apply on resolve configurable. (#7) (50a06a8), closes #2

🧹 Chore

📦 Dependencies

🔄 Refactoring