Skip to content

Commit 6502486

Browse files
chore: release main (#526)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-observability-android: 0.44.0</summary> ## [0.44.0](launchdarkly-observability-android-0.43.0...launchdarkly-observability-android-0.44.0) (2026-05-05) ### Features * Android O11Y cost based buffering + JSON exporters ([#525](#525)) ([01e6b07](01e6b07)) </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** > Low risk: this PR only updates release metadata (version numbers and changelog) and does not modify runtime code. Any risk is limited to publishing the new Android artifact version. > > **Overview** > Publishes `sdk/@launchdarkly/observability-android` **v0.44.0** by updating the version in `.release-please-manifest.json` and `gradle.properties`. > > Adds the `0.44.0` entry to `CHANGELOG.md`, noting the new Android observability cost-based buffering and JSON exporter feature. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit ae3288f. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 01e6b07 commit 6502486

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"go": "1.1.1",
33
"sdk/@launchdarkly/observability": "1.1.7",
4-
"sdk/@launchdarkly/observability-android": "0.43.0",
4+
"sdk/@launchdarkly/observability-android": "0.44.0",
55
"sdk/@launchdarkly/observability-dotnet": "1.1.0",
66
"sdk/@launchdarkly/observability-node": "1.1.1",
77
"sdk/@launchdarkly/observability-python": "1.2.1",

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

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

3+
## [0.44.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.43.0...launchdarkly-observability-android-0.44.0) (2026-05-05)
4+
5+
6+
### Features
7+
8+
* Android O11Y cost based buffering + JSON exporters ([#525](https://github.com/launchdarkly/observability-sdk/issues/525)) ([01e6b07](https://github.com/launchdarkly/observability-sdk/commit/01e6b074b8cd745735980471ce3971e87593ecbe))
9+
310
## [0.43.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.42.0...launchdarkly-observability-android-0.43.0) (2026-05-01)
411

512

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ android.useAndroidX=true
55
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers
66

77
#x-release-please-start-version
8-
version=0.43.0
8+
version=0.44.0
99
#x-release-please-end

0 commit comments

Comments
 (0)