Skip to content

Latest commit

 

History

History
112 lines (71 loc) · 7.51 KB

CHANGELOG.md

File metadata and controls

112 lines (71 loc) · 7.51 KB

Changelog

v1.4.0 (2024-08-27)

Feature

  • Support cohort targeting for local evaluation (#47) (d8c62c4)

v1.3.1 (2024-01-30)

Fix

  • Improve remote evaluation fetch retry logic (#42) (4864666)

v1.3.0 (2023-12-01)

Feature

v1.2.4 (2023-10-20)

Fix

  • Memory leak from string cstring disposal (#40) (93c647f)

v1.2.3 (2023-09-19)

Fix

  • Do not track empty assignment events (#39) (e2fb39a)

v1.2.2 (2023-09-01)

Fix

  • Allow creation of multiple client instances based on api key (#38) (b8defe4)

v1.2.1 (2023-08-25)

Fix

  • Update FlagResult class and fix assignment tracking issue (#37) (6a097cf)
  • Provide AssignmentConfig class for use (#36) (afbd36c)
  • Use relative import in LocalEvaluationConfig (#35) (f5b7897)

v1.2.0 (2023-08-22)

Feature

v1.1.3 (2023-07-07)

Fix

v1.1.2 (2023-06-09)

Fix

  • Close http connection when request throws exception (#23) (40c4dbb)

v1.1.1 (2023-03-29)

Fix

  • Use daemon threads for conn pool and poller (#20) (fd8360a)

v1.1.0 (2023-03-14)

Feature

v1.0.0 (2022-12-31)

Fix

v0.3.1 (2022-11-21)

Fix

v0.3.0 (2022-09-08)

Feature

  • Add local evaluation library header (#16) (513f61a)

Fix

  • Patch for pdoc for local evaluation lib (#15) (7217110)

v0.2.0 (2022-08-16)

Feature

  • Testing, comments and prepare for release (#13) (1f38faf)
  • Add local evaluation bootstrap (#12) (db8c20b)
  • Add local evaluation library (#11) (d6aea11)

Fix

v0.1.0 (2022-06-08)

Feature

Fix