chore: update sdk readmes#1395
Conversation
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
There was a problem hiding this comment.
Code Review
This pull request updates the PHP SDK documentation to version 2.2.0 and adds comprehensive documentation for the new MultiProvider feature, including its evaluation strategies, error handling, and known limitations. It also updates the "last updated" timestamps across various SDK reference files. The review feedback points out that while the PHP SDK documentation has been updated to show MultiProvider support, the compatibility matrix in sdk-compatibility.json still lists the feature status as unknown (❓) and needs to be updated to ✅ to maintain consistency.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| | ✅ | [Targeting](#targeting) | Contextually-aware flag evaluation using [evaluation context](/docs/reference/concepts/evaluation-context). | | ||
| | ✅ | [Hooks](#hooks) | Add functionality to various stages of the flag evaluation life-cycle. | | ||
| | ✅ | [Logging](#logging) | Integrate with popular logging packages. | | ||
| | ✅ | [MultiProvider](#multiprovider) | Combine multiple providers with configurable evaluation strategies for fallback and aggregation. | |
There was a problem hiding this comment.
The feature table has been updated to show that MultiProvider is now supported (✅). However, the compatibility matrix in src/datasets/sdks/sdk-compatibility.json still lists the status of Multi-Provider for PHP as ❓ (around line 357). Please update the compatibility matrix to match this documentation update.
| "href": "https://github.com/open-feature/php-sdk/releases/tag/2.1.2", | ||
| "version": "2.1.2", | ||
| "href": "https://github.com/open-feature/php-sdk/releases/tag/2.2.0", | ||
| "version": "2.2.0", |
There was a problem hiding this comment.
The PHP SDK release has been updated to 2.2.0 and the documentation now lists MultiProvider as supported (✅). However, the Multi-Provider feature status for PHP in this compatibility dataset (around line 357) is still set to ❓. Please update it to ✅ to keep the compatibility matrix synchronized with the updated SDK documentation.
5ba5db0 to
0f60132
Compare
|
Thanks for the PR, but this process is automated by the OpenFeature bot. |
This PR
Related Issues
Fixes #1234523
Notes
Follow-up Tasks
How to test