Skip to content

Commit 154ded6

Browse files
committed
Cleanup
1 parent 3529e81 commit 154ded6

File tree

2 files changed

+46
-5
lines changed

2 files changed

+46
-5
lines changed

public/__redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
/cloudflare-one/changelog/tunnel/index.xml /changelog/rss/cloudflare-tunnel.xml 301
2424
/dns/changelog/index.xml /changelog/rss/dns.xml 301
2525
/fundamentals/changelog/index.xml /changelog/rss/fundamentals.xml 301
26+
/load-balancing/changelog/index.xml /changelog/rss/load-balancing.xml 301
2627
/logs/changelog/index.xml /changelog/rss/logs.xml 301
2728
/magic-cloud-networking/changelog/index.xml /changelog/rss/magic-cloud-networking.xml 301
2829
/magic-firewall/changelog/index.xml /changelog/rss/magic-firewall.xml 301
Lines changed: 45 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,54 @@
11
---
22
pcx_content_type: changelog
33
title: Changelog
4-
release_notes_file_name:
5-
- load-balancing
64
sidebar:
75
order: 153
86
---
97

10-
import { ProductReleaseNotes } from "~/components";
8+
import { ProductChangelog } from "~/components";
119

12-
{/* <!-- Actual content lives in /src/content/release-notes/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 --> */}
10+
{/* <!-- Actual content lives in /src/content/changelog/load-balancing/. Update the file there for new entries to appear here. */}
1311

14-
<ProductReleaseNotes />
12+
<ProductChangelog product="load-balancing" />
13+
14+
## 2025-04-15
15+
16+
**Introducing Support for Orange-Clouded Origin Resolution**
17+
18+
Newly created Cloudflare Load Balancers will resolve orange-clouded origin addresses, provided the origins belong to the same account and zone as the Load Balancer. Existing Load Balancers will continue using the current resolution method. If ownership validation fails, the new system falls back to the existing behavior and defaults to a gray-clouded (DNS-only) lookup, typically resolving to anycast addresses.
19+
20+
## 2025-03-13
21+
22+
**Update to Load Balancing analytics**
23+
24+
Load Balancing request rates in analytics may decrease for some customers as an improvement is made to our infrastructure. This decrease in Load Balancing analytics does not indicate a decrease in HTTP requests received.
25+
26+
## 2025-02-20
27+
28+
**Zone name added to Load Balancing API responses**
29+
30+
Load Balancing API responses for Load Balancers now include a `zone_name` property, which provides the name of the zone in the response data.
31+
32+
## 2025-02-10
33+
34+
**Fix for Cloudflare Tunnel Consistency**
35+
36+
Fixes to improve the consistency of Cloudflare Tunnel handling within Cloudflare Load Balancers. These changes ensure more reliable and predictable routing, particularly when tunnels are involved.
37+
38+
## 2025-01-24
39+
40+
**Update to Cloudflare Tunnel Steering**
41+
42+
Introduced changes to the resolution of proxied domains that are backed by Cloudflare Tunnels on the same zone. These changes correct how orange-clouded records are steered to Cloudflare Tunnels via Cloudflare Load Balancers.
43+
44+
## 2025-01-16
45+
46+
**Update to Pool Health Monitoring**
47+
48+
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.
49+
50+
## 2024-12-20
51+
52+
**Load Balancing with the China Network**
53+
54+
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.

0 commit comments

Comments
 (0)