Conversation
Co-Authored-By: rlamb@launchdarkly.com <rlamb@launchdarkly.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Updated Feature Version SourcesEach feature version was sourced from the following references. I've now included CHANGELOG links for all features, including those introduced before version 6.0. Primary Source: SDK Features DocumentationServer-side SDKs A-K table, .NET column (lines 553-841) Feature Keys: feature_info.jsonVersion Verification: CHANGELOG.md
Notes:
|
Co-Authored-By: rlamb@launchdarkly.com <rlamb@launchdarkly.com>
Updated: webProxy Version CorrectionBased on investigation of the git history in launchdarkly/dotnet-server-sdk, I've updated the EvidenceCommit: 58e85dd3 (Jan 25, 2017)
Merged via: PR #35 → commit dd54082c (Apr 25, 2017) First release containing this commit: Tag CHANGELOG note: Version 3.3.0 mentions "Fixed release that inadvertently removed the ability to set a custom HttpClientHandler" - confirming the feature was introduced in 3.2.0 with a regression fix in 3.3.0. I've pushed a fix to update |
|
CI failures unrelated to changes. Will be in another PR. |
Requirements
Related issues
N/A
Describe the solution you've provided
Updates the
.sdk_metadata.jsonfile to include all features supported by the LaunchDarkly.ServerSdk. Previously, only thehooksfeature was listed. This PR adds 21 features with their introduction versions, organized in alphabetical order.Features added:
allFlags(2.0),appMetadata(8.0),bigSegments(6.2),contexts(7.0),experimentation(6.1),fdv2(8.11),fileDataSource(5.5),flagChanges(6.0),inlineContextCustomEvents(8.8),migrations(8.0),offlineMode(1.0),otel(8.4),privateAttrs(3.5),relayProxyDaemon(5.2),relayProxyProxy(1.0),secureMode(2.0),storingData(1.0),testDataSource(6.0),track(1.0),variationDetail(5.4),webProxy(1.0)Describe alternatives you've considered
N/A
Additional context
A detailed comment with source links for each feature version will be added to this PR.
Link to Devin run: https://app.devin.ai/sessions/874d797aa06e4051977b283dcd46cfd2
Requested by: rlamb@launchdarkly.com
Note
Low Risk
Metadata-only change; risk is limited to incorrect feature/version mapping affecting downstream reporting or docs generation.
Overview
Updates
.sdk_metadata.jsonfor the.NET Server SDKto enumerate supported capabilities, expandingfeaturesfrom justhooksto a full, alphabetized set of feature flags with theirintroducedversions (e.g.,contexts,bigSegments,otel,fdv2,offlineMode, etc.).No runtime code changes; this is metadata-only and should primarily affect tooling/reporting that consumes SDK feature capability data.
Written by Cursor Bugbot for commit 490672d. This will update automatically on new commits. Configure here.