Skip to content

Commit 7ae4481

Browse files
chore(main): release 0.15.0 (#106)
🤖 I have created a release *beep* *boop* --- ## [0.15.0](0.14.0...0.15.0) (2026-01-05) ### Features * Deduplicate images before buffering ([#107](#107)) ([eea5821](eea5821)) * Gzip compression of graphql request ([#105](#105)) ([07415de](07415de)) --- 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.15.0** > > - Bumps version to `0.15.0` across `.release-please-manifest.json`, `LaunchDarklyObservability.podspec`, `LaunchDarklySessionReplay.podspec`, and `Sources/LaunchDarklyObservability/Version.swift` > - Updates `CHANGELOG.md` with new features: deduplicate images before buffering; enable gzip compression for GraphQL requests > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit b9fa4cb. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent eea5821 commit 7ae4481

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-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.14.0"
2+
".": "0.15.0"
33
}

CHANGELOG.md

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

3+
## [0.15.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.14.0...0.15.0) (2026-01-05)
4+
5+
6+
### Features
7+
8+
* Deduplicate images before buffering ([#107](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/107)) ([eea5821](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/eea5821e412cc2f70709797fa9668bc238b747ec))
9+
* Gzip compression of graphql request ([#105](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/105)) ([07415de](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/07415deb559e491978cd952af95450b2b9bc7a96))
10+
311
## [0.14.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.13.1...0.14.0) (2025-12-16)
412

513

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

0 commit comments

Comments
 (0)