File tree Expand file tree Collapse file tree
server-sdk-dynamodb-source
include/launchdarkly/server_side Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "libs/server-sent-events" : " 0.6.1" ,
44 "libs/common" : " 1.11.0" ,
55 "libs/internal" : " 0.13.0" ,
6- "libs/server-sdk" : " 3.10.1 " ,
7- "libs/server-sdk-redis-source" : " 2.2.2 " ,
8- "libs/server-sdk-dynamodb-source" : " 0.1 .0" ,
9- "libs/server-sdk-otel" : " 0.1.1 " ,
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 " ,
1010 "libs/networking" : " 0.2.0"
1111}
Original file line number Diff line number Diff line change 11# Changelog
2+
3+ ## [ 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-05-29)
4+
5+
6+ ### Features
7+
8+ * add IBigSegmentStore interface + Redis and DynamoDB stores ([ #536 ] ( https://github.com/launchdarkly/cpp-sdks/issues/536 ) ) ([ 136aca7] ( https://github.com/launchdarkly/cpp-sdks/commit/136aca7ea0bc1a057db0bd7aac7838d2bc838d74 ) )
9+ * implement DynamoDBDataSource + tests ([ #534 ] ( https://github.com/launchdarkly/cpp-sdks/issues/534 ) ) ([ a0c2790] ( https://github.com/launchdarkly/cpp-sdks/commit/a0c2790b9d0e4c888ced8307222b0ed2371b5eb8 ) )
10+ * scaffold libs/server-sdk-dynamodb-source ([ #533 ] ( https://github.com/launchdarkly/cpp-sdks/issues/533 ) ) ([ df386c1] ( https://github.com/launchdarkly/cpp-sdks/commit/df386c1b837d915a0a1cab468b3b0da798d4b4ad ) )
11+
12+
13+ ### Dependencies
14+
15+ * The following workspace dependencies were updated
16+ * dependencies
17+ * @launchdarkly/cpp-server bumped from 3.10.1 to 3.11.0
18+
19+ ## Changelog
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.19)
66
77project (
88 LaunchDarklyCPPServerDynamoDBSource
9- VERSION 0.1 .0 # {x-release-please-version}
9+ VERSION 0.2 .0 # {x-release-please-version}
1010 DESCRIPTION "LaunchDarkly C++ Server SDK DynamoDB Source"
1111 LANGUAGES CXX C
1212)
Original file line number Diff line number Diff line change 11{
22 "name" : " @launchdarkly/cpp-server-dynamodb-source" ,
33 "description" : " This package.json exists for modeling dependencies for the release process." ,
4- "version" : " 0.1 .0" ,
4+ "version" : " 0.2 .0" ,
55 "private" : true ,
66 "dependencies" : {
7- "@launchdarkly/cpp-server" : " 3.10.1 "
7+ "@launchdarkly/cpp-server" : " 3.11.0 "
88 }
99}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 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-05-29)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * dependencies
10+ * @launchdarkly/cpp-server bumped from 3.10.1 to 3.11.0
11+
312## [ 0.1.1] ( https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-otel-v0.1.0...launchdarkly-cpp-server-otel-v0.1.1 ) (2025-11-12)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @launchdarkly/cpp-server-otel" ,
33 "description" : " This package.json exists for modeling dependencies for the release process." ,
4- "version" : " 0.1.1 " ,
4+ "version" : " 0.1.2 " ,
55 "private" : true ,
66 "dependencies" : {
7- "@launchdarkly/cpp-server" : " 3.10.1 "
7+ "@launchdarkly/cpp-server" : " 3.11.0 "
88 }
99}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 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-05-29)
4+
5+
6+ ### Features
7+
8+ * add IBigSegmentStore interface + Redis and DynamoDB stores ([ #536 ] ( https://github.com/launchdarkly/cpp-sdks/issues/536 ) ) ([ 136aca7] ( https://github.com/launchdarkly/cpp-sdks/commit/136aca7ea0bc1a057db0bd7aac7838d2bc838d74 ) )
9+
10+
11+ ### Dependencies
12+
13+ * The following workspace dependencies were updated
14+ * dependencies
15+ * @launchdarkly/cpp-server bumped from 3.10.1 to 3.11.0
16+
317## [ 2.2.2] ( https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-redis-source-v2.2.1...launchdarkly-cpp-server-redis-source-v2.2.2 ) (2025-11-12)
418
519
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.19)
66
77project (
88 LaunchDarklyCPPServerRedisSource
9- VERSION 2.2.2 # {x-release-please-version}
9+ VERSION 2.3.0 # {x-release-please-version}
1010 DESCRIPTION "LaunchDarkly C++ Server SDK Redis Source"
1111 LANGUAGES CXX C
1212)
Original file line number Diff line number Diff line change 11{
22 "name" : " @launchdarkly/cpp-server-redis-source" ,
33 "description" : " This package.json exists for modeling dependencies for the release process." ,
4- "version" : " 2.2.2 " ,
4+ "version" : " 2.3.0 " ,
55 "private" : true ,
66 "dependencies" : {
7- "@launchdarkly/cpp-server" : " 3.10.1 "
7+ "@launchdarkly/cpp-server" : " 3.11.0 "
88 }
99}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.11.0] ( https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-v3.10.1...launchdarkly-cpp-server-v3.11.0 ) (2026-05-29)
4+
5+
6+ ### Features
7+
8+ * add IBigSegmentStore interface + Redis and DynamoDB stores ([ #536 ] ( https://github.com/launchdarkly/cpp-sdks/issues/536 ) ) ([ 136aca7] ( https://github.com/launchdarkly/cpp-sdks/commit/136aca7ea0bc1a057db0bd7aac7838d2bc838d74 ) )
9+ * add server FDv2 data system orchestrator ([ #529 ] ( https://github.com/launchdarkly/cpp-sdks/issues/529 ) ) ([ 65e110f] ( https://github.com/launchdarkly/cpp-sdks/commit/65e110fe118aa9f291c68a7d2e63435797ddcf73 ) )
10+ * add X-LaunchDarkly-Instance-Id header to server SDK (SDK-2353) ([ #532 ] ( https://github.com/launchdarkly/cpp-sdks/issues/532 ) ) ([ fd0c761] ( https://github.com/launchdarkly/cpp-sdks/commit/fd0c76194542be654aa21b45c8aac3e84418b3ff ) )
11+
312## [ 3.10.1] ( https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-v3.10.0...launchdarkly-cpp-server-v3.10.1 ) (2025-11-12)
413
514
You can’t perform that action at this time.
0 commit comments