Skip to content

Latest commit

 

History

History
181 lines (83 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

181 lines (83 loc) · 10.1 KB

1.12.2 (2024-08-20)

Bug Fixes

  • add consumer proguard rules; update kotlin & gradle; lint (#57) (cb1699c)
  • load from storage async in init (#58) (827ce6b)

1.12.1 (2024-01-29)

Bug Fixes

  • Improve remote evaluation fetch retry logic (#49) (c172d15)
  • library name for flags api (#50) (2bd41b2)

1.12.0 (2023-12-01)

Features

  • support bootstrapping initial local eval flags (#48) (7f1e96d)

1.11.3 (2023-11-14)

Bug Fixes

1.11.2 (2023-11-09)

Bug Fixes

1.11.1 (2023-10-21)

Bug Fixes

1.11.0 (2023-10-11)

Features

1.10.1 (2023-09-26)

Bug Fixes

  • Catch JSONException from parsing vardata response (#33) (cabbb5d)

1.10.0 (2023-06-02)

Features

  • add exp key to variant and exposure (#26) (f25e458)

1.9.0 (2023-04-24)

Features

  • add support for groups on user object (#23) (c94b68a)

1.8.1 (2022-12-23)

Bug Fixes

  • use in memory cache for variant access from storage (#22) (cb02a2c)

1.8.0 (2022-11-15)

Features

1.7.0 (2022-10-19)

Features

1.6.3 (2022-07-29)

Bug Fixes

  • increase integration timeout from 1 to 10 seconds (1dbb585)

1.6.2 (2022-07-19)

Bug Fixes

  • fix library in user merge (40db9cb)

1.6.1 (2022-06-02)

Bug Fixes

  • add secondary initial variants as a fallback (9e81778)

1.6.0 (2022-04-15)

Features

  • invalidate exposure cache on user identity change (#16) (386936f)

1.5.1 (2022-02-12)

Bug Fixes

  • exposure tracking provider in config builder (6b172d5)

1.5.0 (2022-02-12)

Features

  • add exposure tracking provider (#15) (5a2a471)
  • core package for seamless integration with analytics (#12) (95addb3)
  • rename amplitude-core to analytics-connector (#13) (da7a11c)
  • use exposure-v2 in connector analytics provider (#14) (afe9cfc)

1.4.0 (2021-10-18)

Features

  • unset user properties when variant evaluates to null or is a fa… (#11) (8a38ff8)

1.3.0 (2021-08-12)

Features

  • send user properties for exposure events (#10) (c427360)

1.2.0 (2021-07-29)

Bug Fixes

  • add library to user prior to fetch (#8) (eeb473a)
  • revert from post to get with user in header (#9) (c4155f8)
  • use post rather than get (#6) (bb2d2eb)

Features

  • automatic exposure tracking through analytics provider (#7) (6cc44ab)

1.1.1 (2021-06-29)

Bug Fixes

  • formatting (d455e87)
  • use DefaultUserProvider in client by default (#4) (5742e36)

1.1.0 (2021-06-28)

Features

  • add automatic background retries to failed fetch requests (#3) (20a84e5)