From fd5aad6c30c90db60e4dc47b76976b248de1488f Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot <86431345+LaunchDarklyReleaseBot@users.noreply.github.com> Date: Wed, 27 May 2026 17:56:00 -0700 Subject: [PATCH] chore(main): release 0.36.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ LaunchDarklyObservability.podspec | 2 +- LaunchDarklySessionReplay.podspec | 2 +- Sources/LaunchDarklyObservability/Version.swift | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8b27c49..4c5f56b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.35.0" + ".": "0.36.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d52c6d..cf4f484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.36.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.35.0...0.36.0) (2026-05-28) + + +### Features + +* session replay control with sampling and state management ([#200](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/200)) ([0fc7e85](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/0fc7e85b6238f8a00aa810e28cd62cb2dc71abee)) +* **session-replay:** embed sessionId at creation time in push event payloads ([#189](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/189)) ([cafefbf](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/cafefbf083342daa0789223aefa5925492e89544)) + ## [0.35.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.34.1...0.35.0) (2026-05-23) diff --git a/LaunchDarklyObservability.podspec b/LaunchDarklyObservability.podspec index 19848ed..9e847bc 100644 --- a/LaunchDarklyObservability.podspec +++ b/LaunchDarklyObservability.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LaunchDarklyObservability" - s.version = "0.35.0" # x-release-please-version + s.version = "0.36.0" # x-release-please-version s.summary = "iOS Observability Plugin for LaunchDarkly." s.description = <<-DESC LaunchDarkly is the feature management platform that software teams use to build better software, faster. diff --git a/LaunchDarklySessionReplay.podspec b/LaunchDarklySessionReplay.podspec index d142dca..5740175 100644 --- a/LaunchDarklySessionReplay.podspec +++ b/LaunchDarklySessionReplay.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LaunchDarklySessionReplay" - s.version = "0.35.0" # x-release-please-version + s.version = "0.36.0" # x-release-please-version s.summary = "iOS Session Replay Plugin for LaunchDarkly." s.description = <<-DESC LaunchDarkly is the feature management platform that software teams use to build better software, faster. diff --git a/Sources/LaunchDarklyObservability/Version.swift b/Sources/LaunchDarklyObservability/Version.swift index e97b358..64184ec 100644 --- a/Sources/LaunchDarklyObservability/Version.swift +++ b/Sources/LaunchDarklyObservability/Version.swift @@ -1,2 +1,2 @@ // This file is automatically updated by release-please. Do not edit manually. -public let sdkVersion = "0.35.0" // x-release-please-version +public let sdkVersion = "0.36.0" // x-release-please-version