Skip to content

Latest commit

 

History

History
302 lines (137 loc) · 15.8 KB

CHANGELOG.md

File metadata and controls

302 lines (137 loc) · 15.8 KB

1.15.0 (2024-12-03)

Features

  • Update DefaultUserProvider platform and device values (#65) (9d63b9a)

1.14.0 (2024-11-26)

Features

  • increase flag polling interval; add flag poller interval config (#64) (520123c)

1.13.7 (2024-09-13)

Bug Fixes

  • ensure completion block is always called in DefaultExperimentClient.start function (#60) (5f0e1dc)

1.13.6 (2024-09-10)

Bug Fixes

1.13.5 (2024-05-06)

Bug Fixes

  • toDictionary function should convert Date object to string (#54) (6ebbc3f)

1.13.4 (2024-04-10)

Bug Fixes

  • Adopt resource bundle for privacy manifest in Cocoapods (#52) (dc87951)

1.13.3 (2024-04-09)

Bug Fixes

1.13.2 (2024-03-14)

Bug Fixes

  • experiment user equals user property comparison (0e66823)
  • explicitly unwrap double optional for swift 4 compilation (de347f9)

1.13.1 (2024-01-29)

Bug Fixes

  • Improve remote evaluation fetch retry logic (#43) (00f00ef)

1.13.0 (2023-12-01)

Features

  • bootstrap initial local evaluation flags (#41) (7c5c995)

1.12.2 (2023-11-22)

Bug Fixes

  • fix the translation of legacy variant payloads from storage (#40) (83c2391)

1.12.1 (2023-11-09)

Bug Fixes

1.12.0 (2023-10-10)

Bug Fixes

  • update analytics-connector; min macos deployment target 10.13 (46f295e)

Features

1.11.1 (2023-09-28)

Bug Fixes

  • include experiment key in exposure event (9909d21)

1.11.0 (2023-06-02)

Features

  • add experiment key to variant and exposure event (#34) (0a55ead)

1.10.0 (2023-04-24)

Bug Fixes

  • fix the connector user provider when id is set prior to provider init (#33) (c7a99ef)

Features

  • add group and group property support to user (#32) (2ac2330)

1.9.2 (2023-03-15)

Bug Fixes

  • connector user provider concurrency (#30) (113fcdc)

1.9.1 (2023-01-20)

Bug Fixes

  • make clear() method public (#28) (062692d)
  • update analytics-connector; distribution mode; fix test (3e8fc62)

1.9.0 (2022-11-22)

Features

1.8.0 (2022-10-22)

Features

  • add the flag config Clear method (#25) (df1c147)

1.7.3 (2022-09-08)

Bug Fixes

  • properly compare ExperimentUser properties (#24) (9b76fa4)

1.7.2 (2022-08-03)

Bug Fixes

  • increase integration timeout to 10 seconds (#23) (5f70203)

1.7.1 (2022-06-02)

Bug Fixes

  • add secondary initial variants as a fallback (5ff93a6)

1.7.0 (2022-04-15)

Features

  • invalidate exposure cache on user identity change (#22) (f45d3f4)

1.6.0 (2022-02-12)

Bug Fixes

  • update spm package definition with connector pkg (#20) (96946ae)

Features

  • add exposure tracking provider interface (#21) (dca2b10)
  • core package integration into experiment sdk (#17) (caa8dac)
  • use renamed connector package instead of core (#18) (7d90816)

1.5.0 (2021-11-11)

Bug Fixes

  • dont overwrite stored user with empty user on fetch (#14) (9649662)
  • fix tests once and for all (4317be6)
  • fix variant equality for object payloads (#16) (e2471b6)
  • override description in user and variant objects (2de4dfd)
  • unwrap optional when printing variant payload (0146310)
  • update user merge function to use new user props (45806e2)

Features

1.4.1 (2021-10-27)

Bug Fixes

  • potential crash with concurrent storage map copy and write (#13) (e9786f0)

1.4.0 (2021-10-18)

Features

  • unset user properties when variant evaluates to null or is a fa… (#12) (63776fa)

1.3.0 (2021-08-12)

Features

  • add user properties to exposure event (#10) (6c77b1e)

1.2.1 (2021-08-10)

Bug Fixes

  • use config user provider (1e4a05c)

1.2.0 (2021-07-29)

Bug Fixes

  • revert post to get with header (#9) (17b14cd)
  • use post instead of get for fetch (#6) (3a56e7d)

Features

  • exposure tracking through analytics provider (#8) (10f08e9)

1.1.2 (2021-07-01)

Bug Fixes

1.1.1 (2021-07-01)

Bug Fixes

  • variant encoding/decoding from storage (#5) (713e475)

1.1.0 (2021-06-28)

Features

  • add automatic background retries to fetch (#3) (8fc3d98)
  • set DefaultUserProvider by default (#4) (fa49ef3)

1.0.2 (2021-06-09)

Bug Fixes

  • remove amplitude as dependency (713a9b8)

1.0.1 (2021-06-09)

Bug Fixes

  • remove Amplitude as dependency for SPM (#1) (5ac6beb)

1.0.0 (2021-06-03)

Bug Fixes

Features

  • add public ctors to config and user (fc4f9f9)
  • save storage in userdefalts (b89c1b7)