Skip to content

Latest commit

 

History

History
160 lines (78 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

160 lines (78 loc) · 10.3 KB

1.5.0 (2024-08-27)

Features

  • support cohort targeting for local evaluation (#68) (f7a8de0)

1.4.0 (2024-07-29)

Features

1.3.1 (2024-06-28)

Bug Fixes

  • fix memory leak with local evaluation (#66) (50bdcfe)

1.3.0 (2024-05-17)

Features

  • fetch v2 for remote evaluation client (#64) (9091b5d)

1.2.6 (2024-01-29)

Bug Fixes

  • Improve remote evaluation fetch retry logic (#59) (81feed1)

1.2.5 (2023-11-30)

Bug Fixes

  • add IP address property to user object (#56) (c61403a)

1.2.4 (2023-10-17)

Bug Fixes

  • Add error handling to local evaluation flag poller (#55) (4df62a7)

1.2.3 (2023-09-25)

Bug Fixes

  • Update AmplitudeCookies util to support new cookie format (#53) (8336cf8)

1.2.2 (2023-09-19)

Bug Fixes

  • Do not track empty assignment events (#52) (fccabdf)

1.2.1 (2023-09-13)

Bug Fixes

  • RemoteEvaluationClient variant fetch timeout (#51) (b4bf159)

1.2.0 (2023-09-12)

Features

1.1.5 (2023-08-29)

Bug Fixes

  • Variant result parsing for local evaluation (#49) (0f4709a)

1.1.4 (2023-07-12)

Bug Fixes

  • use a separate connection per deployment (#46) (504e8a2)

1.1.3 (2023-06-13)

Bug Fixes

  • support multiple instances keyed by api key (#45) (e2fb480)

1.1.2 (2023-06-10)

Bug Fixes

  • better handling of exceptions from evaluation library (#43) (898b223)

1.1.1 (2023-05-22)

Bug Fixes

  • pass logger to fetcher rather than debug flag (#39) (8ec9194)

1.1.0 (2023-03-14)

Features

1.0.2 (2023-01-27)

Bug Fixes

  • late require native binaries so remote code does not load them (#35) (9073e2d)

1.0.1 (2022-12-12)

Bug Fixes

1.0.0 (2022-12-12)

Bug Fixes

  • add arch for Docker (linux) on M1 Mac (#28) (bc229a6)
  • fix empty payload error (#11) (e3c617c)
  • fix loadError for loading local evaluation function (#21) (b25a659)
  • fix local evaluation poller interval issue (#26) (abb7899)
  • include version to resolve name error (#7) (e7a4049)
  • Use correct format for string interpolation (#27) (7e94960)
  • use response.code instead of response.status when logging error (#23) (3cdcb34)

Features