Skip to content

Tags: launchdarkly/ios-client-sdk

Tags

9.12.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(v9): release 9.12.3 (#430)

🤖 I have created a release *beep* *boop*
---


##
[9.12.3](9.12.2...9.12.3)
(2025-02-12)


### Bug Fixes

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

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: LaunchDarklyReleaseBot <LaunchDarklyReleaseBot@launchdarkly.com>

9.12.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(v9): release 9.12.2 (#426)

🤖 I have created a release *beep* *boop*
---


##
[9.12.2](9.12.1...9.12.2)
(2025-01-15)


### Bug Fixes

* replaced inefficient string logic for sync complete log
([#425](#425))
([2099bbe](2099bbe))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: LaunchDarklyReleaseBot <LaunchDarklyReleaseBot@launchdarkly.com>

9.12.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(v9): release 9.12.1 (#424)

🤖 I have created a release *beep* *boop*
---


##
[9.12.1](9.12.0...9.12.1)
(2025-01-14)


### Bug Fixes

* improving performance of FlagSynchronizer creation
([#420](#420))
([e9575a0](e9575a0))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: LaunchDarklyReleaseBot <LaunchDarklyReleaseBot@launchdarkly.com>

9.12.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(v9): release 9.12.0 (#416)

🤖 I have created a release *beep* *boop*
---


##
[9.12.0](9.11.0...9.12.0)
(2024-11-06)


### Features

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

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: LaunchDarklyReleaseBot <LaunchDarklyReleaseBot@launchdarkly.com>

9.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(v9): release 9.11.0 (#411)

🤖 I have created a release *beep* *boop*
---


##
[9.11.0](9.10.0...9.11.0)
(2024-10-21)


### Features

* Adds support for client-side prerequisite events
([#409](#409))
([d4ad59c](d4ad59c))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: LaunchDarklyReleaseBot <LaunchDarklyReleaseBot@launchdarkly.com>

9.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(v9): release 9.10.0 (#402)

🤖 I have created a release *beep* *boop*
---


##
[9.10.0](9.9.0...9.10.0)
(2024-08-07)


### Features

* Update caching strategy to allow for greater cache use
([#404](#404))
([62587ad](62587ad))


### Bug Fixes

* Sort private attributes for improved stable encoding
([#401](#401))
([90bf896](90bf896))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: LaunchDarklyReleaseBot <LaunchDarklyReleaseBot@launchdarkly.com>

9.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(v9): release 9.9.0 (#400)

🤖 I have created a release *beep* *boop*
---


##
[9.9.0](9.8.2...9.9.0)
(2024-08-02)

This release introduces the ability to enable compression of event
payloads. When enabled, the SDK will compress events before sending them
to the LaunchDarkly servers. This can reduce the bandwidth required to
send events, which can be useful in high-traffic environments to reduce
egress traffic costs.

> [!IMPORTANT]
> Relay Proxy users **MUST** upgrade to version 8.9 or higher prior to
enabling this option to prevent loss of event data.
>
> However, enabling this feature is **NOT** required when using the
Relay Proxy as it will manage compression automatically.


### Features

* Add option to enable compression of event payloads
([#399](#399))
([ae4131f](ae4131f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: LaunchDarklyReleaseBot <LaunchDarklyReleaseBot@launchdarkly.com>
Co-authored-by: Matthew Keeler <mkeeler@launchdarkly.com>

9.8.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(v9): release 9.8.2 (#394)

🤖 I have created a release *beep* *boop*
---


##
[9.8.2](9.8.1...9.8.2)
(2024-06-10)


### Bug Fixes

* start time warning log now uses float wildcard for string
interpolation of time interval
([#393](#393))
([573c99b](573c99b))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: LaunchDarklyReleaseBot <LaunchDarklyReleaseBot@launchdarkly.com>

9.8.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(v9): release 9.8.1 (#391)

🤖 I have created a release *beep* *boop*
---


##
[9.8.1](9.8.0...9.8.1)
(2024-06-03)


### Bug Fixes

* configured logger is now also used for logging LDEventSource log
messages
([#390](#390))
([7a3e67a](7a3e67a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: LaunchDarklyReleaseBot <LaunchDarklyReleaseBot@launchdarkly.com>

9.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(v9): release 9.8.0 (#387)

🤖 I have created a release *beep* *boop*
---


##
[9.8.0](9.7.2...9.8.0)
(2024-05-20)


### Features

* adds LD_OBJC_EXCLUDE_PURE_SWIFT_APIS compiler flag.
([#386](#386))
([fef65f5](fef65f5))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: LaunchDarklyReleaseBot <LaunchDarklyReleaseBot@launchdarkly.com>