Change8

Migrating to Traefik v2.11.24

Version v2.11.24 introduces 1 breaking change. This guide details how to update your code.

Released: 4/18/2025

1
Breaking Changes
1
Migration Steps
4
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

[server][acme][metrics][middleware]

Breaking Changes

Issue #1

The incoming request path is now cleaned before being used to match router rules and sent to backends. Any /../, /./ or duplicate slash segments in the request path are interpreted and/or collapsed. This behavior started in v2.11.24 and may affect routing if paths relied on un-sanitized input.

Migration Steps

  1. 1
    Review the request path sanitization change introduced since v2.11.24 and consult the migration guide to ensure existing routing rules function as expected with cleaned paths.

Release Summary

This release focuses heavily on security by fixing three CVEs and implements request path sanitization for improved security, which may require configuration review.

Need More Details?

View the full release notes and all changes for Traefik v2.11.24.

View Full Changelog