diff --git a/src/assets/images/workers/platform/ci-cd/workers-build-caching.png b/src/assets/images/workers/platform/ci-cd/workers-build-caching.png new file mode 100644 index 000000000000000..e3910ca53401a75 Binary files /dev/null and b/src/assets/images/workers/platform/ci-cd/workers-build-caching.png differ diff --git a/src/assets/images/workers/platform/ci-cd/workers-build-watch-paths.png b/src/assets/images/workers/platform/ci-cd/workers-build-watch-paths.png new file mode 100644 index 000000000000000..c733d8aeee46d4d Binary files /dev/null and b/src/assets/images/workers/platform/ci-cd/workers-build-watch-paths.png differ diff --git a/src/content/changelogs-next/2024-12-29-faster-builds.mdx b/src/content/changelogs-next/2024-12-29-faster-builds.mdx new file mode 100644 index 000000000000000..b9ce17937839da1 --- /dev/null +++ b/src/content/changelogs-next/2024-12-29-faster-builds.mdx @@ -0,0 +1,18 @@ +--- +title: Faster Workers Builds with Build Caching and Watch Paths +description: Speed up your builds with build caching and build watch paths in Workers Builds (beta). +products: + - workers +date: 2024-12-29T11:00:00Z +--- + +![Build caching settings](~/assets/images/workers/platform/ci-cd/workers-build-caching.png) +![Build watch path settings](~/assets/images/workers/platform/ci-cd/workers-build-watch-paths.png) + +[**Workers Builds**](/workers/ci-cd/builds/), the integrated CI/CD system for Workers (currently in beta), now lets you cache artifacts across builds, speeding up build jobs by eliminating repeated work, such as downloading dependencies at the start of each build. + +- **[Build Caching](/workers/ci-cd/builds/build-caching/)**: Cache dependencies and build outputs between builds with a shared project-wide cache, ensuring faster builds for the entire team. + +- **[Build Watch Paths](/workers/ci-cd/builds/build-watch-paths/)**: Define paths to include or exclude from the build process, ideal for [monorepos](/workers/ci-cd/builds/advanced-setups/#monorepos) to target only the files that need to be rebuilt per Workers project. + +To get started, select your Worker on the [Cloudflare dashboard](https://dash.cloudflare.com) then go to **Settings** > **Builds**, and connect a GitHub or GitLab repository. Once connected, you'll see options to configure Build Caching and Build Watch Paths. diff --git a/src/content/changelogs-next/stuff-and-things.mdx b/src/content/changelogs-next/stuff-and-things.mdx deleted file mode 100644 index 7b63d6398070ecf..000000000000000 --- a/src/content/changelogs-next/stuff-and-things.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Stuff and things -description: Donec faucibus nunc vel fermentum porttitor. Etiam ac lorem dui. Duis facilisis facilisis sem, vel malesuada ipsum feugiat in. -products: - - workers - - kv -date: 2024-11-27T11:00:00Z ---- - -![Turnstile Overview](~/assets/images/turnstile/turnstile-overview.png) - -##### Foo - -Aenean lectus sapien, sollicitudin eget condimentum quis, vehicula sed risus. Maecenas consectetur nisi nec nisi sagittis lacinia. - -##### Bar - -:::note -Phasellus non sagittis urna. -::: - -Suspendisse vitae congue massa, sed tempus felis. Cras erat nisl, vulputate scelerisque urna pretium, eleifend euismod arcu. \ No newline at end of file diff --git a/src/pages/changelog-next/index.astro b/src/pages/changelog-next/index.astro index 93e1974b78acf62..ab611e6f35db530 100644 --- a/src/pages/changelog-next/index.astro +++ b/src/pages/changelog-next/index.astro @@ -46,13 +46,13 @@ notes.sort((a, b) => b.data.date.getTime() - a.data.date.getTime());
    -
  1. +
  2. -

    +

    {entry.data.title}

    @@ -125,20 +125,6 @@ notes.sort((a, b) => b.data.date.getTime() - a.data.date.getTime()); margin-top: 1.5rem; } - .sl-markdown-content - li - > :last-child:not(li, ul, ol):not( - a, - strong, - em, - del, - span, - input, - :where(.not-content *) - ) { - margin-bottom: 4rem; - } - .sl-markdown-content { margin-top: 0px !important; }