flagsmith-nodejs-client
flagsmith-nodejs-client copied to clipboard
Flagsmith Node JS Client. Flagsmith lets you manage features flags across web, mobile and server side applications. Get builds out faster. Control who has access to new features.
Bumps [ws](https://github.com/websockets/ws) from 7.5.7 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). 7.5.9 Bug fixes Backported bc8bd34e to the...
Hello, We have been observing this weird behaviour quite a few times now with our services leveraging flagsmith nodejs client SDK. Following is the sequence of events that occur, which...
We are facing an issue where we can't upgrade to 4.0.0 or higher anymore because we are using the flagsmith-nodejs-client from our NextJS middleware (edge). ``` ○ Compiling /instrumentation ......
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.54 to 0.25.0. Release notes Sourced from esbuild's releases. v0.25.0 This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either...
:robot: I have created a release *beep* *boop* --- ## [7.0.0](https://github.com/Flagsmith/flagsmith-nodejs-client/compare/v6.2.0...v7.0.0) (2025-11-04) ### ⚠ BREAKING CHANGES * implement context values ([#203](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/203)) ### Features * implement context values ([#203](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/203)) ([41258f2](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/41258f2e24ef7e89207a0f10116ffbd1229c0a30)) ###...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.19 to 5.4.21. Release notes Sourced from vite's releases. v5.4.21 Please refer to CHANGELOG.md for details. v5.4.20 Please refer to CHANGELOG.md for details. Changelog Sourced from vite's...
After https://github.com/Flagsmith/flagsmith/pull/6176 is merged: - Remove `SegmentResult.key`. - Remove `FeatureContext.feature_key`. `FeatureContext.name` should be used for override matching. - Generate `IdentityContext.key` (`EnvironmentContext.key + "_" + `IdentityContext.identifier`) unless it's provided explicitly.
- Removed `FeatureContext.feature_key` and use `FeatureContext.name` for override matching - Removed `SegmentResult.key` - Harmonized `FeatureMetadata.flagsmithId` to `FeatureMetadata.flagsmith_id` - Used Generic for segments to require `metadata.flagsmith_id` - Re-organized `evaluation/models.ts` Contributes to...
See https://github.com/Flagsmith/flagsmith/issues/6051. In the mapper layer, omit segments from evaluation context when `get_environment_flags` is called.
Changes: - Evaluation context skip segments and identity when called within `getEnvironmentFlagsFromDocument` - Misc typing - Moved flagsmithId to id in metadatas