Skip to content

Commit 4612b45

Browse files
chore: release main (#225)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-observability-android: 0.7.0</summary> ## [0.7.0](launchdarkly-observability-android-0.6.0...launchdarkly-observability-android-0.7.0) (2025-09-23) ### Features * Implement flush mechanism for observability data ([#229](#229)) ([4f266a6](4f266a6)) * O11Y-413 - Add sampling config via web request ([#212](#212)) ([0a82cbf](0a82cbf)) </details> <details><summary>go: 0.3.0</summary> ## [0.3.0](go/v0.2.1...go/v0.3.0) (2025-09-23) ### Features * Support Go observability initialization independent of plugins. ([#230](#230)) ([ddd6d4b](ddd6d4b)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 8a9de5a commit 4612b45

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"go": "0.2.1",
2+
"go": "0.3.0",
33
"sdk/@launchdarkly/observability": "0.4.1",
4-
"sdk/@launchdarkly/observability-android": "0.6.0",
4+
"sdk/@launchdarkly/observability-android": "0.7.0",
55
"sdk/@launchdarkly/observability-dotnet": "0.2.0",
66
"sdk/@launchdarkly/observability-node": "0.3.0",
77
"sdk/@launchdarkly/observability-python": "0.1.1",

go/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.3.0](https://github.com/launchdarkly/observability-sdk/compare/go/v0.2.1...go/v0.3.0) (2025-09-23)
4+
5+
6+
### Features
7+
8+
* Support Go observability initialization independent of plugins. ([#230](https://github.com/launchdarkly/observability-sdk/issues/230)) ([ddd6d4b](https://github.com/launchdarkly/observability-sdk/commit/ddd6d4b1ca6d647f37bf62fc7ec31f58043a89d2))
9+
310
## [0.2.1](https://github.com/launchdarkly/observability-sdk/compare/go/v0.2.0...go/v0.2.1) (2025-08-22)
411

512

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.7.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.6.0...launchdarkly-observability-android-0.7.0) (2025-09-23)
4+
5+
6+
### Features
7+
8+
* Implement flush mechanism for observability data ([#229](https://github.com/launchdarkly/observability-sdk/issues/229)) ([4f266a6](https://github.com/launchdarkly/observability-sdk/commit/4f266a6eda9a8fa84780e2959d94bd4a937aa3d1))
9+
* O11Y-413 - Add sampling config via web request ([#212](https://github.com/launchdarkly/observability-sdk/issues/212)) ([0a82cbf](https://github.com/launchdarkly/observability-sdk/commit/0a82cbf769f10292d3a9ccbc570d46e6d0558297))
10+
311
## [0.6.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.5.0...launchdarkly-observability-android-0.6.0) (2025-08-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.6.0
7+
version=0.7.0
88
#x-release-please-end

0 commit comments

Comments
 (0)