Learn about Centmin Mod LEMP Stack today
Register Now

Nginx [nginx-announce] nginx-1.15.0

Discussion in 'Nginx and PHP-FPM news & discussions' started by eva2000, Jun 6, 2018.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    10:21 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Changes with nginx 1.15.0 05 Jun 2018

    *) Change: the "ssl" directive is deprecated; the "ssl" parameter of the
    "listen" directive should be used instead.

    *) Change: now nginx detects missing SSL certificates during
    configuration testing when using the "ssl" parameter of the "listen"
    directive.

    *) Feature: now the stream module can handle multiple incoming UDP
    datagrams from a client within a single session.

    *) Bugfix: it was possible to specify an incorrect response code in the
    "proxy_cache_valid" directive.

    *) Bugfix: nginx could not be built by gcc 8.1.

    *) Bugfix: logging to syslog stopped on local IP address changes.

    *) Bugfix: nginx could not be built by clang with CUDA SDK installed;
    the bug had appeared in 1.13.8.

    *) Bugfix: "getsockopt(TCP_FASTOPEN) ... failed" messages might appear
    in logs during binary upgrade when using unix domain listen sockets
    on FreeBSD.

    *) Bugfix: nginx could not be built on Fedora 28 Linux.

    *) Bugfix: request processing rate might exceed configured rate when
    using the "limit_req" directive.


    *) Bugfix: in handling of client addresses when using unix domain listen
    sockets to work with datagrams on Linux.

    *) Bugfix: in memory allocation error handling.


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

    Continue reading...
     
  2. rdan

    rdan Well-Known Member

    5,452
    1,418
    113
    May 25, 2014
    Ratings:
    +2,212
    Local Time:
    8:21 AM
    Mainline
    10.2
    Updated :)
     
  3. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    2:21 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    Ta daaaaa

     
  4. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    10:21 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Looks good Nginx 1.15.0 mainline + GCC 8.1.0 compiler + OpenSSL 1.1.0h + Cloudflare HTTP/2 HPACK Full Encoding Patch + Cloudflare zlib library :) Strange how one of the listed nginx 1.15.0 fixes was GCC 8.1.0 related as Centmin Mod has been compiling with GCC 8.1.0 on nginx 1.13/1.14 branches for a while now at Beta Branch - Testing GCC 8 & Clang 5/6 compiler for Centmin Mod Nginx & PHP-FPM :)

     
  5. buik

    buik “The best traveler is one without a camera.”

    2,044
    527
    113
    Apr 29, 2016
    Flanders
    Ratings:
    +1,691
    Local Time:
    2:21 AM
    To bad that TLS 1.3 0-RTT support is not part of
    nginx-1.15.0. It is on the roadmap for a long time.

    unfortunately, it is also supplanted by " "random" load balancer" for the upcoming 1.15.1.
     
  6. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    10:21 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    probably cautious as TLS 1.3 0-RTT has security implications too

    interesting Roadmap – nginx