Skip to content

chore(main): release flagd-ofrep-cf-worker 0.0.2#19

Closed
openfeaturebot wants to merge 1 commit intomainfrom
release-please--branches--main--components--flagd-ofrep-cf-worker
Closed

chore(main): release flagd-ofrep-cf-worker 0.0.2#19
openfeaturebot wants to merge 1 commit intomainfrom
release-please--branches--main--components--flagd-ofrep-cf-worker

Conversation

@openfeaturebot
Copy link
Copy Markdown
Contributor

@openfeaturebot openfeaturebot commented Mar 31, 2026

🤖 I have created a release beep boop

0.0.2 (2026-03-31)

✨ New Features

  • add R2 flag source support with per-token config loading (#2) (92f9c2e)
  • add Rust OFREP worker with WASM support (d3dec1c)
  • initial JS OFREP worker implementation (be8010a)

🐛 Bug Fixes

  • disable CORS by default in the published artifact (#12) (714d49f)
  • normalize repository URLs in package.json (#20) (d8c6be5)
  • use disableDynamicCodeGeneration option in FlagdCoreOptions (a6fdbaf)

🧹 Chore

  • add Apache-2.0 LICENSE and include it in published package (#16) (7769fa4)
  • add release-please and npm publish workflow with OIDC (#18) (d4e5e56)
  • align dev tooling with js-sdk and js-sdk-contrib (2b2d316)
  • deps: update dependency @openfeature/flagd-core to v2 (#13) (0c7d3ff)
  • fix TypeScript warnings and use logger in Targeting class (b30ec6f)
  • pin js-sdk-contrib PR branch and add local build/test resolution mappings (42540ae)
  • replace the flagd-core submodule with the released 1.3.0 package (#6) (7199cd5)
  • update all dependencies to latest versions (394dd4c)
  • upgrade to Node 25 and latest Cloudflare packages (e40c3a9)

📚 Documentation

  • clean up root and package readmes (#7) (3ee157a)

🔄 Refactoring

  • switch from custom implementation to forked flagd-core (e198b86)

This PR was generated with Release Please. See documentation.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the version of the @openfeature/flagd-ofrep-cf-worker package to 0.0.2 and introduces a detailed changelog covering new features, bug fixes, and maintenance tasks. The review feedback suggests that the version bump should be a minor update (0.1.0) rather than a patch to comply with Semantic Versioning, given the addition of new features and major dependency updates. Additionally, the reviewer noted that the changelog incorrectly includes entries for a Rust worker, which indicates a need to refine the release configuration to filter by path.

@@ -1,3 +1,3 @@
{
"packages/js-ofrep-worker": "0.0.1"
"packages/js-ofrep-worker": "0.0.2"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This release introduces new features and a major dependency update. According to Semantic Versioning (SemVer), this should be a minor version bump (e.g., 0.1.0) rather than a patch bump (0.0.2).

Suggested change
"packages/js-ofrep-worker": "0.0.2"
"packages/js-ofrep-worker": "0.1.0"

@@ -0,0 +1,39 @@
# 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)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Updating the version header and comparison link to reflect a minor version bump, as the release contains new features and breaking dependency changes.

Suggested change
## [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)
## [0.1.0](https://github.com/open-feature/flagd-ofrep-cf-worker/compare/flagd-ofrep-cf-worker-v0.0.1...flagd-ofrep-cf-worker-v0.1.0) (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))
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This entry refers to a Rust worker implementation (add Rust OFREP worker with WASM support), which is unrelated to this JavaScript package (js-ofrep-worker). It appears the changelog is incorrectly aggregating commits from other packages in the repository. You may need to adjust the release-please configuration to filter by path.

{
"name": "@openfeature/flagd-ofrep-cf-worker",
"version": "0.0.1",
"version": "0.0.2",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The inclusion of new features (like R2 support) and the major update of a re-exported dependency (@openfeature/flagd-core to v2) warrants a minor version bump (0.1.0) per SemVer guidelines, rather than a patch bump.

Suggested change
"version": "0.0.2",
"version": "0.1.0",

Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
@openfeaturebot openfeaturebot force-pushed the release-please--branches--main--components--flagd-ofrep-cf-worker branch from 84ac3bc to 36ed0e6 Compare March 31, 2026 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants