Skip to content

fix: update LaunchDarkly.EventSource to 5.3.1 for Authenticode-signed assemblies#303

Merged
kinyoklion merged 1 commit into
mainfrom
devin/1782925438-update-eventsource-531
Jul 1, 2026
Merged

fix: update LaunchDarkly.EventSource to 5.3.1 for Authenticode-signed assemblies#303
kinyoklion merged 1 commit into
mainfrom
devin/1782925438-update-eventsource-531

Conversation

@kinyoklion

@kinyoklion kinyoklion commented Jul 1, 2026

Copy link
Copy Markdown
Member

Related issues

Describe the solution you've provided

Updates LaunchDarkly.EventSource from 5.3.0 → 5.3.1 in ServerSdk and from 5.2.1 → 5.3.1 in ClientSdk. Version 5.3.1 is the first release with correct Authenticode (DigiCert) signing — prior versions shipped unsigned due to a typo in the publish workflow.

Describe alternatives you've considered

N/A — this is a dependency bump to pick up correctly signed assemblies.

Additional context

No functional changes in 5.3.1; it is a re-release of 5.3.0 with the signing fix applied.

Link to Devin session: https://app.devin.ai/sessions/226ed88b8e8a4434920f2d7e3a49ee61
Requested by: @kinyoklion


Note

Low Risk
Dependency-only version bumps with no functional or API changes in this repo.

Overview
Bumps the LaunchDarkly.EventSource NuGet dependency to 5.3.1 in both SDK packages so consumers get Authenticode (DigiCert)–signed assemblies. ServerSdk moves from 5.3.0 → 5.3.1; ClientSdk from 5.2.1 → 5.3.1.

There are no application code changes—only PackageReference version lines in LaunchDarkly.ServerSdk.csproj and LaunchDarkly.ClientSdk.csproj. 5.3.1 is a re-release of 5.3.0 with corrected publish/signing workflow.

Reviewed by Cursor Bugbot for commit 9979f2c. Bugbot is set up for automated code reviews on this repo. Configure here.

… assemblies

Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
@kinyoklion kinyoklion self-assigned this Jul 1, 2026
@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@devin-ai-integration devin-ai-integration Bot added the devin-pr PR was created by Devin AI label Jul 1, 2026
<Folder Include="Properties\"/>
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0"/>
<PackageReference Include="LaunchDarkly.CommonSdk" Version="7.2.0"/>
<PackageReference Include="LaunchDarkly.EventSource" Version="5.2.1"/>

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5.3.0 just exposed headers required for FDv2. So there shouldn't be any concern for the 5.2->5.3 jump.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Good to know — no concerns with the version jump then.

@kinyoklion kinyoklion marked this pull request as ready for review July 1, 2026 17:22
@kinyoklion kinyoklion requested a review from a team as a code owner July 1, 2026 17:22
@kinyoklion kinyoklion merged commit 60e5c4e into main Jul 1, 2026
18 checks passed
@kinyoklion kinyoklion deleted the devin/1782925438-update-eventsource-531 branch July 1, 2026 18:24
kinyoklion pushed a commit that referenced this pull request Jul 1, 2026
🤖 I have created a release *beep* *boop*
---


##
[8.14.1](LaunchDarkly.ServerSdk-v8.14.0...LaunchDarkly.ServerSdk-v8.14.1)
(2026-07-01)


### Bug Fixes

* update LaunchDarkly.EventSource to 5.3.1 for Authenticode-signed
assemblies
([#303](#303))
([60e5c4e](60e5c4e))

---
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]
> **Low Risk**
> Mechanical version and changelog/provenance updates for a patch
dependency bump; no application logic changes in this diff.
> 
> **Overview**
> **Release Please** cuts **LaunchDarkly.ServerSdk 8.14.1** by bumping
version metadata from **8.14.0** to **8.14.1** in the manifest,
`LaunchDarkly.ServerSdk.csproj`, `CHANGELOG.md`, and `PROVENANCE.md`.
> 
> The release notes record a **patch** for upgrading
**`LaunchDarkly.EventSource` to 5.3.1** so streaming dependency
assemblies ship with **Authenticode-signed** builds ([#303]).
> 
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
5aa548b. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
kinyoklion pushed a commit that referenced this pull request Jul 1, 2026
🤖 I have created a release *beep* *boop*
---


##
[5.9.1](LaunchDarkly.ClientSdk-v5.9.0...LaunchDarkly.ClientSdk-v5.9.1)
(2026-07-01)


### Bug Fixes

* update LaunchDarkly.EventSource to 5.3.1 for Authenticode-signed
assemblies
([#303](#303))
([60e5c4e](60e5c4e))

---
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]
> **Low Risk**
> Version and release-documentation only; no application logic changes
in the diff.
> 
> **Overview**
> Release Please bumps **LaunchDarkly.ClientSdk** from **5.9.0** to
**5.9.1** across the release manifest, `LaunchDarkly.ClientSdk.csproj`,
`PROVENANCE.md`, and `CHANGELOG.md`.
> 
> The new changelog entry records a patch fix: dependency on
**LaunchDarkly.EventSource 5.3.1** for Authenticode-signed assemblies
([#303](#303)). This
PR does not change SDK source or package references beyond the version
metadata.
> 
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
f765fe2. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
evgenygunko pushed a commit to evgenygunko/CopyWordsDA that referenced this pull request Jul 2, 2026
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [LaunchDarkly.ClientSdk](https://github.com/launchdarkly/dotnet-core) | `5.9.0` → `5.9.1` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/LaunchDarkly.ClientSdk/5.9.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/LaunchDarkly.ClientSdk/5.9.0/5.9.1?slim=true) |

---

### Release Notes

<details>
<summary>launchdarkly/dotnet-core (LaunchDarkly.ClientSdk)</summary>

### [`v5.9.1`](https://github.com/launchdarkly/dotnet-core/releases/tag/LaunchDarkly.ClientSdk-v5.9.1): LaunchDarkly.ClientSdk: v5.9.1

[Compare Source](launchdarkly/dotnet-core@LaunchDarkly.ClientSdk-v5.9.0...LaunchDarkly.ClientSdk-v5.9.1)

##### Bug Fixes

- update LaunchDarkly.EventSource to 5.3.1 for Authenticode-signed assemblies ([#&#8203;303](launchdarkly/dotnet-core#303)) ([60e5c4e](launchdarkly/dotnet-core@60e5c4e))

***

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 -->

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or PR is renamed to start with "rebase!".

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
evgenygunko pushed a commit to evgenygunko/Translations that referenced this pull request Jul 2, 2026
> ℹ️ **Note**
> 
> This PR body was truncated due to platform limits.

This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [LaunchDarkly.ServerSdk](https://github.com/launchdarkly/dotnet-core) | `8.14.0` → `8.14.1` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/LaunchDarkly.ServerSdk/8.14.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/LaunchDarkly.ServerSdk/8.14.0/8.14.1?slim=true) |
| [OpenAI](https://github.com/openai/openai-dotnet/tree/OpenAI_2.12.0) ([source](https://github.com/openai/openai-dotnet)) | `2.11.0` → `2.12.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/OpenAI/2.12.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/OpenAI/2.11.0/2.12.0?slim=true) |

---

### Release Notes

<details>
<summary>launchdarkly/dotnet-core (LaunchDarkly.ServerSdk)</summary>

### [`v8.14.1`](https://github.com/launchdarkly/dotnet-core/releases/tag/LaunchDarkly.ServerSdk-v8.14.1): LaunchDarkly.ServerSdk: v8.14.1

[Compare Source](launchdarkly/dotnet-core@LaunchDarkly.ServerSdk-v8.14.0...LaunchDarkly.ServerSdk-v8.14.1)

##### Bug Fixes

- update LaunchDarkly.EventSource to 5.3.1 for Authenticode-signed assemblies ([#&#8203;303](launchdarkly/dotnet-core#303)) ([60e5c4e](launchdarkly/dotnet-core@60e5c4e))

***

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 -->

</details>

<details>
<summary>openai/openai-dotnet (OpenAI)</summary>

### [`v2.12.0`](https://github.com/openai/openai-dotnet/blob/HEAD/CHANGELOG.md#2120-2026-06-30)

[Compare Source](openai/openai-dotnet@OpenAI_2.11.0...OpenAI_2.12.0)

##### Acknowledgments

Thank you to our developer community members who helped to make the OpenAI client library better with their contributions to this release:

- [@&#8203;thejesh23](https://github.com/thejesh23)
- [@&#8203;bymle](https://github.com/bymle)

##### Features Added

- OpenAI.Containers:
  - Added support for network policies.
    - Added the `ContainerNetworkPolicy` type with the following derived types:
      - `ContainerAllowlistNetworkPolicy`
      - `ContainerDisabledNetworkPolicy`
    - Added the `ContainerNetworkPolicyKind` extensible enum.
    - Added the `ContainerNetworkPolicyDomainSecret` type.
    - Added the `NetworkPolicy` property to `ContainerCreationOptions`.
  - Added support for memory limits for containers.
    - Added the `ContainerMemoryLimit` extensible enum.
    - Added the `MemoryLimit` property to `ContainerCreationOptions`.
  - Added support for listing containers filtered by name.
    - Added the `Na...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devin-pr PR was created by Devin AI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants