Skip to content
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

Workers changelog for 2024-05-17 #14635

Open
wants to merge 1 commit into
base: production
Choose a base branch
from
Open

Workers changelog for 2024-05-17 #14635

wants to merge 1 commit into from

Conversation

jasnell
Copy link
Member

@jasnell jasnell commented May 17, 2024

No description provided.

Copy link

Deploying cloudflare-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2ba89e3
Status: ✅  Deploy successful!
Preview URL: https://088e7816.cloudflare-docs-7ou.pages.dev
Branch Preview URL: https://jasnell-patch-1.cloudflare-docs-7ou.pages.dev

View logs

Copy link

Files with changes (up to 15)

Original Link Updated Link

- Update v8 to 12.6
- DigestStream is now more efficient and exposes a new bytesWritten property that indicates that number of bytes written to the digest.
- The new `fetch_standard_url` compatibility flag will become active by default on June 3rd, 2024 and ensures that URLs passed into the fetch(...) API, the new Request(...) constructor, and redirected requests will be parsed using the standard WHATWG URL parser.
- A bug in the fetch API implementation would cause the content type of a Blob to be incorrectly set. Unfortunately, the fix for this bug potentially breaks some existing code so the fix is being released behind a new `blob_standard_mime_type` compatibility flag.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- A bug in the fetch API implementation would cause the content type of a Blob to be incorrectly set. Unfortunately, the fix for this bug potentially breaks some existing code so the fix is being released behind a new `blob_standard_mime_type` compatibility flag.
- Adds the `blob_standard_mime_type` compatibility flag, which fixes a bug in the Workers runtime's implementation of the fetch API that caused the content type of a Blob to be incorrectly set.

Link to docs for the compat flag? When is it default enabled?

description: |-
- Update v8 to 12.6
- DigestStream is now more efficient and exposes a new bytesWritten property that indicates that number of bytes written to the digest.
- The new `fetch_standard_url` compatibility flag will become active by default on June 3rd, 2024 and ensures that URLs passed into the fetch(...) API, the new Request(...) constructor, and redirected requests will be parsed using the standard WHATWG URL parser.
Copy link
Contributor

Choose a reason for hiding this comment

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

Link to docs for this compat flag?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants