Skip to content

Commit 7a17d03

Browse files
chore: release main (#370)
🤖 I have created a release *beep* *boop* --- <details><summary>observability: 1.0.1</summary> ## [1.0.1](observability-1.0.0...observability-1.0.1) (2026-02-13) ### Dependencies * The following workspace dependencies were updated * dependencies * highlight.run bumped to 9.26.1 </details> <details><summary>session-replay: 1.0.1</summary> ## [1.0.1](session-replay-1.0.0...session-replay-1.0.1) (2026-02-13) ### Dependencies * The following workspace dependencies were updated * dependencies * highlight.run bumped to 9.26.1 </details> <details><summary>highlight.run: 9.26.1</summary> ## [9.26.1](highlight.run-9.26.0...highlight.run-9.26.1) (2026-02-13) ### Bug Fixes * [SEC-7656] Add Set-Cookie to default redacted headers ([#368](#368)) ([163c8fc](163c8fc)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). [SEC-7656]: https://launchdarkly.atlassian.net/browse/SEC-7656?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Automated release/version metadata changes only; behavior change is limited to consuming an upstream patch that tightens header redaction. > > **Overview** > Updates release metadata to publish patch releases: `@launchdarkly/observability` `1.0.0` → `1.0.1`, `@launchdarkly/session-replay` `1.0.0` → `1.0.1`, and `highlight.run` `9.26.0` → `9.26.1` (manifest, `package.json`, and changelogs). > > `highlight.run@9.26.1` includes a bugfix to add `Set-Cookie` to the default redacted headers, and the two `@launchdarkly/*` packages are updated to consume that workspace dependency bump. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 4f20574. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 163c8fc commit 7a17d03

7 files changed

Lines changed: 31 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"go": "1.0.0",
3-
"sdk/@launchdarkly/observability": "1.0.0",
3+
"sdk/@launchdarkly/observability": "1.0.1",
44
"sdk/@launchdarkly/observability-android": "0.25.1",
55
"sdk/@launchdarkly/observability-dotnet": "1.0.0",
66
"sdk/@launchdarkly/observability-node": "1.0.0",
77
"sdk/@launchdarkly/observability-python": "1.1.0",
88
"sdk/@launchdarkly/observability-react-native": "0.7.0",
9-
"sdk/@launchdarkly/session-replay": "1.0.0",
10-
"sdk/highlight-run": "9.26.0"
9+
"sdk/@launchdarkly/session-replay": "1.0.1",
10+
"sdk/highlight-run": "9.26.1"
1111
}

sdk/@launchdarkly/observability/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @launchdarkly/observability
22

3+
## [1.0.1](https://github.com/launchdarkly/observability-sdk/compare/observability-1.0.0...observability-1.0.1) (2026-02-13)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* highlight.run bumped to 9.26.1
11+
312
## [1.0.0](https://github.com/launchdarkly/observability-sdk/compare/observability-0.5.2...observability-1.0.0) (2026-01-28)
413

514
This release marks the 1.0.0 stable version of the LaunchDarkly Observability Browser SDK.

sdk/@launchdarkly/observability/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/observability",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Browser observability for your web app. Capture frontend metrics, errors, logs and traces.",
55
"keywords": [
66
"launchdarkly",

sdk/@launchdarkly/session-replay/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @launchdarkly/session-replay
22

3+
## [1.0.1](https://github.com/launchdarkly/observability-sdk/compare/session-replay-1.0.0...session-replay-1.0.1) (2026-02-13)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* highlight.run bumped to 9.26.1
11+
312
## [1.0.0](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.5.2...session-replay-1.0.0) (2026-01-28)
413

514
This release marks the 1.0.0 stable version of the LaunchDarkly Session Replay SDK.

sdk/@launchdarkly/session-replay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/session-replay",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Browser observability for your web app. Record session replays to visualize usage patterns.",
55
"keywords": [
66
"launchdarkly",

sdk/highlight-run/CHANGELOG.md

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

3+
## [9.26.1](https://github.com/launchdarkly/observability-sdk/compare/highlight.run-9.26.0...highlight.run-9.26.1) (2026-02-13)
4+
5+
6+
### Bug Fixes
7+
8+
* [SEC-7656] Add Set-Cookie to default redacted headers ([#368](https://github.com/launchdarkly/observability-sdk/issues/368)) ([163c8fc](https://github.com/launchdarkly/observability-sdk/commit/163c8fce77063f2e39a32d3d5fcd996a71d16cf6))
9+
310
## [9.26.0](https://github.com/launchdarkly/observability-sdk/compare/highlight.run-9.25.1...highlight.run-9.26.0) (2026-01-23)
411

512

sdk/highlight-run/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highlight.run",
3-
"version": "9.26.0",
3+
"version": "9.26.1",
44
"description": "Open source, fullstack monitoring. Capture frontend errors, record server side logs, and visualize what broke with session replay.",
55
"keywords": [
66
"highlight",

0 commit comments

Comments
 (0)