Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.13.1"
".": "0.14.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.14.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.13.1...0.14.0) (2025-12-16)


### Features

* 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))
* Limit accumulating canvas buffer ([#101](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/101)) ([0a531f5](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/0a531f546fd1e0995497963551d1235461d93bed))


### Bug Fixes

* 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))

## [0.13.1](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.13.0...0.13.1) (2025-12-12)


Expand Down
2 changes: 1 addition & 1 deletion LaunchDarklyObservability.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LaunchDarklyObservability"
s.version = "0.13.1" # x-release-please-version
s.version = "0.14.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.
Expand Down
2 changes: 1 addition & 1 deletion LaunchDarklySessionReplay.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LaunchDarklySessionReplay"
s.version = "0.13.1" # x-release-please-version
s.version = "0.14.0" # x-release-please-version
s.summary = "Session replay library for LaunchDarkly"
s.description = <<-DESC
Session Replay captures user interactions and screen recordings to help you understand how users interact with your application.
Expand Down
2 changes: 1 addition & 1 deletion Sources/LaunchDarklyObservability/Version.swift
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is automatically updated by release-please. Do not edit manually.
public let sdkVersion = "0.13.1" // x-release-please-version
public let sdkVersion = "0.14.0" // x-release-please-version