Skip to content

Commit 04092ea

Browse files
chore: release main
1 parent c8af14d commit 04092ea

15 files changed

Lines changed: 51 additions & 17 deletions

File tree

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"libs/server-sent-events": "0.7.0",
44
"libs/common": "1.12.0",
55
"libs/internal": "0.14.0",
6-
"libs/server-sdk": "3.11.0",
7-
"libs/server-sdk-redis-source": "2.3.0",
8-
"libs/server-sdk-dynamodb-source": "0.2.0",
9-
"libs/server-sdk-otel": "0.1.2",
6+
"libs/server-sdk": "3.12.0",
7+
"libs/server-sdk-redis-source": "2.3.1",
8+
"libs/server-sdk-dynamodb-source": "0.2.1",
9+
"libs/server-sdk-otel": "0.1.3",
1010
"libs/networking": "0.2.0"
1111
}

libs/server-sdk-dynamodb-source/CHANGELOG.md

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

3+
## [0.2.1](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-dynamodb-source-v0.2.0...launchdarkly-cpp-server-dynamodb-source-v0.2.1) (2026-07-01)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @launchdarkly/cpp-server bumped from 3.11.0 to 3.12.0
11+
312
## [0.2.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-dynamodb-source-v0.1.0...launchdarkly-cpp-server-dynamodb-source-v0.2.0) (2026-06-29)
413

514

libs/server-sdk-dynamodb-source/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.19)
66

77
project(
88
LaunchDarklyCPPServerDynamoDBSource
9-
VERSION 0.2.0 # {x-release-please-version}
9+
VERSION 0.2.1 # {x-release-please-version}
1010
DESCRIPTION "LaunchDarkly C++ Server SDK DynamoDB Source"
1111
LANGUAGES CXX C
1212
)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@launchdarkly/cpp-server-dynamodb-source",
33
"description": "This package.json exists for modeling dependencies for the release process.",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"private": true,
66
"dependencies": {
7-
"@launchdarkly/cpp-server": "3.11.0"
7+
"@launchdarkly/cpp-server": "3.12.0"
88
}
99
}

libs/server-sdk-otel/CHANGELOG.md

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

3+
## [0.1.3](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-otel-v0.1.2...launchdarkly-cpp-server-otel-v0.1.3) (2026-07-01)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @launchdarkly/cpp-server bumped from 3.11.0 to 3.12.0
11+
312
## [0.1.2](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-otel-v0.1.1...launchdarkly-cpp-server-otel-v0.1.2) (2026-06-29)
413

514

libs/server-sdk-otel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@launchdarkly/cpp-server-otel",
33
"description": "This package.json exists for modeling dependencies for the release process.",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"private": true,
66
"dependencies": {
7-
"@launchdarkly/cpp-server": "3.11.0"
7+
"@launchdarkly/cpp-server": "3.12.0"
88
}
99
}

libs/server-sdk-redis-source/CHANGELOG.md

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

3+
## [2.3.1](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-redis-source-v2.3.0...launchdarkly-cpp-server-redis-source-v2.3.1) (2026-07-01)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @launchdarkly/cpp-server bumped from 3.11.0 to 3.12.0
11+
312
## [2.3.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-redis-source-v2.2.2...launchdarkly-cpp-server-redis-source-v2.3.0) (2026-06-29)
413

514

libs/server-sdk-redis-source/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.19)
66

77
project(
88
LaunchDarklyCPPServerRedisSource
9-
VERSION 2.3.0 # {x-release-please-version}
9+
VERSION 2.3.1 # {x-release-please-version}
1010
DESCRIPTION "LaunchDarkly C++ Server SDK Redis Source"
1111
LANGUAGES CXX C
1212
)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@launchdarkly/cpp-server-redis-source",
33
"description": "This package.json exists for modeling dependencies for the release process.",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"private": true,
66
"dependencies": {
7-
"@launchdarkly/cpp-server": "3.11.0"
7+
"@launchdarkly/cpp-server": "3.12.0"
88
}
99
}

libs/server-sdk/CHANGELOG.md

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

3+
## [3.12.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-v3.11.0...launchdarkly-cpp-server-v3.12.0) (2026-07-01)
4+
5+
6+
### Features
7+
8+
* Add C bindings for FDv2 data system ([#572](https://github.com/launchdarkly/cpp-sdks/issues/572)) ([c8af14d](https://github.com/launchdarkly/cpp-sdks/commit/c8af14d9cc7760dc941c70a08c36c3f79048273b))
9+
310
## [3.11.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-v3.10.1...launchdarkly-cpp-server-v3.11.0) (2026-06-29)
411

512

0 commit comments

Comments
 (0)