Skip to content

Commit 310683f

Browse files
chore(main): release ofrep-core 2.0.0
1 parent 4e12029 commit 310683f

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"libs/providers/launchdarkly-client": "0.3.2",
99
"libs/providers/go-feature-flag-web": "0.2.6",
1010
"libs/shared/flagd-core": "1.0.0",
11-
"libs/shared/ofrep-core": "1.0.1",
11+
"libs/shared/ofrep-core": "2.0.0",
1212
"libs/providers/ofrep": "0.2.1",
1313
"libs/providers/ofrep-web": "0.3.3",
1414
"libs/providers/flipt": "0.1.3",

libs/shared/ofrep-core/CHANGELOG.md

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

3+
## [2.0.0](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/compare/ofrep-core-v1.0.1...ofrep-core-v2.0.0) (2025-06-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* use native headers, optional query params ([#1003](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1003))
9+
10+
### 🐛 Bug Fixes
11+
12+
* fixes an issue where OFREP does not send content type headers ([#882](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/882)) ([b3289e5](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/b3289e5083e97946f4ab62a6f2f10bb1402e7a55))
13+
* improper inclusion of test deps ([#1220](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1220)) ([f5e3f1f](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/f5e3f1f3ceff8d82c5f2de9b44414f79c442d602))
14+
* OFREP http set headers ([f0dcf93](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/f0dcf93ce97d01b79854212919afe5eacd28c860))
15+
* OFREP web provider failing because of wrong fetch scope ([72c6f67](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/72c6f6739342bd35c40d7261c96f9ebf84352fbb))
16+
* Use request time to compute the retry after ([#846](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/846)) ([ddc2c90](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/ddc2c9042c82c9066415ce4f6243639ae94d20c5))
17+
18+
19+
### ✨ New Features
20+
21+
* implement OFREP server provider ([#817](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/817)) ([5d9f5ff](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/5d9f5ffa3cebbf54f52f215ccf135edf3ab4cc87))
22+
* 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))
23+
* **ofrep-core:** add abort timeout to fetch call ([#1200](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/1200)) ([d88c5fe](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/d88c5fe11f676da796f1ff2b02cb7637d8720e5e))
24+
* **ofrep:** move error handling and result mapping to ofrep-core ([#822](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/822)) ([18e18fa](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/18e18fa5f113d064521165cf3a716913a814e8cc))
25+
* **ofrep:** moves base options to ofrep-core ([#834](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/834)) ([474059c](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/474059c207067e437a698a12582582d8b567aabf))
26+
* **ofrep:** ofrep core ([#795](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/795)) ([17e6d57](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/17e6d57e43280a73f8c5f30fddc0447a900e3c79))
27+
* **ofrep:** parse Retry-After header in OFREPApiTooManyRequestsError ([#841](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/841)) ([ba7aa3e](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/ba7aa3efbc5ffacc2008d4591b2a585df34cbd01))
28+
* **ofrep:** release ofrep core as 0.1.0-experimental ([#849](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/issues/849)) ([f935d08](https://github.com/DevCycleHQ-Sandbox/js-sdk-contrib/commit/f935d08e823ddf199ad93974b7ef4df616c5d436))
29+
* 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))
30+
* 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))
31+
* 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))
32+
333
## [1.0.1](https://github.com/open-feature/js-sdk-contrib/compare/ofrep-core-v1.0.0...ofrep-core-v1.0.1) (2025-03-12)
434

535

libs/shared/ofrep-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/ofrep-core",
3-
"version": "1.0.1",
3+
"version": "2.0.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)