diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1f315570c..58e6ba584 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "libs/hooks/open-telemetry": "0.3.0", "libs/providers/go-feature-flag": "0.6.2", - "libs/providers/flagd": "0.10.5", + "libs/providers/flagd": "0.11.0", "libs/providers/flagd-web": "0.4.1", "libs/providers/env-var": "0.2.0", "libs/providers/config-cat": "0.4.0", diff --git a/libs/providers/flagd/CHANGELOG.md b/libs/providers/flagd/CHANGELOG.md index 25a7c40ae..d067d23b2 100644 --- a/libs/providers/flagd/CHANGELOG.md +++ b/libs/providers/flagd/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.11.0](https://github.com/open-feature/js-sdk-contrib/compare/flagd-provider-v0.10.5...flagd-provider-v0.11.0) (2024-02-14) + + +### โš  BREAKING CHANGES + +* use new eval/sync protos (requires flagd v0.7.3+) ([#762](https://github.com/open-feature/js-sdk-contrib/issues/762)) + +### ๐Ÿ› Bug Fixes + +* init in-process error, throw on invalid rules ([#767](https://github.com/open-feature/js-sdk-contrib/issues/767)) ([e9f9e74](https://github.com/open-feature/js-sdk-contrib/commit/e9f9e74d66e9f8666eebb8d06141fce713c7914c)) + + +### โœจ New Features + +* use new eval/sync protos (requires flagd v0.7.3+) ([#762](https://github.com/open-feature/js-sdk-contrib/issues/762)) ([4da9deb](https://github.com/open-feature/js-sdk-contrib/commit/4da9deb48c6bd0c106b176fc7e3730cf50e60b6d)) + + +### ๐Ÿงน Chore + +* **deps:** update dependency @grpc/grpc-js to ~1.8.0 || ~1.9.0 || ~1.10.0 ([#764](https://github.com/open-feature/js-sdk-contrib/issues/764)) ([c05bf9d](https://github.com/open-feature/js-sdk-contrib/commit/c05bf9d8b5980f60611e92a2bab024306e397ec0)) + ## [0.10.5](https://github.com/open-feature/js-sdk-contrib/compare/flagd-provider-v0.10.4...flagd-provider-v0.10.5) (2024-01-30) diff --git a/libs/providers/flagd/package.json b/libs/providers/flagd/package.json index 1ab30c420..36a02f8cd 100644 --- a/libs/providers/flagd/package.json +++ b/libs/providers/flagd/package.json @@ -1,6 +1,6 @@ { "name": "@openfeature/flagd-provider", - "version": "0.10.5", + "version": "0.11.0", "scripts": { "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", "current-version": "echo $npm_package_version"