Skip to content

Commit ed2b645

Browse files
chore: release main (#324)
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-observability-android: 0.20.0</summary> ## [0.20.0](launchdarkly-observability-android-0.19.1...launchdarkly-observability-android-0.20.0) (2025-12-18) ### Features * Android SR Identify support ([#330](#330)) ([a421812](a421812)) * Graphql client memory optimization ([#325](#325)) ([f199e2d](f199e2d)) * Gzip compression for Graphql request body ([#328](#328)) ([d862a15](d862a15)) * Limit accumulating canvas buffer ([#322](#322)) ([72f2592](72f2592)) </details> <details><summary>observability: 0.4.11</summary> ## [0.4.11](observability-0.4.10...observability-0.4.11) (2025-12-18) ### Dependencies * The following workspace dependencies were updated * dependencies * highlight.run bumped to 9.25.0 </details> <details><summary>session-replay: 0.4.11</summary> ## [0.4.11](session-replay-0.4.10...session-replay-0.4.11) (2025-12-18) ### Dependencies * The following workspace dependencies were updated * dependencies * highlight.run bumped to 9.25.0 </details> <details><summary>highlight.run: 9.25.0</summary> ## [9.25.0](highlight.run-9.24.0...highlight.run-9.25.0) (2025-12-18) ### Features * sanitize URLs + semantic conventions for header attributes ([#317](#317)) ([417b4b8](417b4b8)) </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 Android SDK 0.20.0 with multiple performance/features, bump highlight.run to 9.25.0, and update web packages (@launchdarkly/observability, @launchdarkly/session-replay) to 0.4.11 consuming the new dependency. > > - **Releases**: > - `sdk/@launchdarkly/observability-android` → `0.20.0` > - Features: Android SR Identify support, GraphQL client memory optimizations, Gzip GraphQL request bodies, limit accumulating canvas buffer. > - `sdk/highlight-run` → `9.25.0` > - Features: URL sanitization + semantic conventions for header attributes. > - `sdk/@launchdarkly/observability` → `0.4.11` > - Dependency: `highlight.run` bumped to `9.25.0`. > - `sdk/@launchdarkly/session-replay` → `0.4.11` > - Dependency: `highlight.run` bumped to `9.25.0`. > - **Version metadata**: > - Updated versions in `.release-please-manifest.json`, `package.json`s, and Android `gradle.properties`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 68d9f0b. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent ea3538a commit ed2b645

File tree

9 files changed

+43
-8
lines changed

9 files changed

+43
-8
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"go": "0.4.0",
3-
"sdk/@launchdarkly/observability": "0.4.10",
4-
"sdk/@launchdarkly/observability-android": "0.19.1",
3+
"sdk/@launchdarkly/observability": "0.4.11",
4+
"sdk/@launchdarkly/observability-android": "0.20.0",
55
"sdk/@launchdarkly/observability-dotnet": "0.3.0",
66
"sdk/@launchdarkly/observability-node": "0.3.1",
77
"sdk/@launchdarkly/observability-python": "0.1.1",
88
"sdk/@launchdarkly/observability-react-native": "0.7.0",
9-
"sdk/@launchdarkly/session-replay": "0.4.10",
10-
"sdk/highlight-run": "9.24.0"
9+
"sdk/@launchdarkly/session-replay": "0.4.11",
10+
"sdk/highlight-run": "9.25.0"
1111
}

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

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

3+
## [0.20.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.19.1...launchdarkly-observability-android-0.20.0) (2025-12-18)
4+
5+
6+
### Features
7+
8+
* Android SR Identify support ([#330](https://github.com/launchdarkly/observability-sdk/issues/330)) ([a421812](https://github.com/launchdarkly/observability-sdk/commit/a4218120ceb3b423e56118fcde0e72beffec2b5c))
9+
* Graphql client memory optimization ([#325](https://github.com/launchdarkly/observability-sdk/issues/325)) ([f199e2d](https://github.com/launchdarkly/observability-sdk/commit/f199e2d2b60261f0d905baa3b3e79f3b3d08e8ca))
10+
* Gzip compression for Graphql request body ([#328](https://github.com/launchdarkly/observability-sdk/issues/328)) ([d862a15](https://github.com/launchdarkly/observability-sdk/commit/d862a15d8c5611f3a9d836f444d55ed69eee2bb4))
11+
* Limit accumulating canvas buffer ([#322](https://github.com/launchdarkly/observability-sdk/issues/322)) ([72f2592](https://github.com/launchdarkly/observability-sdk/commit/72f2592df37a9160e54c775d5be72cfb6312bd21))
12+
313
## [0.19.1](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.19.0...launchdarkly-observability-android-0.19.1) (2025-12-11)
414

515

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.19.1
7+
version=0.20.0
88
#x-release-please-end

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+
## [0.4.11](https://github.com/launchdarkly/observability-sdk/compare/observability-0.4.10...observability-0.4.11) (2025-12-18)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* highlight.run bumped to 9.25.0
11+
312
## [0.4.10](https://github.com/launchdarkly/observability-sdk/compare/observability-0.4.9...observability-0.4.10) (2025-12-12)
413

514

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": "0.4.10",
3+
"version": "0.4.11",
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+
## [0.4.11](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.4.10...session-replay-0.4.11) (2025-12-18)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* highlight.run bumped to 9.25.0
11+
312
## [0.4.10](https://github.com/launchdarkly/observability-sdk/compare/session-replay-0.4.9...session-replay-0.4.10) (2025-12-12)
413

514

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": "0.4.10",
3+
"version": "0.4.11",
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.25.0](https://github.com/launchdarkly/observability-sdk/compare/highlight.run-9.24.0...highlight.run-9.25.0) (2025-12-18)
4+
5+
6+
### Features
7+
8+
* sanitize URLs + semantic conventions for header attributes ([#317](https://github.com/launchdarkly/observability-sdk/issues/317)) ([417b4b8](https://github.com/launchdarkly/observability-sdk/commit/417b4b83f686b48a07acc84b3f41c74bfd16dd57))
9+
310
## [9.24.0](https://github.com/launchdarkly/observability-sdk/compare/highlight.run-9.23.0...highlight.run-9.24.0) (2025-12-12)
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.24.0",
3+
"version": "9.25.0",
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)