Skip to content

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

Merged
jonathannorris merged 1 commit intomainfrom
release-please--branches--main--components--flagd-ofrep-cf-worker
Mar 31, 2026
Merged

chore(main): release flagd-ofrep-cf-worker 0.0.2#25
jonathannorris merged 1 commit intomainfrom
release-please--branches--main--components--flagd-ofrep-cf-worker

Conversation

@openfeaturebot
Copy link
Copy Markdown
Contributor

🤖 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)
  • migrate to ESLint 10 with flat config (#22) (f2beccd)
  • 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.

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 36ed0e6 to 5e78b7f Compare March 31, 2026 21:33
@jonathannorris jonathannorris merged commit 8939db2 into main Mar 31, 2026
4 checks passed
@openfeaturebot
Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

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 js-ofrep-worker package to version 0.0.2. This version bump includes new features such as R2 flag source support and a Rust OFREP worker, along with several bug fixes, chore updates, documentation improvements, and refactoring. A review comment highlights that the generated CHANGELOG.md incorrectly lists a future release date, suggesting a potential misconfiguration in the release-please environment.

@@ -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)
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 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 by release-please, the environment where it's running might have an incorrect date configuration.

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