Skip to content

Commit 1c4a5c4

Browse files
chore: update sdk readmes
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent c5b1784 commit 1c4a5c4

File tree

14 files changed

+29
-23
lines changed

14 files changed

+29
-23
lines changed

docs/reference/technologies/client/kotlin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This content has been automatically generated from kotlin-sdk.
1010
Edits should be made here: https://github.com/open-feature/kotlin-sdk
1111
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs
1212

13-
Last updated at Sat Aug 23 2025 23:04:42 GMT+0200 (Central European Summer Time)
13+
Last updated at Thu Sep 04 2025 08:09:59 GMT+0000 (Coordinated Universal Time)
1414
-->
1515

1616
<p align="center" class="github-badges">

docs/reference/technologies/client/swift.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This content has been automatically generated from swift-sdk.
1010
Edits should be made here: https://github.com/open-feature/swift-sdk
1111
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs
1212

13-
Last updated at Thu Aug 21 2025 08:10:45 GMT+0000 (Coordinated Universal Time)
13+
Last updated at Thu Sep 04 2025 08:09:59 GMT+0000 (Coordinated Universal Time)
1414
-->
1515

1616
<p align="center" class="github-badges">

docs/reference/technologies/client/web/angular.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This content has been automatically generated from js-sdk.
1010
Edits should be made here: https://github.com/open-feature/js-sdk
1111
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs
1212

13-
Last updated at Thu Aug 21 2025 08:10:45 GMT+0000 (Coordinated Universal Time)
13+
Last updated at Thu Sep 04 2025 08:09:59 GMT+0000 (Coordinated Universal Time)
1414
-->
1515

1616
<p align="center" class="github-badges">

docs/reference/technologies/client/web/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This content has been automatically generated from js-sdk.
1010
Edits should be made here: https://github.com/open-feature/js-sdk
1111
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs
1212

13-
Last updated at Thu Aug 21 2025 08:10:44 GMT+0000 (Coordinated Universal Time)
13+
Last updated at Thu Sep 04 2025 08:09:58 GMT+0000 (Coordinated Universal Time)
1414
-->
1515

1616
<p align="center" class="github-badges">

docs/reference/technologies/client/web/react.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This content has been automatically generated from js-sdk.
1010
Edits should be made here: https://github.com/open-feature/js-sdk
1111
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs
1212

13-
Last updated at Thu Aug 21 2025 08:10:44 GMT+0000 (Coordinated Universal Time)
13+
Last updated at Thu Sep 04 2025 08:09:59 GMT+0000 (Coordinated Universal Time)
1414
-->
1515

1616
<p align="center" class="github-badges">

docs/reference/technologies/server/dotnet.mdx

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This content has been automatically generated from dotnet-sdk.
1010
Edits should be made here: https://github.com/open-feature/dotnet-sdk
1111
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs
1212

13-
Last updated at Thu Aug 21 2025 08:10:44 GMT+0000 (Coordinated Universal Time)
13+
Last updated at Thu Sep 04 2025 08:09:58 GMT+0000 (Coordinated Universal Time)
1414
-->
1515

1616
[![Specification](https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge)](https://github.com/open-feature/spec/releases/tag/v0.8.0)
@@ -32,6 +32,12 @@ Last updated at Thu Aug 21 2025 08:10:44 GMT+0000 (Coordinated Universal Time)
3232

3333
Note that the packages will aim to support all current .NET versions. Refer to the currently supported versions [.NET](https://dotnet.microsoft.com/download/dotnet) and [.NET Framework](https://dotnet.microsoft.com/download/dotnet-framework) excluding .NET Framework 3.5
3434

35+
### NativeAOT Support
36+
37+
**Full NativeAOT Compatibility** - The OpenFeature .NET SDK is fully compatible with .NET NativeAOT compilation for fast startup and small deployment size. See the [AOT Compatibility Guide](https://github.com/open-feature/dotnet-sdk/blob/main/docs/AOT_COMPATIBILITY.md) for detailed instructions.
38+
39+
> While the core OpenFeature SDK is fully NativeAOT compatible, contrib and community-provided providers, hooks, and extensions may not be. Please check with individual provider/hook documentation for their NativeAOT compatibility status.
40+
3541
### Install
3642

3743
Use the following to initialize your project:
@@ -719,12 +725,12 @@ For this hook to function correctly a global `MeterProvider` must be set.
719725

720726
Below are the metrics extracted by this hook and dimensions they carry:
721727

722-
| Metric key | Description | Unit | Dimensions |
723-
| -------------------------------------- | ------------------------------- | ------------ | ----------------------------- |
724-
| feature_flag.evaluation_requests_total | Number of evaluation requests | request | key, provider name |
725-
| feature_flag.evaluation_success_total | Flag evaluation successes | impression | key, provider name, reason |
726-
| feature_flag.evaluation_error_total | Flag evaluation errors | 1 | key, provider name, exception |
727-
| feature_flag.evaluation_active_count | Active flag evaluations counter | 1 | key, provider name |
728+
| Metric key | Description | Unit | Dimensions |
729+
| -------------------------------------- | ------------------------------- | ---------- | ----------------------------- |
730+
| feature_flag.evaluation_requests_total | Number of evaluation requests | request | key, provider name |
731+
| feature_flag.evaluation_success_total | Flag evaluation successes | impression | key, provider name, reason |
732+
| feature_flag.evaluation_error_total | Flag evaluation errors | 1 | key, provider name, exception |
733+
| feature_flag.evaluation_active_count | Active flag evaluations counter | 1 | key, provider name |
728734

729735
Consider the following code example for usage.
730736

docs/reference/technologies/server/go.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This content has been automatically generated from go-sdk.
99
Edits should be made here: https://github.com/open-feature/go-sdk
1010
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs
1111

12-
Last updated at Thu Aug 21 2025 08:10:44 GMT+0000 (Coordinated Universal Time)
12+
Last updated at Thu Sep 04 2025 08:09:58 GMT+0000 (Coordinated Universal Time)
1313
-->
1414

1515
<p align="center" class="github-badges">
@@ -40,7 +40,7 @@ Last updated at Thu Aug 21 2025 08:10:44 GMT+0000 (Coordinated Universal Time)
4040

4141
### Requirements
4242

43-
Go language version: [1.23](https://go.dev/doc/devel/release#go1.23.0)
43+
Go language version: [1.24](https://go.dev/doc/devel/release#go1.24.0)
4444

4545
> [!NOTE]
4646
> The OpenFeature Go SDK only supports currently maintained Go language versions.

docs/reference/technologies/server/java.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This content has been automatically generated from java-sdk.
99
Edits should be made here: https://github.com/open-feature/java-sdk
1010
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs
1111

12-
Last updated at Thu Aug 21 2025 08:10:44 GMT+0000 (Coordinated Universal Time)
12+
Last updated at Thu Sep 04 2025 08:09:57 GMT+0000 (Coordinated Universal Time)
1313
-->
1414

1515
<p align="center" class="github-badges">

docs/reference/technologies/server/javascript/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This content has been automatically generated from js-sdk.
1010
Edits should be made here: https://github.com/open-feature/js-sdk
1111
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs
1212

13-
Last updated at Thu Aug 21 2025 08:10:44 GMT+0000 (Coordinated Universal Time)
13+
Last updated at Thu Sep 04 2025 08:09:57 GMT+0000 (Coordinated Universal Time)
1414
-->
1515

1616
<p align="center" class="github-badges">

docs/reference/technologies/server/javascript/nestjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This content has been automatically generated from js-sdk.
1010
Edits should be made here: https://github.com/open-feature/js-sdk
1111
Once a repo has been updated, docs can be generated by running: yarn update:sdk-docs
1212

13-
Last updated at Thu Aug 21 2025 08:10:44 GMT+0000 (Coordinated Universal Time)
13+
Last updated at Thu Sep 04 2025 08:09:58 GMT+0000 (Coordinated Universal Time)
1414
-->
1515

1616
<p align="center" class="github-badges">

0 commit comments

Comments
 (0)