Skip to content

Latest commit

Β 

History

History
239 lines (131 loc) Β· 19.7 KB

CHANGELOG.md

File metadata and controls

239 lines (131 loc) Β· 19.7 KB

Changelog

0.3.0 (2024-07-16)

⚠ BREAKING CHANGES

  • getEvaluation doesnt throw (#158)
  • decrease API surface (#156)

πŸ› Bug Fixes

  • handle Int32 and Int64 in defaultValue evaluations (#162) (6bb03d5)

✨ New Features

πŸ“š Documentation

πŸ”„ Refactoring

0.2.4 (2024-07-02)

πŸ› Bug Fixes

✨ New Features

πŸ“š Documentation

πŸ”„ Refactoring

0.2.3 (2024-06-25)

πŸ”„ Refactoring

  • Revert "feat: CreateConfidence from Provider for Metadata (#141)" (#142) (643a49a)

0.2.2 (2024-06-18)

πŸ› Bug Fixes

✨ New Features

  • CreateConfidence from Provider for Metadata (#141) (bf368df)

πŸ“š Documentation

πŸ”„ Refactoring

  • remove is_foreground from event producer (#135) (da06d45)

0.2.1 (2024-05-29)

πŸ› Bug Fixes

✨ New Features

  • add functionality to manual flush events (#122) (475df55)
  • introduce a writeQueue for event tracking (#124) (a49a393)
  • LifecycleProducer events are emitted immediately (#131) (accaaa3)

πŸ“š Documentation

  • update readme to cover Confidence APIs (#121) (4962baf)

πŸ”„ Refactoring

0.2.0 (2024-05-10)

πŸ› Bug Fixes

✨ New Features

🧹 Chore

πŸ“š Documentation

πŸ”„ Refactoring

0.1.4 (2024-02-08)

πŸ› Bug Fixes

🧹 Chore

0.1.3 (2024-01-30)

πŸ› Bug Fixes

  • add a default endpoint to the provider (#68) (9d8d173)
  • Address in transit cache on startup (#71) (a090f3e)
  • Fix FlagApplier async behaviour (#70) (f169d90)

πŸ“š Documentation

πŸ”„ Refactoring

  • Remove callbacks from HttpClient (#73) (403712a)

0.1.2 (2023-11-16)

✨ New Features

  • Add SDK id and version to requests (#62) (e1cb474)

0.1.1 (2023-11-15)

✨ New Features

🧹 Chore

πŸ“š Documentation

  • add release-please markers in readme.md (#58) (21973d5)

πŸ”„ Refactoring