File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
libs/server-sdk-redis-source Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 44 "libs/common" : " 1.10.0" ,
55 "libs/internal" : " 0.12.1" ,
66 "libs/server-sdk" : " 3.9.1" ,
7- "libs/server-sdk-redis-source" : " 2.1.20 "
7+ "libs/server-sdk-redis-source" : " 2.2.0 "
88}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.2.0] ( https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-redis-source-v2.1.20...launchdarkly-cpp-server-redis-source-v2.2.0 ) (2025-10-13)
4+
5+
6+ ### Features
7+
8+ * Update to hiredis 1.3 ([ #485 ] ( https://github.com/launchdarkly/cpp-sdks/issues/485 ) ) ([ 3315e6d] ( https://github.com/launchdarkly/cpp-sdks/commit/3315e6da4785ca61cfc15e1c6a11ffa15a56ef41 ) )
9+
310## [ 2.1.20] ( https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-redis-source-v2.1.19...launchdarkly-cpp-server-redis-source-v2.1.20 ) (2025-10-10)
411
512
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.1.20 # {x-release-please-version}
9+ VERSION 2.2.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.1.20 " ,
4+ "version" : " 2.2.0 " ,
55 "private" : true ,
66 "dependencies" : {
77 "launchdarkly-cpp-server" : " 3.9.1"
You can’t perform that action at this time.
0 commit comments