Skip to content

Commit 02ae0a2

Browse files
chore(main): release flagd-web-provider 0.8.0
1 parent 8dd11d5 commit 02ae0a2

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

.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": "1.0.0",
33
"libs/providers/go-feature-flag": "1.3.0",
44
"libs/providers/flagd": "0.14.0",
5-
"libs/providers/flagd-web": "0.7.4",
5+
"libs/providers/flagd-web": "0.8.0",
66
"libs/providers/env-var": "0.3.1",
77
"libs/providers/config-cat": "0.8.0",
88
"libs/providers/launchdarkly-client": "0.3.3",

libs/providers/flagd-web/CHANGELOG.md

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

3+
## [0.8.0](https://github.com/open-feature/js-sdk-contrib/compare/flagd-web-provider-v0.7.4...flagd-web-provider-v0.8.0) (2026-04-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* fractional bucketing improvements ([#1501](https://github.com/open-feature/js-sdk-contrib/issues/1501))
9+
* graceful fallback to code default ([#1461](https://github.com/open-feature/js-sdk-contrib/issues/1461))
10+
11+
### ✨ New Features
12+
13+
* **flagd-core:** pre-compile AJV validators for edge runtime compatibility (1/2) ([#1481](https://github.com/open-feature/js-sdk-contrib/issues/1481)) ([44dc9ab](https://github.com/open-feature/js-sdk-contrib/commit/44dc9ab771dd0adfb78d85a69b4a982dba23d28a))
14+
* fractional bucketing improvements ([#1501](https://github.com/open-feature/js-sdk-contrib/issues/1501)) ([8dd11d5](https://github.com/open-feature/js-sdk-contrib/commit/8dd11d58b488dbec229e28794e257aaef256406d))
15+
* graceful fallback to code default ([#1461](https://github.com/open-feature/js-sdk-contrib/issues/1461)) ([d314df9](https://github.com/open-feature/js-sdk-contrib/commit/d314df90df26b7f7d5ae1e2a298e2cd4b844b288))
16+
317
## [0.7.4](https://github.com/open-feature/js-sdk-contrib/compare/flagd-web-provider-v0.7.3...flagd-web-provider-v0.7.4) (2026-02-12)
418

519

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.4",
3+
"version": "0.8.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/open-feature/js-sdk-contrib.git",

0 commit comments

Comments
 (0)