Release openfeature-browser@1.2.2 and openfeature-node-server@2.0.0 - #293
Merged
Conversation
sameerank
requested review from
dd-oleksii,
leoromanovsky and
typotter
and removed request for
a team
May 25, 2026 07:05
leoromanovsky
approved these changes
May 26, 2026
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Pin internal
@datadog/flagging-coredependency to exact version1.2.1and release:@datadog/openfeature-browser@1.2.2@datadog/openfeature-node-server@2.0.0View full diff since v1.2.1
Motivation
This is the first stable release with the serialId feature:
^1.2.1) which prevents safely releasing updates to flagging-coreWhy node-server 2.0.0?
node-serveris bumped to 2.0.0 (major) instead of a patch to prevent automatic upgrades by olderdd-traceversions that have unpinned dependencies on@datadog/openfeature-node-server. Those versions use^1.x.xand would automatically pick up1.2.2, but won't pick up2.0.0.Changes
packages/browser/package.json: Pin@datadog/flagging-coreto1.2.1, bump version to1.2.2packages/node-server/package.json: Pin@datadog/flagging-coreto1.2.1, bump version to2.0.0yarn.lock: Updated to reflect exact versionsCHANGELOG.md: Added release entryNext Steps
After merge, create GitHub releases for:
@datadog/openfeature-browser@1.2.2@datadog/openfeature-node-server@2.0.0