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

Adds changelog updates for Workers for Platforms support for static assets #19437

Open
wants to merge 8 commits into
base: production
Choose a base branch
from

Conversation

korinne
Copy link
Contributor

@korinne korinne commented Jan 25, 2025

Summary

Adds changelog updates for new support for static assets in Workers for Platforms

Documentation checklist

Copy link
Contributor

@hyperlint-ai hyperlint-ai bot left a comment

Choose a reason for hiding this comment

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

1 files reviewed, 3 total issue(s) found.

korinne and others added 3 commits January 24, 2025 16:44
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
Copy link
Contributor

@hyperlint-ai hyperlint-ai bot left a comment

Choose a reason for hiding this comment

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

1 files reviewed, 3 total issue(s) found.

Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
Copy link

cloudflare-workers-and-pages bot commented Jan 25, 2025

Deploying cloudflare-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6bb6dd7
Status: ✅  Deploy successful!
Preview URL: https://fb84010f.cloudflare-docs-7ou.pages.dev
Branch Preview URL: https://workers-assets-changelog.cloudflare-docs-7ou.pages.dev

View logs

@ghost
Copy link

ghost commented Jan 25, 2025

Please allow my local host to run. I'm having so many problems receiving in app devices. I want to delete this account,and have been trying to fix dns. After picking update dns,, I then received message in my Google voice. I'm desperate

korinne and others added 2 commits January 24, 2025 17:15
Updates to text to include information about Workers for Platforms
date: 2025-01-24T18:00:00Z
---

[Workers for Platforms](https://developers.cloudflare.com/cloudflare-for-platforms/workers-for-platforms/) now supports the direct upload and management of [static assets](https://developers.cloudflare.com/workers/static-assets/), allowing teams to deliver complete solutions to their users.
Copy link
Contributor

Choose a reason for hiding this comment

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

"you can now" - speak to people, 2nd person.

"teams to deliver complete solutions to their users."

What does that mean? can be more specific.


- **Host and serve static assets**: Upload and deliver static files (such as HTML, CSS, and JavaScript) alongside your Workers, directly from Cloudflare's global edge network.

- **Optimize performance**: Reduce latency and improve user experience by co-locating static assets and dynamic Workers close to end-users.
Copy link
Contributor

Choose a reason for hiding this comment

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

If I read this and want to understand more / what this means — how do I learn?


- **Optimize performance**: Reduce latency and improve user experience by co-locating static assets and dynamic Workers close to end-users.

- **Streamline Workflows**: Manage static assets and Workers in a single deployment flow, with manifest-based uploads to avoid redundant file transfers.
Copy link
Contributor

Choose a reason for hiding this comment

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

As opposed to what? Show vs. tell


- **Streamline Workflows**: Manage static assets and Workers in a single deployment flow, with manifest-based uploads to avoid redundant file transfers.

- **Enhance customization**: Leverage [asset bindings](/workers/static-assets/binding/#binding) in your Workers to dynamically fetch, modify, or customize static content.
Copy link
Contributor

Choose a reason for hiding this comment

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

Can be more specific?


[Workers for Platforms](https://developers.cloudflare.com/cloudflare-for-platforms/workers-for-platforms/) now supports the direct upload and management of [static assets](https://developers.cloudflare.com/workers/static-assets/), allowing teams to deliver complete solutions to their users.

Workers for Platforms allows any organization to make their applications programmable, by embedding serverless functions directly into their products. This means that if you're using Workers for Platforms, you can allow other end-users to write and execute custom code within your system, without needing to worry about infrastructure, security, or performance. Workers for Platforms is commonly used by SaaS businesses ([such as Shopify](https://blog.cloudflare.com/workers-for-platforms/)) in order to give end-users granular control to extend the platform to meet their needs.
Copy link
Contributor

Choose a reason for hiding this comment

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

Lot of words cut down to specifically what this lets you do

Co-authored-by: Brendan Irvine-Broque <birvine-broque@cloudflare.com>
@kodster28
Copy link
Contributor

Howdy @korinne, we updated the file locations so you'll need to change the folder location to /changelog/ instead of /changelog-next/ (and maybe update your image path too to be /src/assets/images/changelog/).

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