Skip to content

Releases: launchdarkly/ios-client-sdk

v10.0.0

29 Oct 17:53
ae57f26

Choose a tag to compare

10.0.0 (2025-10-29)

⚠ BREAKING CHANGES

  • Timeout executor to fix race conditions on timeout (#457)
  • Bump swift-tools-version to 5.5 and macosx to 12.00 to be compatible with Otel (#453)
  • update doc and podspec
  • bump target versions to iOS13 and others (#451)
  • drop support for iOS12, watchOS 4.0, tvOS 12.0, masOS 10.13

Features

  • Timeout executor to fix race conditions on timeout (#457) (f76f15e)

Bug Fixes

  • not multithread safe access to cancel var (3184f84)

Miscellaneous Chores

  • chore!: (b3e7faf)
  • Bump swift-tools-version to 5.5 and macosx to 12.00 to be compatible with Otel (#453) (068a422)
  • bump target versions to iOS13 and others (#451) (9d25460)
  • drop support for iOS12, watchOS 4.0, tvOS 12.0, masOS 10.13 (320c60d)
  • update doc and podspec (cbc0f75)

This PR was generated with Release Please. See documentation.

v9.15.0

15 Aug 13:44
66d26f7

Choose a tag to compare

9.15.0 (2025-08-15)

Features

  • allow any type instead encodable in evaluation series data (#446) (0d7c902)

v9.14.0

11 Aug 20:37
9d3c761

Choose a tag to compare

9.14.0 (2025-08-11)

Features

  • Adds experimental plugin functionality. (41c8ad5)

v9.13.0

21 Apr 16:35
082430f

Choose a tag to compare

9.13.0 (2025-04-21)

Features

  • Inline context for custom events (26fa397)

v9.12.3

12 Feb 19:35
93963c2

Choose a tag to compare

9.12.3 (2025-02-12)

Bug Fixes

  • fixes race condition that could lead to multiple start completion invocations (#429) (17d1ad4)

v9.12.2

15 Jan 21:11
cb270ec

Choose a tag to compare

9.12.2 (2025-01-15)

Bug Fixes

  • replaced inefficient string logic for sync complete log (#425) (2099bbe)

v9.12.1

14 Jan 21:10
6dde55c

Choose a tag to compare

9.12.1 (2025-01-14)

Bug Fixes

  • improving performance of FlagSynchronizer creation (#420) (e9575a0)

v9.12.0

06 Nov 21:21
8c09801

Choose a tag to compare

9.12.0 (2024-11-06)

Features

  • Add LDConfig.sendEvents option to disable all events (#414) (9a51844)
  • Add cache usage option for identify calls (#408) (b928345)

v9.11.0

22 Oct 15:31
9fc3e15

Choose a tag to compare

9.11.0 (2024-10-21)

Features

  • Adds support for client-side prerequisite events (#409) (d4ad59c)

v9.10.0

07 Aug 20:59
319735e

Choose a tag to compare

9.10.0 (2024-08-07)

Features

  • Update caching strategy to allow for greater cache use (#404) (62587ad)

Bug Fixes

  • Sort private attributes for improved stable encoding (#401) (90bf896)