Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
15 changes: 15 additions & 0 deletions src/content/changelogs/load-balancing.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
link: "/load-balancing/changelog/"
productName: Load Balancing
productLink: "/load-balancing/"
productArea: Application performance
productAreaLink: /fundamentals/reference/changelog/performance/
entries:
- publish_date: "2025-01-16"
title: Update to Pool Health Monitoring
description: |-
We made changes to how we resolve and monitor proxied origins to assess pool health. Our analysis indicates no impact to customer configurations or operations. Contact support if you notice any unexpected behavior.
- publish_date: "2024-12-20"
title: Load Balancing with the China Network
description: |-
You can now enable load balancers to be deployed to the [China Network](/china-network/). Refer to the [documentation](/load-balancing/additional-options/load-balancing-china/) for more details.
14 changes: 14 additions & 0 deletions src/content/docs/load-balancing/changelog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
pcx_content_type: changelog
title: Changelog
changelog_file_name:
- load-balancing
sidebar:
order: 153
---

import { ProductChangelog } from "~/components";

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