Skip to content

Commit 76747f6

Browse files
chore(main): release 0.17.0 (#120)
🤖 I have created a release *beep* *boop* --- ## [0.17.0](0.16.0...0.17.0) (2026-01-16) ### Features * Add diagnostic of service version starting ([#119](#119)) ([8264275](8264275)) * Event queue early stop in buffer overflow ([#118](#118)) ([4be2201](4be2201)) * SR manual start/stop ([#124](#124)) ([c4e1afb](c4e1afb)) ### Bug Fixes * crash reporting with kscrash not captured ([#122](#122)) ([88e97f9](88e97f9)) * observability instance already exists ([#121](#121)) ([8a03120](8a03120)) --- 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] > **Release 0.17.0** > > - Adds diagnostic of service version at start, event queue early stop on buffer overflow, and Session Replay manual start/stop > - Fixes KSCrash reports not captured and "observability instance already exists" error > - Bumps version to `0.17.0` in `CHANGELOG.md`, `.release-please-manifest.json`, podspecs, and `Sources/LaunchDarklyObservability/Version.swift` > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit d5a714b. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent c4e1afb commit 76747f6

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-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.16.0"
2+
".": "0.17.0"
33
}

CHANGELOG.md

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

3+
## [0.17.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.16.0...0.17.0) (2026-01-16)
4+
5+
6+
### Features
7+
8+
* Add diagnostic of service version starting ([#119](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/119)) ([8264275](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/8264275a14793480d2435ecf99bbfd28f29c0538))
9+
* Event queue early stop in buffer overflow ([#118](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/118)) ([4be2201](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/4be22015a52791dc6c073945ea41ea8242586c65))
10+
* SR manual start/stop ([#124](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/124)) ([c4e1afb](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/c4e1afb50c4cd215f2178693d4aa300f84d68e9e))
11+
12+
13+
### Bug Fixes
14+
15+
* crash reporting with kscrash not captured ([#122](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/122)) ([88e97f9](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/88e97f913bff8481520d6160bbca55c47d125b17))
16+
* observability instance already exists ([#121](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/121)) ([8a03120](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/8a031205dc88b0164812c9331293b8a64f45aecb))
17+
318
## [0.16.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.15.2...0.16.0) (2026-01-14)
419

520

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.16.0" # x-release-please-version
3+
s.version = "0.17.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.16.0" # x-release-please-version
3+
s.version = "0.17.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.16.0" // x-release-please-version
2+
public let sdkVersion = "0.17.0" // x-release-please-version

0 commit comments

Comments
 (0)