Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/content/changelogs/magic-transit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
link: "/magic-wan/changelog/"
productName: Magic WAN
productLink: "/magic-wan/"
productArea: Cloudflare One
productAreaLink: /cloudflare-one/changelog/
entries:
- publish_date: "2024-10-01"
title: Early access testing for BGP on CNI 2.0 circuits
description: |-
Customers can exchange routes dynamically with their Magic virtual network overlay via Direct CNI or Cloud CNI based connectivity.
4 changes: 4 additions & 0 deletions src/content/changelogs/magic-wan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ productLink: "/magic-wan/"
productArea: Cloudflare One
productAreaLink: /cloudflare-one/changelog/
entries:
- publish_date: "2024-10-01"
title: Early access testing for BGP on CNI 2.0 circuits
description: |-
Customers can exchange routes dynamically with their Magic virtual network overlay via Direct CNI or Cloud CNI based connectivity.
- publish_date: "2024-09-27"
title: Magic WAN Connector sends WARP client traffic to Internet
description: |-
Expand Down
4 changes: 4 additions & 0 deletions src/content/changelogs/network-interconnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ productLink: "/network-interconnect/"
productArea: Cloudflare One
productAreaLink: /cloudflare-one/changelog/
entries:
- publish_date: "2024-10-01"
title: Early access testing for BGP on CNI 2.0 circuits
description: |-
Customers can exchange routes dynamically with their Magic virtual network overlay via Direct CNI or Cloud CNI based connectivity.
- publish_date: "2024-09-02"
title: Interconnect portal displays all available locations in a list
description: |-
Expand Down
16 changes: 16 additions & 0 deletions src/content/docs/magic-transit/changelog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
pcx_content_type: changelog
title: Changelog
changelog_file_name:
- magic-transit
sidebar:
order: 14
head: []
description: Review recent changes to Magic Transit.
---

import { ProductChangelog } from "~/components";

{/* <!-- Actual content lives in /src/content/changelogs/magic-transit.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 --> */}

<ProductChangelog />
Loading