Skip to content

Commit 5608f00

Browse files
chore: release main (#366)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-observability-python: 1.1.0</summary> ## [1.1.0](launchdarkly-observability-python-1.0.0...launchdarkly-observability-python-1.1.0) (2026-02-12) ### Features * address dependabot issues ([#359](#359)) ([ca1130c](ca1130c)) </details> <details><summary>launchdarkly-observability-android: 0.25.1</summary> ## [0.25.1](launchdarkly-observability-android-0.25.0...launchdarkly-observability-android-0.25.1) (2026-02-12) ### Bug Fixes * release package by trigger new build ([#364](#364)) ([7eaf5cd](7eaf5cd)) * Trigger release / Code comments change ([#363](#363)) ([06b34da](06b34da)) </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** > Release/version and documentation-only changes; no functional code changes are included in this diff. > > **Overview** > Updates release metadata to publish new versions of the Android and Python observability SDKs. > > Bumps `sdk/@launchdarkly/observability-android` to `0.25.1` (manifest + `gradle.properties`) and records two release-trigger bugfix entries in `CHANGELOG.md`. Bumps `sdk/@launchdarkly/observability-python` to `1.1.0` (manifest + `pyproject.toml`), updates `PROVENANCE.md`’s verification example version, and adds a changelog entry noting dependency-related updates. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 4cece0b. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent fb7fa41 commit 5608f00

6 files changed

Lines changed: 20 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"go": "1.0.0",
33
"sdk/@launchdarkly/observability": "1.0.0",
4-
"sdk/@launchdarkly/observability-android": "0.25.0",
4+
"sdk/@launchdarkly/observability-android": "0.25.1",
55
"sdk/@launchdarkly/observability-dotnet": "1.0.0",
66
"sdk/@launchdarkly/observability-node": "1.0.0",
7-
"sdk/@launchdarkly/observability-python": "1.0.0",
7+
"sdk/@launchdarkly/observability-python": "1.1.0",
88
"sdk/@launchdarkly/observability-react-native": "0.7.0",
99
"sdk/@launchdarkly/session-replay": "1.0.0",
1010
"sdk/highlight-run": "9.26.0"

sdk/@launchdarkly/observability-android/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.25.1](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.25.0...launchdarkly-observability-android-0.25.1) (2026-02-12)
4+
5+
6+
### Bug Fixes
7+
8+
* release package by trigger new build ([#364](https://github.com/launchdarkly/observability-sdk/issues/364)) ([7eaf5cd](https://github.com/launchdarkly/observability-sdk/commit/7eaf5cd576b9aa9003e6b4a4372c61bc3d390ff1))
9+
* Trigger release / Code comments change ([#363](https://github.com/launchdarkly/observability-sdk/issues/363)) ([06b34da](https://github.com/launchdarkly/observability-sdk/commit/06b34dae442a0f4a1c7b18a0bcda89d561f445db))
10+
311
## [0.25.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.24.0...launchdarkly-observability-android-0.25.0) (2026-01-28)
412

513

sdk/@launchdarkly/observability-android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
android.useAndroidX=true
55

66
#x-release-please-start-version
7-
version=0.25.0
7+
version=0.25.1
88
#x-release-please-end

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.1.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-python-1.0.0...launchdarkly-observability-python-1.1.0) (2026-02-12)
6+
7+
8+
### Features
9+
10+
* address dependabot issues ([#359](https://github.com/launchdarkly/observability-sdk/issues/359)) ([ca1130c](https://github.com/launchdarkly/observability-sdk/commit/ca1130ca8275e4bfefd22ec51b869b319fbc876e))
11+
512
## [1.0.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-python-0.1.1...launchdarkly-observability-python-1.0.0) (2026-01-28)
613

714
This release marks the 1.0.0 stable version of the LaunchDarkly Observability Python SDK.

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.0.0
12+
PLUGIN_VERSION=1.1.0
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.0.0"
3+
version = "1.1.0"
44
description = "LaunchDarkly Observability for Python"
55
license = "Apache-2.0"
66
authors = [

0 commit comments

Comments
 (0)