Join the community today
Become a Member

Nginx [nginx-announce] nginx-1.21.2

Discussion in 'Nginx and PHP-FPM news & discussions' started by eva2000, Sep 1, 2021.

  1. eva2000

    eva2000 Administrator Staff Member

    53,246
    12,117
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,655
    Local Time:
    8:29 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Changes with nginx 1.21.2 31 Aug 2021

    *) Change: now nginx rejects HTTP/1.0 requests with the
    "Transfer-Encoding" header line.

    *) Change: export ciphers are no longer supported.

    *) Feature: OpenSSL 3.0 compatibility.

    *) Feature: the "Auth-SSL-Protocol" and "Auth-SSL-Cipher" header lines
    are now passed to the mail proxy authentication server.
    Thanks to Rob Mueller.

    *) Feature: request body filters API now permits buffering of the data
    being processed.

    *) Bugfix: backend SSL connections in the stream module might hang after
    an SSL handshake.

    *) Bugfix: the security level, which is available in OpenSSL 1.1.0 or
    newer, did not affect loading of the server certificates when set
    with "@SECLEVEL=N" in the "ssl_ciphers" directive.

    *) Bugfix: SSL connections with gRPC backends might hang if select,
    poll, or /dev/poll methods were used.

    *) Bugfix: when using HTTP/2 client request body was always written to
    disk if the "Content-Length" header line was not present in the
    request.


    --
    Maxim Dounin
    http://nginx.org/
    _______________________________________________
    nginx-announce mailing list
    nginx-announce@nginx.org
    http://mailman.nginx.org/mailman/listinfo/nginx-announce


    Continue reading...
     
  2. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    1:29 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Hope to see soon Dynamic TLS and Hpack :cool:
     
  3. eva2000

    eva2000 Administrator Staff Member

    53,246
    12,117
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,655
    Local Time:
    8:29 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Already supported with update I just made, cmupdate ;)