Skip to content

Commit 6946e72

Browse files
chore: release main
1 parent 41988e1 commit 6946e72

22 files changed

Lines changed: 112 additions & 21 deletions

File tree

.release-please-manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"go": "1.0.0",
3-
"sdk/@launchdarkly/observability": "1.0.3",
4-
"sdk/@launchdarkly/observability-android": "0.31.0",
5-
"sdk/@launchdarkly/observability-dotnet": "1.0.0",
6-
"sdk/@launchdarkly/observability-node": "1.0.1",
7-
"sdk/@launchdarkly/observability-python": "1.1.0",
8-
"sdk/@launchdarkly/observability-react-native": "0.7.1",
9-
"sdk/@launchdarkly/react-native-ld-session-replay": "0.2.2",
10-
"sdk/@launchdarkly/session-replay": "1.0.3",
11-
"sdk/highlight-run": "9.27.1"
2+
"go": "1.1.0",
3+
"sdk/@launchdarkly/observability": "1.1.0",
4+
"sdk/@launchdarkly/observability-android": "0.32.0",
5+
"sdk/@launchdarkly/observability-dotnet": "1.1.0",
6+
"sdk/@launchdarkly/observability-node": "1.1.0",
7+
"sdk/@launchdarkly/observability-python": "1.2.0",
8+
"sdk/@launchdarkly/observability-react-native": "0.8.0",
9+
"sdk/@launchdarkly/react-native-ld-session-replay": "0.3.0",
10+
"sdk/@launchdarkly/session-replay": "1.1.0",
11+
"sdk/highlight-run": "9.28.0"
1212
}

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+
## [1.1.0](https://github.com/launchdarkly/observability-sdk/compare/go/v1.0.0...go/v1.1.0) (2026-03-26)
4+
5+
6+
### Features
7+
8+
* **@launchdarkly/session-replay-react-native:** use cocoapods for native session replay ([#434](https://github.com/launchdarkly/observability-sdk/issues/434)) ([41988e1](https://github.com/launchdarkly/observability-sdk/commit/41988e196b02901964efdad0e25f892d5ba55fc4))
9+
310
## [1.0.0](https://github.com/launchdarkly/observability-sdk/compare/go/v0.4.0...go/v1.0.0) (2026-01-28)
411

512
This release marks the 1.0.0 stable version of the LaunchDarkly Observability Go SDK.

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 = "1.0.0" // {{ x-release-please-version }}
9+
InstrumentationVersion = "1.1.0" // {{ x-release-please-version }}
1010
)

sdk/@launchdarkly/observability-android/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.32.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.31.0...launchdarkly-observability-android-0.32.0) (2026-03-26)
4+
5+
6+
### Features
7+
8+
* **@launchdarkly/session-replay-react-native:** use cocoapods for native session replay ([#434](https://github.com/launchdarkly/observability-sdk/issues/434)) ([41988e1](https://github.com/launchdarkly/observability-sdk/commit/41988e196b02901964efdad0e25f892d5ba55fc4))
9+
310
## [0.31.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-android-0.30.0...launchdarkly-observability-android-0.31.0) (2026-03-09)
411

512

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

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

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

3+
## [1.1.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-dotnet-1.0.0...launchdarkly-observability-dotnet-1.1.0) (2026-03-26)
4+
5+
6+
### Features
7+
8+
* **@launchdarkly/session-replay-react-native:** use cocoapods for native session replay ([#434](https://github.com/launchdarkly/observability-sdk/issues/434)) ([41988e1](https://github.com/launchdarkly/observability-sdk/commit/41988e196b02901964efdad0e25f892d5ba55fc4))
9+
310
## [1.0.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-dotnet-0.3.0...launchdarkly-observability-dotnet-1.0.0) (2026-01-28)
411

512
This release marks the 1.0.0 stable version of the LaunchDarkly Observability .NET SDK.

sdk/@launchdarkly/observability-dotnet/src/LaunchDarkly.Observability/LaunchDarkly.Observability.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<!--x-release-please-start-version-->
4-
<Version>1.0.0</Version>
4+
<Version>1.1.0</Version>
55
<!--x-release-please-end-->
66
<Nullable>disable</Nullable>
77
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a

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

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

3+
## [1.1.0](https://github.com/launchdarkly/observability-sdk/compare/observability-node-1.0.1...observability-node-1.1.0) (2026-03-26)
4+
5+
6+
### Features
7+
8+
* **@launchdarkly/session-replay-react-native:** use cocoapods for native session replay ([#434](https://github.com/launchdarkly/observability-sdk/issues/434)) ([41988e1](https://github.com/launchdarkly/observability-sdk/commit/41988e196b02901964efdad0e25f892d5ba55fc4))
9+
310
## [1.0.1](https://github.com/launchdarkly/observability-sdk/compare/observability-node-1.0.0...observability-node-1.0.1) (2026-02-18)
411

512

sdk/@launchdarkly/observability-node/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-node",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly Python Observability will be documented in this file. This project adheres to Semantic Versioning.
44

5+
## [1.2.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-python-1.1.0...launchdarkly-observability-python-1.2.0) (2026-03-26)
6+
7+
8+
### Features
9+
10+
* **@launchdarkly/session-replay-react-native:** use cocoapods for native session replay ([#434](https://github.com/launchdarkly/observability-sdk/issues/434)) ([41988e1](https://github.com/launchdarkly/observability-sdk/commit/41988e196b02901964efdad0e25f892d5ba55fc4))
11+
512
## [1.1.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-python-1.0.0...launchdarkly-observability-python-1.1.0) (2026-02-12)
613

714

0 commit comments

Comments
 (0)