Skip to content

Commit 4c18a4a

Browse files
dcpenarenandincer
andauthored
[Calls] Added changelog file and entries (#17829)
* Added changelog file and entries * Update src/content/changelogs/calls.yaml Co-authored-by: Renan Dincer <[email protected]> * Split up entry --------- Co-authored-by: Renan Dincer <[email protected]>
1 parent 2bbaea6 commit 4c18a4a

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

src/content/changelogs/calls.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
link: "/calls/changelog/"
3+
productName: Calls
4+
productLink: "/calls/"
5+
productArea: Developer platform
6+
productAreaLink: /workers/platform/changelog/platform/
7+
entries:
8+
- publish_date: "2024-09-25"
9+
title: TURN service is generally available (GA)
10+
description: |-
11+
Cloudflare Calls TURN service is generally available and helps address common challenges with real-time communication. For more information, refer to the [blog post](https://blog.cloudflare.com/webrtc-turn-using-anycast/) or [TURN documentation](/calls/turn/).
12+
- publish_date: "2024-04-04"
13+
title: Orange Meets availability
14+
description: |-
15+
Orange Meets, Cloudflare's internal video conferencing app, is open source and available for use from [Github](https://github.com/cloudflare/orange?cf_target_id=40DF7321015C5928F9359DD01303E8C2).
16+
- publish_date: "2024-04-04"
17+
title: Cloudflare Calls open beta
18+
description: |-
19+
Cloudflare Calls is in open beta and available from the Cloudflare Dashboard.
20+
- publish_date: "2022-09-27"
21+
title: Cloudflare Calls closed beta
22+
description: |-
23+
Cloudflare Calls is available as a closed beta for users who request an invitation. Refer to the [blog post](https://blog.cloudflare.com/announcing-cloudflare-calls/) for more information.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
pcx_content_type: changelog
3+
title: Changelog
4+
changelog_file_name:
5+
- calls
6+
---
7+
8+
import { ProductChangelog } from "~/components";
9+
10+
{/* <!-- Actual content lives in /src/content/changelogs/calls.yaml. --> */}
11+
12+
<ProductChangelog />

0 commit comments

Comments
 (0)