-
Notifications
You must be signed in to change notification settings - Fork 49
chore(main): release react-sdk 1.1.0 #1292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore(main): release react-sdk 1.1.0 #1292
Conversation
Summary of ChangesHello @openfeaturebot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request represents an automated release of the OpenFeature React SDK, advancing its version to 1.0.3. The update primarily incorporates a bug fix related to resource management and documentation, alongside a routine update to a development dependency, ensuring the SDK remains robust and up-to-date with its ecosystem. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with π and π on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this 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 is an automated release for react-sdk version 1.0.3. The changes include updating version numbers across package.json, .release-please-manifest.json, and README.md, and updating the CHANGELOG.md. The pinning of the @openfeature/web-sdk dev dependency is also a good improvement. The changes within this pull request are correct for a release.
While reviewing the code for this release, I noticed a couple of potential improvements in files that are not part of this pull request's diff. As I can only comment on changed lines, I'm noting them here for future consideration:
- In
packages/react/src/context/use-context-mutator.ts, theuseCallbackat line 37 has a dependency onoptionswhich is missing from its dependency array. - In
packages/react/src/tracking/use-track.ts, theuseCallbackat line 22 usesclientbut does not list it in its dependency array.
These appear to be minor bugs related to React hooks dependencies that could be addressed in a future pull request.
021f220 to
50882a1
Compare
Signed-off-by: OpenFeature Bot <[email protected]>
50882a1 to
520e9ee
Compare
π€ I have created a release beep boop
1.1.0 (2025-11-26)
β¨ New Features
π Bug Fixes
Dependencies
This PR was generated with Release Please. See documentation.