Skip to content

Commit a45e523

Browse files
committed
Updated changelog
1 parent ad474dc commit a45e523

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
2-
link: # TODO
2+
link: "/pipelines/reference/changelog/"
33
productName: Pipelines
44
productLink: "/pipelines/"
55
productArea: Developer Platform
66
productAreaLink: "/pipelines/"
7+
entries:
8+
- publish_date: "2024-09-24"
9+
title: Pipelines is now in public beta.
10+
description: |-
11+
Pipelines, a new product to ingest and store real time streaming data, is now in public beta. The public beta is avaiable to any user with a [free or paid Workers plan](/workers/platform/pricing/). Create a Pipeline, and you'll be able to post data to it via HTTP or from a Cloudflare Worker. Pipelines handles batching, buffering and partitioning the data, before writing it to an R2 bucket of your choice. It's useful to collect clickstream data, or ingest logs from a service. Start building with our [get started guide](/pipelines/getting-started/).
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
pcx_content_type: changelog
3+
title: Changelog
4+
changelog_file_name:
5+
- pipelines
6+
sidebar:
7+
order: 99
8+
9+
---
10+
11+
import { ProductChangelog } from "~/components"
12+
13+
{/* <!-- Actual content lives in /data/changelogs/pipelines.yaml. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
14+
15+
<ProductChangelog />

0 commit comments

Comments
 (0)