Skip to content

Commit d39a653

Browse files
chore: release main (#642)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-observability-ruby: 0.2.2</summary> ## [0.2.2](launchdarkly-observability-ruby/0.2.1...launchdarkly-observability-ruby/0.2.2) (2026-06-22) ### Bug Fixes * **ruby:** omit nil feature_flag.context.id for invalid contexts ([#641](#641)) ([587e2e4](587e2e4)) </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-only release; the behavioral fix was already merged separately. > > **Overview** > **Release Please** bumps **`launchdarkly-observability-ruby`** from **0.2.1** to **0.2.2** (manifest, `version.rb`, `CHANGELOG.md`, and `PROVENANCE.md`). > > The release documents bug fix **#641**: when a flag evaluation uses an **invalid context**, telemetry no longer sends **`feature_flag.context.id`** with a **nil** value (avoids OpenTelemetry invalid-attribute noise). No additional application code changes appear in this diff—only version and release metadata. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit a2ec72a. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 587e2e4 commit d39a653

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
@@ -11,5 +11,5 @@
1111
"sdk/@launchdarkly/react-native-ld-session-replay": "0.11.1",
1212
"sdk/@launchdarkly/session-replay": "1.1.15",
1313
"sdk/highlight-run": "10.4.1",
14-
"sdk/@launchdarkly/observability-ruby": "0.2.1"
14+
"sdk/@launchdarkly/observability-ruby": "0.2.2"
1515
}

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.2](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-ruby/0.2.1...launchdarkly-observability-ruby/0.2.2) (2026-06-22)
9+
10+
11+
### Bug Fixes
12+
13+
* **ruby:** omit nil feature_flag.context.id for invalid contexts ([#641](https://github.com/launchdarkly/observability-sdk/issues/641)) ([587e2e4](https://github.com/launchdarkly/observability-sdk/commit/587e2e40764bade29198c47e6746887f1af6d856))
14+
815
## [0.2.1](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-ruby/0.2.0...launchdarkly-observability-ruby/0.2.1) (2026-06-02)
916

1017

sdk/@launchdarkly/observability-ruby/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=0.2.1
12+
PLUGIN_VERSION=0.2.2
1313
```
1414
<!-- x-release-please-end -->
1515

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module LaunchDarklyObservability
4-
VERSION = '0.2.1' # x-release-please-version
4+
VERSION = '0.2.2' # x-release-please-version
55
end

0 commit comments

Comments
 (0)