Skip to content

Commit 07363d2

Browse files
chore(main): release 0.14.0
1 parent 1cd74be commit 07363d2

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)