-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-cpp-client: 3.6.0</summary> ## [3.6.0](launchdarkly-cpp-client-v3.5.0...launchdarkly-cpp-client-v3.6.0) (2024-05-30) ### Features * specify a custom CA file for TLS peer verification ([#409](#409)) ([857dd28](857dd28)) ### Dependencies * The following workspace dependencies were updated * dependencies * launchdarkly-cpp-internal bumped from 0.7.0 to 0.8.0 * launchdarkly-cpp-common bumped from 1.6.0 to 1.7.0 * launchdarkly-cpp-sse-client bumped from 0.4.0 to 0.5.0 </details> <details><summary>launchdarkly-cpp-common: 1.7.0</summary> ## [1.7.0](launchdarkly-cpp-common-v1.6.0...launchdarkly-cpp-common-v1.7.0) (2024-05-30) ### Features * specify a custom CA file for TLS peer verification ([#409](#409)) ([857dd28](857dd28)) </details> <details><summary>launchdarkly-cpp-internal: 0.8.0</summary> ## [0.8.0](launchdarkly-cpp-internal-v0.7.0...launchdarkly-cpp-internal-v0.8.0) (2024-05-30) ### Features * specify a custom CA file for TLS peer verification ([#409](#409)) ([857dd28](857dd28)) ### Dependencies * The following workspace dependencies were updated * dependencies * launchdarkly-cpp-common bumped from 1.6.0 to 1.7.0 </details> <details><summary>launchdarkly-cpp-server: 3.5.0</summary> ## [3.5.0](launchdarkly-cpp-server-v3.4.0...launchdarkly-cpp-server-v3.5.0) (2024-05-30) ### Features * specify a custom CA file for TLS peer verification ([#409](#409)) ([857dd28](857dd28)) ### Dependencies * The following workspace dependencies were updated * dependencies * launchdarkly-cpp-internal bumped from 0.7.0 to 0.8.0 * launchdarkly-cpp-common bumped from 1.6.0 to 1.7.0 * launchdarkly-cpp-sse-client bumped from 0.4.0 to 0.5.0 </details> <details><summary>launchdarkly-cpp-server-redis-source: 2.1.8</summary> ## [2.1.8](launchdarkly-cpp-server-redis-source-v2.1.7...launchdarkly-cpp-server-redis-source-v2.1.8) (2024-05-30) ### Dependencies * The following workspace dependencies were updated * dependencies * launchdarkly-cpp-server bumped from 3.4.0 to 3.5.0 </details> <details><summary>launchdarkly-cpp-sse-client: 0.5.0</summary> ## [0.5.0](launchdarkly-cpp-sse-client-v0.4.0...launchdarkly-cpp-sse-client-v0.5.0) (2024-05-30) ### Features * specify a custom CA file for TLS peer verification ([#409](#409)) ([857dd28](857dd28)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
857dd28
commit af0333f
Showing
22 changed files
with
98 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"libs/client-sdk": "3.5.0", | ||
"libs/server-sent-events": "0.4.0", | ||
"libs/common": "1.6.0", | ||
"libs/internal": "0.7.0", | ||
"libs/server-sdk": "3.4.0", | ||
"libs/server-sdk-redis-source": "2.1.7" | ||
"libs/client-sdk": "3.6.0", | ||
"libs/server-sent-events": "0.5.0", | ||
"libs/common": "1.7.0", | ||
"libs/internal": "0.8.0", | ||
"libs/server-sdk": "3.5.0", | ||
"libs/server-sdk-redis-source": "2.1.8" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "launchdarkly-cpp-client", | ||
"description": "This package.json exists for modeling dependencies for the release process.", | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"private": true, | ||
"dependencies": { | ||
"launchdarkly-cpp-internal": "0.7.0", | ||
"launchdarkly-cpp-common": "1.6.0", | ||
"launchdarkly-cpp-sse-client": "0.4.0" | ||
"launchdarkly-cpp-internal": "0.8.0", | ||
"launchdarkly-cpp-common": "1.7.0", | ||
"launchdarkly-cpp-sse-client": "0.5.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "launchdarkly-cpp-common", | ||
"description": "This package.json exists for modeling dependencies for the release process.", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"private": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "launchdarkly-cpp-internal", | ||
"description": "This package.json exists for modeling dependencies for the release process.", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"private": true, | ||
"dependencies": { | ||
"launchdarkly-cpp-common": "1.6.0" | ||
"launchdarkly-cpp-common": "1.7.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "launchdarkly-cpp-server-redis-source", | ||
"description": "This package.json exists for modeling dependencies for the release process.", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"private": true, | ||
"dependencies": { | ||
"launchdarkly-cpp-server": "3.4.0" | ||
"launchdarkly-cpp-server": "3.5.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "launchdarkly-cpp-server", | ||
"description": "This package.json exists for modeling dependencies for the release process.", | ||
"version": "3.4.0", | ||
"version": "3.5.0", | ||
"private": true, | ||
"dependencies": { | ||
"launchdarkly-cpp-internal": "0.7.0", | ||
"launchdarkly-cpp-common": "1.6.0", | ||
"launchdarkly-cpp-sse-client": "0.4.0" | ||
"launchdarkly-cpp-internal": "0.8.0", | ||
"launchdarkly-cpp-common": "1.7.0", | ||
"launchdarkly-cpp-sse-client": "0.5.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters