Skip to content

Commit c2ba28b

Browse files
chore: release main (#640)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-observability-python: 1.2.4</summary> ## [1.2.4](launchdarkly-observability-python-1.2.3...launchdarkly-observability-python-1.2.4) (2026-06-22) ### Bug Fixes * **observability-python:** prevent logging recursion with coexisting agents ([#637](#637)) ([b66da6c](b66da6c)) </details> --- 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] > **Low Risk** > Version and changelog/provenance metadata only; no source changes in the diff. > > **Overview** > Release Please bumps **launchdarkly-observability-python** from **1.2.3** to **1.2.4** in `.release-please-manifest.json`, `pyproject.toml`, `PROVENANCE.md`, and adds the **1.2.4** changelog entry. > > The release notes document bug fix **#637**: prevent **logging recursion** when the SDK runs alongside **other observability/logging agents** (no implementation changes appear in this PR diff—only packaging and release metadata). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 61bfff2. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent b66da6c commit c2ba28b

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"sdk/@launchdarkly/flutter/packages/observability": "0.12.1",
77
"sdk/@launchdarkly/observability-dotnet": "1.2.0",
88
"sdk/@launchdarkly/observability-node": "1.1.3",
9-
"sdk/@launchdarkly/observability-python": "1.2.3",
9+
"sdk/@launchdarkly/observability-python": "1.2.4",
1010
"sdk/@launchdarkly/observability-react-native": "0.9.3",
1111
"sdk/@launchdarkly/react-native-ld-session-replay": "0.11.1",
1212
"sdk/@launchdarkly/session-replay": "1.1.15",

sdk/@launchdarkly/observability-python/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly Python Observability will be documented in this file. This project adheres to Semantic Versioning.
44

5+
## [1.2.4](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-python-1.2.3...launchdarkly-observability-python-1.2.4) (2026-06-22)
6+
7+
8+
### Bug Fixes
9+
10+
* **observability-python:** prevent logging recursion with coexisting agents ([#637](https://github.com/launchdarkly/observability-sdk/issues/637)) ([b66da6c](https://github.com/launchdarkly/observability-sdk/commit/b66da6c98c8639ba92b9cdac15e16e775a7ee523))
11+
512
## [1.2.3](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-python-1.2.2...launchdarkly-observability-python-1.2.3) (2026-05-13)
613

714

sdk/@launchdarkly/observability-python/PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
99
<!-- x-release-please-start-version -->
1010
```
1111
# Set the version of the SDK to verify
12-
PLUGIN_VERSION=1.2.3
12+
PLUGIN_VERSION=1.2.4
1313
```
1414
<!-- x-release-please-end -->
1515

sdk/@launchdarkly/observability-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "launchdarkly-observability"
3-
version = "1.2.3"
3+
version = "1.2.4"
44
description = "LaunchDarkly Observability for Python"
55
license = "Apache-2.0"
66
authors = [

0 commit comments

Comments
 (0)