Skip to content

Latest commit

 

History

History
198 lines (92 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

198 lines (92 loc) · 10.2 KB

1.6.1 (2024-12-13)

Bug Fixes

  • Use separate locks for LocalEvaluationClient start() and stop() (#39) (f007497)

1.6.0 (2024-12-12)

Features

  • add stop() for LocalEvaluationClient (#38) (7b97728)

1.5.0 (2024-11-01)

Bug Fixes

  • CohortTooLargeException not thrown when in proxy mode (#36) (cc10582)
  • fix flag push fallback (#37) (2cf5b04)
  • remove OptIn annotation for cohort syncing (#35) (b5e0684)

Features

1.4.4 (2024-10-02)

Bug Fixes

1.4.3 (2024-09-23)

Bug Fixes

  • add metric for cohort download too large (#33) (5a855c9)

1.4.2 (2024-09-20)

Bug Fixes

  • fix assignment config to use batch when configured (#32) (d6d9684)

1.4.1 (2024-09-04)

Bug Fixes

  • fix certain metrics that weren't firing (dbf2994)

1.4.0 (2024-08-27)

Bug Fixes

  • use get request for remote fetch (#29) (6c2fc3a)

Features

  • local evaluation cohorts support (#28) (d2d5213)

1.3.1 (2024-05-23)

Bug Fixes

  • add http proxy config to remote evaluation client (#27) (2b00d36)

1.3.0 (2024-02-29)

Features

1.2.7 (2024-02-07)

Bug Fixes

  • add serverUrl field to AssignmentConfiguration (#22) (eb0b251)

1.2.6 (2024-01-31)

Bug Fixes

1.2.5 (2024-01-29)

Bug Fixes

  • Improve remote evaluation fetch retry logic (#17) (5fe439f)

1.2.4 (2023-11-29)

Bug Fixes

  • local evaluation flag config ConcurrentModificationException (#16) (7c5353f)

1.2.3 (2023-11-28)

Bug Fixes

  • Flag segment serialization error (#15) (8c6b47e)

1.2.2 (2023-10-10)

Bug Fixes

  • Catch error in flag poller for local evaluation (#13) (5084ed2)

1.2.1 (2023-09-19)

Bug Fixes

  • Do not track empty assignment events (#12) (d0aa48e)

1.2.0 (2023-08-29)

Bug Fixes

  • move AssignmentConfiguration into separate file (774a60d)

Features

1.1.0 (2023-03-14)

Bug Fixes

  • remove map based flag config storage (#7) (48c0628)

Features

1.0.0 (2023-01-27)

Bug Fixes

  • add benchmarking tests, update core version (80b8723)
  • dont return default variant (556fca5)
  • fix publish command (696f4c3)
  • fix publishing config (4b939cd)
  • lint; update publishing (146f581)
  • only call enable cohort sync once, more logging (4308835)
  • publishing via release action (4d7065e)
  • set java source compatibility to 1.8 (7f253c9)
  • update core version (af779d3)
  • update readme (3880cad)

Features

  • add local evaluation library header (#3) (ade1fb5)
  • local evaluation cohorts (#4) (b9940f1)

0.0.4 (2022-05-20)

Bug Fixes

  • fix publishing config (4b939cd)
  • publishing via release action (4d7065e)

0.0.3 (2022-05-20)

Bug Fixes

0.0.2 (2022-05-19)

Bug Fixes