release-cloudflare-worker icon indicating copy to clipboard operation
release-cloudflare-worker copied to clipboard

Infra for serving Node.js downloads and documentation.

Results 37 release-cloudflare-worker issues
Sort by recently updated
recently updated
newest added

Bumps [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) from 3.806.0 to 3.812.0. Release notes Sourced from @​aws-sdk/client-s3's releases. v3.812.0 3.812.0(2025-05-16) Documentation Changes client-ecs: This is an Amazon ECs documentation only release to support the change of...

dependencies
javascript

Bumps the lint group with 1 update: [eslint](https://github.com/eslint/eslint). Updates `eslint` from 9.26.0 to 9.27.0 Release notes Sourced from eslint's releases. v9.27.0 Features d71e37f feat: Allow flags to be set in...

dependencies
javascript

During the investigation of https://github.com/nodejs/node/issues/57252 it was discovered that `/docs` is not currently served by the Cloudflare Worker, it is still served by the NGINX origin. This should probably be...

> Alternative title: making the tests & local dev environment not annoying and messy This is an attempt to make the tests and local dev environment a lot nicer to...

Account API tokens are now available and I think we should switch to them. Iirc we're currently using User API tokens. These are tied to the user that created them....

I think it's worth a shot trying out [Cloudflare KV](https://developers.cloudflare.com/kv/) for directory listings in an effort to lower uncached response times. ## How it could work The `R2Provider`'s `listDirectory` works...

Wrangler has a feature that generates the appropriate types for the APIs a worker has access to based off of the worker's `compatability_date` setting (re [`wrangler types`](https://developers.cloudflare.com/workers/wrangler/commands/#types)). I think it's...

enhancement
help wanted
good first issue

Sentry Issue: [DIST-WORKER-PROD-21](https://nodejs-org.sentry.io/issues/6073878318/) ``` Error: Expected closing tag 'hr' (opened in line 5, col 1) instead of closing tag 'body'.:6:1 Deserialization error: to see the raw response, inspect the hidden...

bug

This will give us better stack traces in Sentry for errors that happen in the worker TODO * [ ] Test this

We're serving mostly static and immutable content, but only caching it for 1 or 4 hours (depends on cache type) for successful responses. I think we should change this so...