Commit c82810a
authored
chore: release main (#495)
🤖 I have created a release *beep* *boop*
---
<details><summary>launchdarkly-cpp-client: 3.11.0</summary>
##
[3.11.0](launchdarkly-cpp-client-v3.10.1...launchdarkly-cpp-client-v3.11.0)
(2025-11-03)
### Features
* Add proxy support when using CURL networking.
([c9a6b17](c9a6b17))
* Add support for CURL networking.
([c9a6b17](c9a6b17))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* launchdarkly-cpp-internal bumped from 0.12.1 to 0.13.0
* launchdarkly-cpp-common bumped from 1.10.0 to 1.11.0
* launchdarkly-cpp-sse-client bumped from 0.5.5 to 0.6.0
</details>
<details><summary>launchdarkly-cpp-common: 1.11.0</summary>
##
[1.11.0](launchdarkly-cpp-common-v1.10.0...launchdarkly-cpp-common-v1.11.0)
(2025-11-03)
### Features
* Add proxy support when using CURL networking.
([c9a6b17](c9a6b17))
* Add support for CURL networking.
([c9a6b17](c9a6b17))
### Bug Fixes
* Correctly handle a wrapper name without a wrapper version.
([245dd97](245dd97))
</details>
<details><summary>launchdarkly-cpp-internal: 0.13.0</summary>
##
[0.13.0](launchdarkly-cpp-internal-v0.12.1...launchdarkly-cpp-internal-v0.13.0)
(2025-11-03)
### Features
* Add proxy support when using CURL networking.
([c9a6b17](c9a6b17))
* Add support for CURL networking.
([c9a6b17](c9a6b17))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* launchdarkly-cpp-common bumped from 1.10.0 to 1.11.0
* launchdarkly-cpp-networking bumped from 0.1.0 to 0.2.0
</details>
<details><summary>launchdarkly-cpp-networking: 0.2.0</summary>
##
[0.2.0](launchdarkly-cpp-networking-v0.1.0...launchdarkly-cpp-networking-v0.2.0)
(2025-11-03)
### Features
* Add proxy support when using CURL networking.
([c9a6b17](c9a6b17))
* Add support for CURL networking.
([c9a6b17](c9a6b17))
</details>
<details><summary>launchdarkly-cpp-server: 3.10.0</summary>
##
[3.10.0](launchdarkly-cpp-server-v3.9.1...launchdarkly-cpp-server-v3.10.0)
(2025-11-03)
### Features
* Add proxy support when using CURL networking.
([c9a6b17](c9a6b17))
* Add support for CURL networking.
([c9a6b17](c9a6b17))
* Add support for hooks.
([03e2a59](03e2a59))
### Bug Fixes
* Discard track events when the associated context is invalid.
([03e2a59](03e2a59))
* Handle null payloads.
([#497](#497))
([d12b7a0](d12b7a0))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* launchdarkly-cpp-internal bumped from 0.12.1 to 0.13.0
* launchdarkly-cpp-common bumped from 1.10.0 to 1.11.0
* launchdarkly-cpp-sse-client bumped from 0.5.5 to 0.6.0
</details>
<details><summary>launchdarkly-cpp-server-otel: 0.1.0</summary>
## 0.1.0 (2025-11-03)
### Features
* Add tracing hook.
([#496](#496))
([7eb5a2e](7eb5a2e))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* launchdarkly-cpp-server bumped from 3.9.1 to 3.10.0
</details>
<details><summary>launchdarkly-cpp-server-redis-source: 2.2.1</summary>
##
[2.2.1](launchdarkly-cpp-server-redis-source-v2.2.0...launchdarkly-cpp-server-redis-source-v2.2.1)
(2025-11-03)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* launchdarkly-cpp-server bumped from 3.9.1 to 3.10.0
</details>
<details><summary>launchdarkly-cpp-sse-client: 0.6.0</summary>
##
[0.6.0](launchdarkly-cpp-sse-client-v0.5.5...launchdarkly-cpp-sse-client-v0.6.0)
(2025-11-03)
### Features
* Add proxy support when using CURL networking.
([c9a6b17](c9a6b17))
* Add support for CURL networking.
([c9a6b17](c9a6b17))
### Bug Fixes
* Handle null payloads.
([#497](#497))
([d12b7a0](d12b7a0))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* launchdarkly-cpp-networking bumped from 0.1.0 to 0.2.0
</details>
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Publish workspace releases adding CURL networking with proxy support,
server hooks, new server OTEL integration, and synchronized
dependency/version updates.
>
> - **Releases**:
> - **Client SDK `3.11.0`**:
> - Features: CURL networking + proxy support.
> - Deps: `launchdarkly-cpp-internal@0.13.0`,
`launchdarkly-cpp-common@1.11.0`, `launchdarkly-cpp-sse-client@0.6.0`.
> - Version constants/tests/CMake updated.
> - **Server SDK `3.10.0`**:
> - Features: CURL networking + proxy support; hooks support.
> - Bug fixes: discard track events with invalid context; handle null
payloads.
> - Deps: bumped to internal/common/sse versions above.
> - Version constants/tests/CMake updated.
> - **SSE Client `0.6.0`**: CURL networking + proxy support; fix null
payloads; dep on `launchdarkly-cpp-networking@0.2.0`.
> - **Networking `0.2.0`**: add CURL networking + proxy support.
> - **Common `1.11.0`**: add CURL networking + proxy support; fix
wrapper name without version.
> - **Internal `0.13.0`**: add CURL networking + proxy support; deps
updated.
> - **Server Redis Source `2.2.1`**: dep bump to
`launchdarkly-cpp-server@3.10.0`; CMake/package version updates.
> - **New: Server OTEL `0.1.0`**: tracing hook integration; dep on
`launchdarkly-cpp-server@3.10.0`.
> - **Repo**:
> - `.release-please-manifest.json` updated to new versions across
`libs/*`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
5a6226c. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 245dd97 commit c82810a
File tree
26 files changed
+159
-35
lines changed- libs
- client-sdk
- include/launchdarkly/client_side
- tests
- common
- internal
- networking
- server-sdk-otel
- server-sdk-redis-source
- server-sdk
- include/launchdarkly/server_side
- tests
- server-sent-events
26 files changed
+159
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
3 | 20 | | |
4 | 21 | | |
5 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
| 348 | + | |
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
4 | 17 | | |
5 | 18 | | |
6 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
3 | 19 | | |
4 | 20 | | |
5 | 21 | | |
| |||
0 commit comments