diff --git a/src/content/changelogs/load-balancing.yaml b/src/content/changelogs/load-balancing.yaml new file mode 100644 index 000000000000000..c50774a9295e199 --- /dev/null +++ b/src/content/changelogs/load-balancing.yaml @@ -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 customer 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. \ No newline at end of file diff --git a/src/content/docs/load-balancing/changelog.mdx b/src/content/docs/load-balancing/changelog.mdx new file mode 100644 index 000000000000000..ac95272db2c937b --- /dev/null +++ b/src/content/docs/load-balancing/changelog.mdx @@ -0,0 +1,14 @@ +--- +pcx_content_type: changelog +title: Changelog +changelog_file_name: + - load-balancing +sidebar: + order: 153 +--- + +import { ProductChangelog } from "~/components"; + +{/* */} + + \ No newline at end of file