v3.6.20

myshell-ai/OpenVoicev3.6.20Jun 5, 2026by github-actions[bot]

AI Summary

Similar to v3.7.4 but targeting the v3.6 branch, focusing on middleware, WebUI, GatewayAPI, HTTP/3, and TLS fixes.

Key Highlights

  • Fix Redis write timeout option configuration.
  • Fix BackendTLSPolicy status update.
  • Bump HTTP/3 library (quic-go) to v0.59.1.
  • Fix SNI check with keepalive.
  • Update WebUI dependencies (axios, react-router, jsdom).

Full Release Notes

**Bug fixes:**
- **[middleware]** Fix redis write timeout option configuration ([#13273](https://github.com/traefik/traefik/pull/13273) @bzyy1024)
- **[webui]** Bump react-router and jsdom ([#13301](https://github.com/traefik/traefik/pull/13301) @gndz07)
- **[k8s/gatewayapi]** Fix BackendTLSPolicy status update ([#13306](https://github.com/traefik/traefik/pull/13306) @AnatoleLucet)
- **[http3]** Bump github.com/quic-go/quic-go to v0.59.1 ([#13300](https://github.com/traefik/traefik/pull/13300) @rtribotte)
- **[webui]** Bump axios to v1.17.0 ([#13299](https://github.com/traefik/traefik/pull/13299) @gndz07)
- **[tls]** Fix snicheck with keepalive ([#13305](https://github.com/traefik/traefik/pull/13305) @juliens)