-
Notifications
You must be signed in to change notification settings - Fork 6k
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
base: production
Are you sure you want to change the base?
Conversation
…ssets
There was a problem hiding this 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>
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>
There was a problem hiding this 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>
Deploying cloudflare-docs with
|
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 |
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 |
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. |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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>
Howdy @korinne, we updated the file locations so you'll need to change the folder location to |
Summary
Adds changelog updates for new support for static assets in Workers for Platforms
Documentation checklist