-
Notifications
You must be signed in to change notification settings - Fork 0
chore(main): release flagd-ofrep-cf-worker 0.0.2 #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jonathannorris
merged 1 commit into
main
from
release-please--branches--main--components--flagd-ofrep-cf-worker
Mar 31, 2026
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| { | ||
| "packages/js-ofrep-worker": "0.0.1" | ||
| "packages/js-ofrep-worker": "0.0.2" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| # Changelog | ||
|
|
||
| ## [0.0.2](https://github.com/open-feature/flagd-ofrep-cf-worker/compare/flagd-ofrep-cf-worker-v0.0.1...flagd-ofrep-cf-worker-v0.0.2) (2026-03-31) | ||
|
|
||
|
|
||
| ### β¨ New Features | ||
|
|
||
| * add R2 flag source support with per-token config loading ([#2](https://github.com/open-feature/flagd-ofrep-cf-worker/issues/2)) ([92f9c2e](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/92f9c2e497ed4ba35197ec1b43bef3b8c78c78ff)) | ||
| * add Rust OFREP worker with WASM support ([d3dec1c](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/d3dec1c74e33490beb8fac7465b16f3919434259)) | ||
| * initial JS OFREP worker implementation ([be8010a](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/be8010a8db07e09f3b6c1d0b65a2d0a20d6b3228)) | ||
|
|
||
|
|
||
| ### π Bug Fixes | ||
|
|
||
| * disable CORS by default in the published artifact ([#12](https://github.com/open-feature/flagd-ofrep-cf-worker/issues/12)) ([714d49f](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/714d49f32c5f4abbff0caed075b921a87c71b21c)) | ||
| * normalize repository URLs in package.json ([#20](https://github.com/open-feature/flagd-ofrep-cf-worker/issues/20)) ([d8c6be5](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/d8c6be5c4cc99db728f63d451ebd69816d14b875)) | ||
| * use disableDynamicCodeGeneration option in FlagdCoreOptions ([a6fdbaf](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/a6fdbafd22c57fc785a649c6c059159db9124ef5)) | ||
|
|
||
|
|
||
| ### π§Ή Chore | ||
|
|
||
| * add Apache-2.0 LICENSE and include it in published package ([#16](https://github.com/open-feature/flagd-ofrep-cf-worker/issues/16)) ([7769fa4](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/7769fa48e5f33e24996b73ae159c9cd44f98a0e1)) | ||
| * add release-please and npm publish workflow with OIDC ([#18](https://github.com/open-feature/flagd-ofrep-cf-worker/issues/18)) ([d4e5e56](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/d4e5e564b8448c08783f9a5da1ecce664a1eb8e4)) | ||
| * align dev tooling with js-sdk and js-sdk-contrib ([2b2d316](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/2b2d31668f1ff70f3b58db236b25ed3cc143b940)) | ||
| * **deps:** update dependency @openfeature/flagd-core to v2 ([#13](https://github.com/open-feature/flagd-ofrep-cf-worker/issues/13)) ([0c7d3ff](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/0c7d3ff202f66e9059c4590f12f87ccd7526ea76)) | ||
| * fix TypeScript warnings and use logger in Targeting class ([b30ec6f](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/b30ec6fa689e5d791e87bbe3cfbe0f032ee6dc06)) | ||
| * migrate to ESLint 10 with flat config ([#22](https://github.com/open-feature/flagd-ofrep-cf-worker/issues/22)) ([f2beccd](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/f2beccd50c866594652a0c6903ef100739909a22)) | ||
| * pin js-sdk-contrib PR branch and add local build/test resolution mappings ([42540ae](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/42540ae5a618934f0fa8df0ddd98caa2110c7cdd)) | ||
| * replace the flagd-core submodule with the released 1.3.0 package ([#6](https://github.com/open-feature/flagd-ofrep-cf-worker/issues/6)) ([7199cd5](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/7199cd5044f2469478cf2a773b4fdbe3a2325bf8)) | ||
| * update all dependencies to latest versions ([394dd4c](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/394dd4c89e8bece1dbfe686b31bf0e91dd5ffeac)) | ||
| * upgrade to Node 25 and latest Cloudflare packages ([e40c3a9](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/e40c3a9b19a28bbaa031181c32eab51ebd06a4ff)) | ||
|
|
||
|
|
||
| ### π Documentation | ||
|
|
||
| * clean up root and package readmes ([#7](https://github.com/open-feature/flagd-ofrep-cf-worker/issues/7)) ([3ee157a](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/3ee157a9545b5b0a01eeb16d9d5d87de86101123)) | ||
|
|
||
|
|
||
| ### π Refactoring | ||
|
|
||
| * switch from custom implementation to forked flagd-core ([e198b86](https://github.com/open-feature/flagd-ofrep-cf-worker/commit/e198b8659a8049c68d54130bc2784f89bb2f8e39)) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The release date is set to
2026-03-31, which is in the future. This is likely a typo and should be corrected to the actual release date. Since this was generated byrelease-please, the environment where it's running might have an incorrect date configuration.