|
1 | 1 | --- |
2 | 2 | pcx_content_type: changelog |
3 | 3 | title: Changelog |
4 | | -release_notes_file_name: |
5 | | - - load-balancing |
6 | 4 | sidebar: |
7 | 5 | order: 153 |
8 | 6 | --- |
9 | 7 |
|
10 | | -import { ProductReleaseNotes } from "~/components"; |
| 8 | +import { ProductChangelog } from "~/components"; |
11 | 9 |
|
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. */} |
13 | 11 |
|
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