From 55a822f6e9454179e75930ba2304fb65ca4fad37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 17:43:15 +0000 Subject: [PATCH] chore(main): release ofrep-web-provider 0.4.0 --- .release-please-manifest.json | 2 +- libs/providers/ofrep-web/CHANGELOG.md | 25 +++++++++++++++++++++++++ libs/providers/ofrep-web/package.json | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2b6655d9d..35cae81f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -10,7 +10,7 @@ "libs/shared/flagd-core": "1.1.0", "libs/shared/ofrep-core": "1.0.1", "libs/providers/ofrep": "0.2.1", - "libs/providers/ofrep-web": "0.3.3", + "libs/providers/ofrep-web": "0.4.0", "libs/providers/flipt": "0.1.3", "libs/providers/flagsmith-client": "0.1.3", "libs/providers/flipt-web": "0.1.5", diff --git a/libs/providers/ofrep-web/CHANGELOG.md b/libs/providers/ofrep-web/CHANGELOG.md index 1a5d274ce..fda363240 100644 --- a/libs/providers/ofrep-web/CHANGELOG.md +++ b/libs/providers/ofrep-web/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.4.0](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/compare/ofrep-web-provider-v0.3.3...ofrep-web-provider-v0.4.0) (2025-07-11) + + +### ⚠ BREAKING CHANGES + +* use native headers, optional query params ([#1003](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1003)) +* resolver signatures changes for easier overrides, cache exposure ([#990](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/990)) + +### 🐛 Bug Fixes + +* **OFREP-Web:** typo in the readme ([#898](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/898)) ([97c5b56](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/97c5b56a4f12a5c8ef6a0b7f2127fd3c807e7485)) +* remove incorrect undici dep ([#1319](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1319)) ([6ab7f1a](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/6ab7f1abfc4a1b5b22b715359cfa56a98a414e8d)) +* **security:** update vulnerability-updates ([#1342](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1342)) ([fca83c9](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/fca83c925c6a3d19bac9d647562fd534397b376b)) +* typo in the OFREP web readme ([#865](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/865)) ([58ae6f4](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/58ae6f409c7445d7d3acf05cc078a64dfe567b32)) +* update ofrep-code ([896406a](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/896406afbf5652bf44b6f78f1dc847bbdb1d4ae9)) + + +### ✨ New Features + +* OFREP web provider ([#776](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/776)) ([9626ef4](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/9626ef43ae8f5252219b3a9bff51b83c4c5e6230)) +* resolver signatures changes for easier overrides, cache exposure ([#990](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/990)) ([deb67c1](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/deb67c15d043ae0c7cf545ef15c6bb641067d105)) +* support metadata in errors in OFREP ([#1203](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1203)) ([ce37b6a](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/ce37b6adcdc9fca0af386eece00c580542cf7b4b)) +* support relative baseUrls ([#950](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/950)) ([ceb42cb](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/ceb42cb335518963a3ca5d21f15f9b439c481f2f)) +* use native headers, optional query params ([#1003](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1003)) ([383f4f3](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/383f4f310d0eeed8a72f73ed8a539aeab46e3177)) + ## [0.3.3](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-web-provider-v0.3.2...ofrep-web-provider-v0.3.3) (2025-06-23) diff --git a/libs/providers/ofrep-web/package.json b/libs/providers/ofrep-web/package.json index 378e7207e..0dadd957a 100644 --- a/libs/providers/ofrep-web/package.json +++ b/libs/providers/ofrep-web/package.json @@ -1,6 +1,6 @@ { "name": "@openfeature/ofrep-web-provider", - "version": "0.3.3", + "version": "0.4.0", "license": "Apache-2.0", "main": "./src/index.js", "typings": "./src/index.d.ts",