Opensourcetechブログ

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

nginx njs-0.2.5 リリース !!

 

こんにちは、LinuCエバンジェリストこと、鯨井貴博@opensourcetechです。

 

nginx njsの最新バージョン 0.2.5がリリースされました。

f:id:opensourcetech:20181031112021p:plain

nginx news

njs scripting language

 

 

更新内容は、以下の通りです。

 

Changelogs

Changes with 0.2.5

Release Date: 30 October 2018
nginx modules:
Bugfix: fixed counting pending events in stream module.
Bugfix: fixed s.off() in stream module.
Bugfix: fixed processing of data chunks in js_filter in stream module.
Bugfix: fixed http status and contentType getter in http module.
Bugfix: fixed http response and parent getters in http module.
Core:
Feature: arguments object support.
Feature: non-integer fractions support.
Improvement: handling non-array values in Array.prototype.slice().
Bugfix: fixed Array.prototype.length setter
Bugfix: fixed njs_array_alloc() for length > 2**31.
Bugfix: handling int overflow in njs_array_alloc() on 32bit archs.
Bugfix: fixed code size mismatch error message.
Bugfix: fixed delete operator in a loop.
Bugfix: fixed Object.getOwnPropertyDescriptor() for complex object (inherited from Array and string values).
Bugfix: fixed Object.prototype.hasOwnProperty() for non-object properties
Bugfix: miscellaneous additional bugs have been fixed.

 

Changelogs(日本語訳)

0.2.5の変更点

リリース日:2018年10月30日
nginxモジュール:
バグ修正:streamモジュールの保留中のイベント集計を修正
バグ修正:streamモジュールのs.off()を修正
バグ修正:streamモジュール js_filterのデータチャンク処理を修正
バグ修正:httpモジュールのhttpステータスとcontentTypeのgetterを修正
バグ修正:httpモジュールのhttpレスポンスとparentのgetterを修正
core:
機能追加:引数オブジェクトのサポート
機能追加:非整数分数サポート
改善:Array.prototype.slice()における非配列の値の処理
バグ修正:修正されたArray.prototype.length setter
バグ修正:2^31を超えるnjs_array_alloc()を修正
バグ修正:32ビットアーキテクチャのnjs_array_alloc()のintオーバーフロー処理を修正
バグ修正:code size mismatchエラーメッセージを修正
バグ修正:ループ中の削除操作を修正
バグ修正:complexオブジェクト(配列と文字列の値から継承)のObject.getOwnPropertyDescriptor()を修正
バグ修正:オブジェクト以外のプロパティのObject.prototype.hasOwnProperty()を修正
バグ修正:その他のバグが修正

 

 

 

 

www.slideshare.net

github.com

www.facebook.com

twitter.com

www.instagram.com

 

 

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

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

 

 

Opensourcetech by Takahiro Kujirai