Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"go": "1.2.0",
"go": "1.2.1",
"sdk/@launchdarkly/observability": "1.1.17",
"sdk/@launchdarkly/observability-next": "0.2.2",
"sdk/@launchdarkly/observability-android": "0.63.0",
"sdk/@launchdarkly/flutter/packages/observability": "0.13.0",
"sdk/@launchdarkly/observability-dotnet": "1.2.0",
"sdk/@launchdarkly/observability-dotnet": "1.2.1",
"sdk/@launchdarkly/observability-node": "1.2.0",
"sdk/@launchdarkly/observability-python": "1.3.0",
"sdk/@launchdarkly/observability-python": "1.3.1",
"sdk/@launchdarkly/observability-react-native": "0.17.1",
"sdk/@launchdarkly/react-native-ld-session-replay": "0.21.0",
"sdk/@launchdarkly/session-replay": "1.1.17",
Expand Down
7 changes: 7 additions & 0 deletions go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.1](https://github.com/launchdarkly/observability-sdk/compare/go/v1.2.0...go/v1.2.1) (2026-07-31)


### Bug Fixes

* update vulnerable dependencies across SDKs and examples ([#699](https://github.com/launchdarkly/observability-sdk/issues/699)) ([3a5fe1c](https://github.com/launchdarkly/observability-sdk/commit/3a5fe1c62a972830d44a522b312728509bccceb2))

## [1.2.0](https://github.com/launchdarkly/observability-sdk/compare/go/v1.1.1...go/v1.2.0) (2026-07-30)


Expand Down
2 changes: 1 addition & 1 deletion go/internal/metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ const (

// InstrumentationVersion is the version of the instrumentation.
// This is automatically updated by the release process.
InstrumentationVersion = "1.2.0" // {{ x-release-please-version }}
InstrumentationVersion = "1.2.1" // {{ x-release-please-version }}
)
7 changes: 7 additions & 0 deletions sdk/@launchdarkly/observability-dotnet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.1](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-dotnet-1.2.0...launchdarkly-observability-dotnet-1.2.1) (2026-07-31)


### Bug Fixes

* update vulnerable dependencies across SDKs and examples ([#699](https://github.com/launchdarkly/observability-sdk/issues/699)) ([3a5fe1c](https://github.com/launchdarkly/observability-sdk/commit/3a5fe1c62a972830d44a522b312728509bccceb2))

## [1.2.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-dotnet-1.1.0...launchdarkly-observability-dotnet-1.2.0) (2026-06-03)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!--x-release-please-start-version-->
<Version>1.2.0</Version>
<Version>1.2.1</Version>
<!--x-release-please-end-->
<Nullable>disable</Nullable>
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
Expand Down
7 changes: 7 additions & 0 deletions sdk/@launchdarkly/observability-python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [1.3.1](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-python-1.3.0...launchdarkly-observability-python-1.3.1) (2026-07-31)


### Bug Fixes

* update vulnerable dependencies across SDKs and examples ([#699](https://github.com/launchdarkly/observability-sdk/issues/699)) ([3a5fe1c](https://github.com/launchdarkly/observability-sdk/commit/3a5fe1c62a972830d44a522b312728509bccceb2))

## [1.3.0](https://github.com/launchdarkly/observability-sdk/compare/launchdarkly-observability-python-1.2.4...launchdarkly-observability-python-1.3.0) (2026-07-30)


Expand Down
2 changes: 1 addition & 1 deletion sdk/@launchdarkly/observability-python/PROVENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
<!-- x-release-please-start-version -->
```
# Set the version of the SDK to verify
PLUGIN_VERSION=1.3.0
PLUGIN_VERSION=1.3.1
```
<!-- x-release-please-end -->

Expand Down
2 changes: 1 addition & 1 deletion sdk/@launchdarkly/observability-python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "launchdarkly-observability"
version = "1.3.0"
version = "1.3.1"
description = "LaunchDarkly Observability for Python"
license = "Apache-2.0"
authors = [
Expand Down
Loading