Skip to content
Merged
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
6 changes: 3 additions & 3 deletions universal-gateway/edges.mdx
Comment thread
iambmelt marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Edges (Deprecated)
sidebarTitle: Edges
tag: Deprecated
description: "Reference documentation for deprecated Edges feature. Edges will be sunset on December 31st, 2025. See migration guide for alternatives."
description: "Reference documentation for deprecated Edges feature. Edges have been sunset as of December 31st, 2025. See migration guide for alternatives."
---

## Deprecation
Expand All @@ -13,7 +13,7 @@ Edges, Routes, Modules, Backends and Labeled Tunnels are deprecated and will be

### Sunset date

Edges will be sunset and turned off on December 31st, 2025.
Edges have been deprecated as of December 31st, 2025.

### Migration guide

Expand All @@ -29,7 +29,7 @@ off of Edges:
| **Labeled Tunnels** | [Internal Endpoints](/universal-gateway/internal-endpoints/) |
| **Tunnel Group Backend** | [Forward Internal Action](/traffic-policy/actions/forward-internal/) and [Endpoint Pools](/universal-gateway/endpoint-pooling/) |
| **HTTP Response Backends** | [Custom Response Traffic Policy Action](/traffic-policy/actions/custom-response) |
| **Failover Backends** | [Forward Interal Action](/traffic-policy/actions/forward-internal/#on-error)'s `on_error` property |
| **Failover Backends** | [Forward Internal Action](/traffic-policy/actions/forward-internal/#on-error)'s `on_error` property |
| **Weighted Backends** | [`rand.double()` Traffic Policy Macro](/traffic-policy/macros/#randdouble---double) |
| **Load Balancing** | [Endpoint Pools](/universal-gateway/endpoint-pooling/) |

Expand Down
Loading