Skip to content

Commit 889b3c8

Browse files
chore(main): release 0.14.0 (#103)
🤖 I have created a release *beep* *boop* --- ## [0.14.0](0.13.1...0.14.0) (2025-12-16) ### Features * Flush buffers on going to app switcher ([#104](#104)) ([1cd74be](1cd74be)) * Limit accumulating canvas buffer ([#101](#101)) ([0a531f5](0a531f5)) ### Bug Fixes * UIDevice.current.orientation.isLandscape not main thread access ([#102](#102)) ([d8ffa0a](d8ffa0a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Prepare 0.14.0 release with changelog updates and version bumps across manifest, podspecs, and `sdkVersion`. > > - **Release 0.14.0** > - Update versions in `.release-please-manifest.json`, `LaunchDarklyObservability.podspec`, `LaunchDarklySessionReplay.podspec`, and `Sources/LaunchDarklyObservability/Version.swift`. > - Update `CHANGELOG.md` with features (flush buffers on app switcher, limit accumulating canvas buffer) and a bug fix (avoid non-main-thread access for device orientation). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 07363d2. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 1cd74be commit 889b3c8

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.13.1"
2+
".": "0.14.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.14.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.13.1...0.14.0) (2025-12-16)
4+
5+
6+
### Features
7+
8+
* Flush buffers on going to app switcher ([#104](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/104)) ([1cd74be](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/1cd74bea3d1ef5f54e9b8d95d4660c42d9284db4))
9+
* Limit accumulating canvas buffer ([#101](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/101)) ([0a531f5](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/0a531f546fd1e0995497963551d1235461d93bed))
10+
11+
12+
### Bug Fixes
13+
14+
* UIDevice.current.orientation.isLandscape not main thread access ([#102](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/102)) ([d8ffa0a](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/d8ffa0a34e6f8f717a01ecd5dea9f7dc925a2ccc))
15+
316
## [0.13.1](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.13.0...0.13.1) (2025-12-12)
417

518

LaunchDarklyObservability.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "LaunchDarklyObservability"
3-
s.version = "0.13.1" # x-release-please-version
3+
s.version = "0.14.0" # x-release-please-version
44
s.summary = "iOS Observability Plugin for LaunchDarkly."
55
s.description = <<-DESC
66
LaunchDarkly is the feature management platform that software teams use to build better software, faster.

LaunchDarklySessionReplay.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "LaunchDarklySessionReplay"
3-
s.version = "0.13.1" # x-release-please-version
3+
s.version = "0.14.0" # x-release-please-version
44
s.summary = "Session replay library for LaunchDarkly"
55
s.description = <<-DESC
66
Session Replay captures user interactions and screen recordings to help you understand how users interact with your application.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is automatically updated by release-please. Do not edit manually.
2-
public let sdkVersion = "0.13.1" // x-release-please-version
2+
public let sdkVersion = "0.14.0" // x-release-please-version

0 commit comments

Comments
 (0)