Traefik + CloudFlare logo

Traefik + CloudFlare

Expose your apps with CloudFlare


About Versions (103)

v3.3.0

2025-01-06

⚠️ There is an issue with websocket upgrade. If you want to use this version, please set the following environment variable GODEBUG=http2xconnect=0 ⚠️

Enhancements:

  • [acme] Add options to control ACME propagation checks (#11241 by ldez)
  • [api] Add support dump API endpoint (#11328 by mmatur)
  • [http] Set Host header in HTTP provider request (#11237 by nikonhub)
  • [k8s/crd,k8s] Make the IngressRoute kind optional (#11177 by skirtan1)
  • [k8s/ingress,sticky-session,k8s/crd,k8s] Support serving endpoints (#11121 by BZValoche)
  • [logs,accesslogs] OpenTelemetry Logs and Access Logs (#11319 by rtribotte)
  • [logs,accesslogs] Add experimental flag for OTLP logs integration (#11335 by kevinpollet)
  • [metrics,tracing,accesslogs] Manage observability at entrypoint and router level (#11308 by rtribotte)
  • [middleware,authentication] Add an option to preserve the ForwardAuth Server Location header (#11318 by Nelwhix)
  • [middleware,authentication] Only calculate basic auth hashes once for concurrent requests (#11143 by michelheusschen)
  • [middleware,authentication] Send request body to authorization server for forward auth (#11097 by kyo-ke)
  • [plugins] Add AbortOnPluginFailure option to abort startup on plugin load failure (#11228 by bmagic)
  • [sticky-session] Configurable path for sticky cookies (#11166 by IIpragmaII)
  • [webui,api] Configurable API & Dashboard base path (#11250 by rtribotte)

Bug fixes:

Documentation:

Misc: