Skip to content

Releases: traefik/traefik

v3.3.3

31 Jan 15:03
da2278b
Compare
Choose a tag to compare

Bug fixes:

  • [api] Do not create observability model by default (#11476 by rtribotte)
  • [fastproxy] Fix content-length header assertion (#11498 by kevinpollet)
  • [fastproxy] Handle responses without content length header (#11458 by rtribotte)
  • [k8s/crd,k8s] Add missing headerField in Middleware CRD (#11499 by jspdown)
  • [tracing,accesslogs] Bring back TraceID and SpanID fields in access logs (#11450 by rtribotte)

Misc:

v2.11.20

31 Jan 14:29
4e441d0
Compare
Choose a tag to compare

Bug fixes:

  • [acme] Graceful shutdown for ACME JSON write operation (#11497 by juliens)

Documentation:

v2.11.19

29 Jan 10:54
8103992
Compare
Choose a tag to compare

Bug fixes:

  • [middleware] Changing log message when client cert is not available to debug (#11453 by Nelwhix)
  • [service] Do not create a logger instance for each proxy (#11487 by kevinpollet)
  • [webui] Fix auto refresh not clearing on component unmount (#11477 by DoubleREW)

Documentation:

  • Remove awesome.traefik.io reference in documentation section (#11435 by kevinpollet)

v3.3.2

14 Jan 16:01
020ab5f
Compare
Choose a tag to compare

Bug fixes:

  • [fastproxy] Do not read response body for HEAD requests (#11442 by kevinpollet)
  • [metrics,tracing,accesslogs] Fix observability configuration on EntryPoints (#11446 by rtribotte)
  • [webui] Set content-type when serving webui index (#11428 by kevinpollet)

Documentation:

  • [acme] Fix deprecated dnsChallenge propagation logging and documentation (#11433 by thomscode)
  • [acme] Add missing trailing s to propagation.delayBeforeCheck option (#11417 by jspiers)

Misc:

v3.3.1

07 Jan 15:01
d4d6115
Compare
Choose a tag to compare

Bug fixes:

  • [websocket,server] Disable http2 connect setting for websocket by default (#11408 by rtribotte)

v3.2.5

07 Jan 14:26
03c170f
Compare
Choose a tag to compare

Bug fixes:

  • [websocket,server] Disable http2 connect setting for websocket by default (#11408 by rtribotte)

v2.11.18

07 Jan 15:38
1aa450c
Compare
Choose a tag to compare

Bug fixes:

  • [websocket,server] Disable http2 connect setting for websocket by default (#11412 by rtribotte)

v3.3.0

06 Jan 11:18
5b53bae
Compare
Choose a tag to compare

⚠️ 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:

v3.2.4

06 Jan 10:21
69c8ecf
Compare
Choose a tag to compare

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

Bug fixes:

  • [k8s/gatewayapi] Support empty value for core Kubernetes API group (#11386 by rtribotte)
  • [tcp,k8s/crd] Pass TLS bool from IngressRouteTCP to TCPService (#11343 by lipmem)
  • [tls] Upgrade github.com/spiffe/go-spiffe/v2 to v2.4.0 (#11385 by mmatur)
  • Remove duplicate github.com/coreos/go-systemd dependency (#11354 by Juneezee)

Documentation:

Misc:

v2.11.17

06 Jan 09:19
a31b026
Compare
Choose a tag to compare

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

Bug fixes:

Documentation: