Change8

release-1.29.2

📦 nginxView on GitHub →
4 features🐛 4 fixes1 deprecations🔧 6 symbols

Summary

Nginx 1.29.2 mainline version has been released, including fixes for QUIC, SSL, and upstream handling, alongside the removal of the legacy charset directive from default examples.

Migration Steps

  1. Review configuration if you relied on the legacy charset directive, as it has been removed from the default example.

✨ New Features

  • SNI: using ClientHello callback.
  • AWS-LC support changes.
  • Mail: xtext encoding (RFC 3461) in XCLIENT LOGIN.
  • Added F5 CLA workflow.

🐛 Bug Fixes

  • QUIC: fixed ssl_reject_handshake error handling.
  • Fixed inaccurate index directive error report.
  • SSL: fixed "key values mismatch" with object cache inheritance.
  • Upstream: overflow detection in Cache-Control delta-seconds.

🔧 Affected Symbols

charset directiveindex directivessl_reject_handshakeCache-Control delta-secondsXCLIENT LOGINobject cache inheritance

⚡ Deprecations

  • Removed legacy charset directive from default config example.