Skip to content

chore: update sdk readmes#1370

Merged
lukas-reining merged 1 commit intomainfrom
update-sdk-readmes
Apr 23, 2026
Merged

chore: update sdk readmes#1370
lukas-reining merged 1 commit intomainfrom
update-sdk-readmes

Conversation

@openfeaturebot
Copy link
Copy Markdown
Contributor

The PR was automatically generated via the update-sdk-docs GitHub workflow.

@openfeaturebot openfeaturebot requested review from a team as code owners April 21, 2026 08:47
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 21, 2026

Deploy Preview for openfeature ready!

Name Link
🔨 Latest commit 27b0409
🔍 Latest deploy log https://app.netlify.com/projects/openfeature/deploys/69e9ba54c48c190008ecf39e
😎 Deploy Preview https://deploy-preview-1370--openfeature.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates documentation across multiple OpenFeature SDKs, including Kotlin, Swift, Web, Dart, and .NET, primarily to synchronize with recent SDK releases and update metadata. Notable changes include a version bump and refactored usage examples for the Dart Server SDK, along with method signature updates and typo fixes in the .NET documentation. Review feedback identified a broken HTML structure in the Dart release badges, a redundant note about hook support, and a regression in the SDK compatibility dataset where Dart feature statuses were incorrectly downgraded.

Comment thread docs/reference/sdks/server/dart.mdx Outdated
Comment on lines +20 to +24
<a href="https://github.com/open-feature/dart-server-sdk/releases/tag/v0.0.19">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.19&color=blue&style=for-the-badge" />

<a href="https://github.com/open-feature/dart-server-sdk/releases/tag/v0.0.19">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.19&color=blue&style=for-the-badge" />
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.

medium

The release badge is duplicated and the first instance is missing its closing </a> tag, which breaks the HTML structure. Only one instance of the badge is needed.

  <a href="https://github.com/open-feature/dart-server-sdk/releases/tag/v0.0.19">
    <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.19&color=blue&style=for-the-badge" />

Comment on lines +211 to 213

> [!NOTE]
> Invocation-level hooks are not yet supported. Hooks can currently be registered at the global or client level.
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.

medium

This note about invocation-level hooks is a duplicate of the one provided just above (lines 205-207). It should be removed to maintain documentation clarity and avoid redundancy.

Comment on lines 605 to 643
"status": "",
"path": "/docs/reference/sdks/server/dart"
},
"Targeting": {
"status": "",
"path": "/docs/reference/sdks/server/dart#targeting"
"status": "",
"path": "/docs/reference/sdks/server/dart"
},
"Hooks": {
"status": "",
"path": "/docs/reference/sdks/server/dart#hooks"
"status": "",
"path": "/docs/reference/sdks/server/dart"
},
"Logging": {
"status": "",
"path": "/docs/reference/sdks/server/dart#logging"
"status": "",
"path": "/docs/reference/sdks/server/dart"
},
"Domains": {
"status": "",
"path": "/docs/reference/sdks/server/dart#domains"
"status": "",
"path": "/docs/reference/sdks/server/dart"
},
"Eventing": {
"status": "",
"path": "/docs/reference/sdks/server/dart#eventing"
"status": "",
"path": "/docs/reference/sdks/server/dart"
},
"Tracking": {
"status": "",
"path": "/docs/reference/sdks/server/dart#tracking"
"status": "",
"path": "/docs/reference/sdks/server/dart"
},
"Transaction Context Propagation": {
"status": "",
"path": "/docs/reference/sdks/server/dart#transaction-context-propagation"
"status": "",
"path": "/docs/reference/sdks/server/dart"
},
"Shutdown": {
"status": "",
"path": "/docs/reference/sdks/server/dart#shutdown"
"status": "",
"path": "/docs/reference/sdks/server/dart"
},
"Extending": {
"status": "",
"path": "/docs/reference/sdks/server/dart#extending"
"status": "",
"path": "/docs/reference/sdks/server/dart"
},
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.

medium

The feature statuses for the Dart SDK have been downgraded to (Unknown) and the deep links (anchors) have been removed. This appears to be a regression in the compatibility dataset, as the corresponding documentation (dart.mdx) confirms these features are implemented. These values should be restored to reflect the actual implementation status and maintain link functionality.

        "status": "",
        "path": "/docs/reference/sdks/server/dart#providers"
      },
      "Targeting": {
        "status": "",
        "path": "/docs/reference/sdks/server/dart#targeting"
      },
      "Hooks": {
        "status": "",
        "path": "/docs/reference/sdks/server/dart#hooks"
      },
      "Logging": {
        "status": "",
        "path": "/docs/reference/sdks/server/dart#logging"
      },
      "Domains": {
        "status": "",
        "path": "/docs/reference/sdks/server/dart#domains"
      },
      "Eventing": {
        "status": "",
        "path": "/docs/reference/sdks/server/dart#eventing"
      },
      "Tracking": {
        "status": "",
        "path": "/docs/reference/sdks/server/dart#tracking"
      },
      "Transaction Context Propagation": {
        "status": "",
        "path": "/docs/reference/sdks/server/dart#transaction-context-propagation"
      },
      "Shutdown": {
        "status": "",
        "path": "/docs/reference/sdks/server/dart#shutdown"
      },
      "Extending": {
        "status": "",
        "path": "/docs/reference/sdks/server/dart#extending"

Comment thread docs/reference/sdks/server/dart.mdx Outdated
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
@lukas-reining lukas-reining merged commit dbb2126 into main Apr 23, 2026
9 checks passed
@lukas-reining lukas-reining deleted the update-sdk-readmes branch April 23, 2026 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants