Skip to content

Conversation

openfeaturebot
Copy link
Contributor

@openfeaturebot openfeaturebot commented Oct 21, 2025

πŸ€– I have created a release beep boop

1.7.0 (2025-10-21)

✨ New Features

  • Migrate MultiProvider from js-sdk-contrib (#1234) (8686dbf)

πŸ› Bug Fixes

  • correct MultiProvider class name in docs and remove duplicate error logging (#1267) (18c2719)

This PR was generated with Release Please. See documentation.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @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 Web SDK, incrementing its version to 1.7.0. The primary enhancement included in this release is the integration of the MultiProvider feature, which was previously housed in the js-sdk-contrib project, now directly available within the Web SDK.

Highlights

  • Web SDK Release: The OpenFeature Web SDK has been released as version 1.7.0.
  • New Feature: MultiProvider Migration: The MultiProvider functionality has been migrated into the Web SDK from the js-sdk-contrib project, enhancing its capabilities.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution. ↩

Copy link
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 automates the release of web-sdk version 1.7.0. The changes correctly update the version in .release-please-manifest.json, packages/web/package.json, and the release badge in packages/web/README.md. The CHANGELOG.md is also updated with the new version and the feature it contains: the migration of MultiProvider.

The code for the MultiProvider feature is not in the provided diffs, but I've reviewed the full files provided for context. I have some feedback that could be addressed in a follow-up pull request, as the relevant files are not part of this PR's diff:

  • Documentation Mismatch in README: In packages/web/README.md, the code example for Multi-Provider shows an import of WebMultiProvider. However, the actual class exported by the SDK is MultiProvider. This could cause confusion for developers trying to use this new feature.
  • Redundant Error Logging: In packages/web/src/provider/multi-provider/hook-executor.ts, the errorHooks and finallyHooks methods contain logic that logs an error's stack trace twice if the error is an instance of Error. This will create duplicate entries in the logs.

These points are mentioned here for your consideration as they fall outside the changed lines in this pull request. The release itself appears to be in order.

Copy link
Member

@beeme1mr beeme1mr left a comment

Choose a reason for hiding this comment

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

I think the feedback from Gemini should be addressed prior to merging.

@jonathannorris
Copy link
Member

@beeme1mr addressed here: #1267

github-merge-queue bot pushed a commit that referenced this pull request Oct 21, 2025
…ror logging (#1267)

Addresses feedback from #1265 (Gemini bot review comments).

## Changes

1. **Fixed documentation mismatch**: Updated all code examples to use
`MultiProvider` instead of incorrect `WebMultiProvider` class name
   - `packages/web/README.md` (4 occurrences)
- `packages/web/src/provider/multi-provider/README.md` (4 occurrences)

2. **Removed duplicate error logging**: Fixed redundant stack trace
logging in `hook-executor.ts` where errors were being logged twice in
both `errorHooks` and `finallyHooks` methods

<!-- av pr metadata
This information is embedded by the av CLI when creating PRs to track
the status of stacks when using Aviator. Please do not delete or edit
this section of the PR.
```
{"parent":"main","parentHead":"","trunk":"main"}
```
-->

Signed-off-by: Jonathan Norris <[email protected]>
Signed-off-by: OpenFeature Bot <[email protected]>
@openfeaturebot openfeaturebot force-pushed the release-please--branches--main--components--web-sdk branch from be23f0f to 3c8f509 Compare October 21, 2025 20:38
@lukas-reining lukas-reining added this pull request to the merge queue Oct 22, 2025
Merged via the queue into main with commit 69230e4 Oct 22, 2025
11 checks passed
@lukas-reining lukas-reining deleted the release-please--branches--main--components--web-sdk branch October 22, 2025 20:01
@openfeaturebot
Copy link
Contributor Author

πŸ€– Release is at https://github.com/open-feature/js-sdk/releases/tag/web-sdk-v1.7.0 🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants