Skip to content

Releases: launchdarkly/ios-client-sdk

v9.6.0

25 Mar 13:21
a455642
Compare
Choose a tag to compare

9.6.0 (2024-03-20)

Features

  • Honor polling interval between restarts (#355) (bd58864)

v8.4.2

21 Mar 13:06
fe6a41d
Compare
Choose a tag to compare

8.4.2 (2024-03-15)

Bug Fixes

  • Prevent null value changes to observe listeners (#354) (efcabc2)

v9.5.1

18 Mar 14:16
099ffe0
Compare
Choose a tag to compare

9.5.1 (2024-03-15)

Bug Fixes

  • Prevent null value changes to observe listeners (#352) (c1f1926)

v9.5.0

14 Mar 18:41
cf82f06
Compare
Choose a tag to compare

9.5.0 (2024-03-14)

Features

  • Inline contexts for all evaluation events (#332) (a0f795b)
  • Redact anonymous attributes within feature events (#333) (0fd5dbd)

v9.4.1

01 Mar 17:43
d28e7a8
Compare
Choose a tag to compare

9.4.1 (2024-03-01)

Bug Fixes

  • Ensure secondary environments use correct mobile key (#347) (e92054c)

v9.4.0

22 Feb 14:53
52fe6b3
Compare
Choose a tag to compare

9.4.0 (2024-02-21)

Features

  • Add new identify method with time out support (#344) (34ba8ab)
  • Implement shedding identity queue (#343) (393a28c)
  • Introduce variation method with generic return types (#342) (7ff2ffb)

Bug Fixes

v8.4.1

21 Feb 21:05
83d9eaa
Compare
Choose a tag to compare

8.4.1 (2024-02-09)

Bug Fixes

v9.3.0

03 Jan 19:18
e1585ec
Compare
Choose a tag to compare

9.3.0 (2024-01-02)

Features

  • Store and use e-tag header between SDK initializations (#268) (701aaa8)

Bug Fixes

  • LDContext equality is no longer order dependent (#265) (683e0c3)
  • Use stable encoding format to increase cache hits (#267) (40a5d01)

v8.4.0

03 Jan 17:53
7d3524f
Compare
Choose a tag to compare

8.4.0 (2023-12-29)

Features

  • Store and use e-tag header between SDK initializations (#268) (701aaa8)

Bug Fixes

  • LDContext equality is no longer order dependent (#265) (683e0c3)
  • Use stable encoding format to increase cache hits (#267) (40a5d01)

[9.2.1] - 2023-10-31

31 Oct 18:13
0fedd19
Compare
Choose a tag to compare

Changed:

  • Calling identify() with a context that is identical to the SDK's current context is now more efficient, and no longer results in re-establishing a connection.

Fixed:

  • Fixed issue where flag change listeners were not being triggered when identify() was called.