Opensourcetechブログ

OpensourcetechによるNGINX/Kubernetes/Zabbix/Neo4j/Linuxなどオープンソース技術に関するブログです。

nginx mainline 1.13.10 リリース!

 

こんにちは、鯨井貴博@opensourcetechです。

 

 nginx mainline の新バージョン1.13.10がリリースされました。

nginx news

f:id:opensourcetech:20180321174356p:plain

 1.13.10では、

以下の変更がありました。

大きな機能としては、gRPC proxy moduleになります。

※gRPCとは、googleが公開しているRPCフレームワークでHTTP/2で通信するものです。

その他、久しぶりに機能追加が多いなとワクワクするバージョンアップですね。

-------

Changes with nginx 1.13.10 20 Mar 2018

*) Feature: the "set" parameter of the "include" SSI directive now
allows writing arbitrary responses to a variable; the
"subrequest_output_buffer_size" directive defines maximum response
size.

*) Feature: now nginx uses clock_gettime(CLOCK_MONOTONIC) if available,
to avoid timeouts being incorrectly triggered on system time changes.

*) Feature: the "escape=none" parameter of the "log_format" directive.
Thanks to Johannes Baiter and Calin Don.

*) Feature: the $ssl_preread_alpn_protocols variable in the
ngx_stream_ssl_preread_module.

*) Feature: the ngx_http_grpc_module.

*) Bugfix: in memory allocation error handling in the "geo" directive.

*) Bugfix: when using variables in the "auth_basic_user_file" directive
a null character might appear in logs.
Thanks to Vadim Filimonov.

http://nginx.org/en/CHANGES

 

ngx_http_grpc_module については、以下を参照ください!

Module ngx_http_grpc_module

 

nginx mainlineを使用中の方は、ぜひアップデートを!

 

 

 

github.com

www.facebook.com

twitter.com

www.instagram.com

 

 

にほんブログ村 IT技術ブログ Linuxへ
Linux

にほんブログ村 IT技術ブログ オープンソースへ
オープンソース

 

Opensourcetech by Takahiro Kujirai