Skip to content

Commit b9875f7

Browse files
chore(main): release flagd-web-provider 0.8.0
1 parent 4e12029 commit b9875f7

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"libs/hooks/open-telemetry": "0.4.0",
33
"libs/providers/go-feature-flag": "0.7.8",
44
"libs/providers/flagd": "0.13.3",
5-
"libs/providers/flagd-web": "0.7.3",
5+
"libs/providers/flagd-web": "0.8.0",
66
"libs/providers/env-var": "0.3.1",
77
"libs/providers/config-cat": "0.7.5",
88
"libs/providers/launchdarkly-client": "0.3.2",

libs/providers/flagd-web/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.8.0](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/compare/flagd-web-provider-v0.7.3...flagd-web-provider-v0.8.0) (2025-06-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* allow overrides for fractional seed ([#870](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/870))
9+
* update OpenFeature SDK peer ([#798](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/798))
10+
* use new eval/sync protos (requires flagd v0.7.3+) ([#762](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/762))
11+
12+
### ✨ New Features
13+
14+
* Add interceptors to flagd options. ([#894](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/894)) ([878b7b6](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/878b7b6e11853a8dcc2952e5767b7d275de72313))
15+
* allow overrides for fractional seed ([#870](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/870)) ([6c376b2](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/6c376b2f525be04c15b5c3bd32d89cc9c4c66729))
16+
* Change fractional custom op from percentage-based to relative weighting. [#946](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/946) ([#954](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/954)) ([0e9bc84](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/0e9bc842cf09de12e8445dcb4e0e8b3623c66099))
17+
* **flagd:** add flag metadata ([#1151](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1151)) ([b1c6d23](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/b1c6d235565f6cce02519d7c08bb6ad2dd791332))
18+
* update OpenFeature SDK peer ([#798](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/798)) ([ebd16b9](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/ebd16b9630bcc6b253a7061a144e8d476cd8b586))
19+
* use new eval/sync protos (requires flagd v0.7.3+) ([#762](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/762)) ([4da9deb](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/4da9deb48c6bd0c106b176fc7e3730cf50e60b6d))
20+
* use updated proto ([#773](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/773)) ([437bbe4](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/437bbe4334ef8104d27bb40e9c109164f2a25ca5))
21+
322
## [0.7.3](https://github.com/open-feature/js-sdk-contrib/compare/flagd-web-provider-v0.7.2...flagd-web-provider-v0.7.3) (2025-03-19)
423

524

libs/providers/flagd-web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/providers/flagd-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/flagd-web-provider",
3-
"version": "0.7.3",
3+
"version": "0.8.0",
44
"license": "Apache-2.0",
55
"scripts": {
66
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",

0 commit comments

Comments
 (0)