-
Couldn't load subscription status.
- Fork 44
chore(main): release server-sdk 1.20.0 #1266
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
chore(main): release server-sdk 1.20.0 #1266
Conversation
Signed-off-by: OpenFeature Bot <[email protected]>
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 server-sdk, bumping its version to 1.20.0. The primary functional update included in this release is the integration of the MultiProvider feature, which was previously housed in the js-sdk-contrib project, enhancing the SDK's capabilities. 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 automates the release of server-sdk version 1.20.0. The changes correctly update version numbers in package.json, .release-please-manifest.json, and the README.md badge, and update the CHANGELOG.md. The changes within the provided diffs are correct for an automated release. As a note for a potential follow-up, I noticed that some of the new documentation examples for MultiProvider in packages/server/README.md might be incorrect. The MultiProvider constructor is called with an array of providers (e.g., [providerA, providerB]) on lines 165 and 192, but it seems to expect an array of objects (e.g., [{ provider: providerA }, { provider: providerB }]). Since these lines are not part of the changes in this pull request, I'm mentioning it here for awareness.
|
🤖 Release is at https://github.com/open-feature/js-sdk/releases/tag/server-sdk-v1.20.0 🌻 |
🤖 I have created a release beep boop
1.20.0 (2025-10-21)
✨ New Features
This PR was generated with Release Please. See documentation.