Skip to content

Commit 1b801be

Browse files
chore: release main (#266)
🤖 I have created a release *beep* *boop* --- <details><summary>go: 0.4.0</summary> ## [0.4.0](go/v0.3.1...go/v0.4.0) (2025-10-07) ### Features * Add configuration to allow adjusting the batch and queue sizes for logs and spans. ([abecbb6](abecbb6)) * Adjust the default export and queue batch sizes for logs and spans to match the otel defaults. ([abecbb6](abecbb6)) </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] > Release Go SDK v0.4.0 adding configurable batch/queue sizes and aligning default export/queue sizes with OTEL. > > - **Go SDK v0.4.0** > - **Features**: configurable batch and queue sizes for logs and spans; defaults aligned with OTEL export/queue sizes. > - **Version bumps**: > - `.release-please-manifest.json`: `go` → `0.4.0`. > - `go/internal/metadata/metadata.go`: `InstrumentationVersion` → `0.4.0`. > - **Docs**: > - `go/CHANGELOG.md`: add `0.4.0` entry with the above features. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 1a8f732. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent abecbb6 commit 1b801be

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"go": "0.3.1",
2+
"go": "0.4.0",
33
"sdk/@launchdarkly/observability": "0.4.5",
44
"sdk/@launchdarkly/observability-android": "0.10.0",
55
"sdk/@launchdarkly/observability-dotnet": "0.3.0",

go/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.4.0](https://github.com/launchdarkly/observability-sdk/compare/go/v0.3.1...go/v0.4.0) (2025-10-07)
4+
5+
6+
### Features
7+
8+
* Add configuration to allow adjusting the batch and queue sizes for logs and spans. ([abecbb6](https://github.com/launchdarkly/observability-sdk/commit/abecbb64d070f97e16f281065a6a2350668e711c))
9+
* Adjust the default export and queue batch sizes for logs and spans to match the otel defaults. ([abecbb6](https://github.com/launchdarkly/observability-sdk/commit/abecbb64d070f97e16f281065a6a2350668e711c))
10+
311
## [0.3.1](https://github.com/launchdarkly/observability-sdk/compare/go/v0.3.0...go/v0.3.1) (2025-10-06)
412

513

go/internal/metadata/metadata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ const (
66

77
// InstrumentationVersion is the version of the instrumentation.
88
// This is automatically updated by the release process.
9-
InstrumentationVersion = "0.3.1" // {{ x-release-please-version }}
9+
InstrumentationVersion = "0.4.0" // {{ x-release-please-version }}
1010
)

0 commit comments

Comments
 (0)