[njs] Version 0.2.1.
Dmitry Volyntsev
xeioex at nginx.com
Thu May 31 15:53:05 UTC 2018
details: http://hg.nginx.org/njs/rev/2a0a59728b5f
branches:
changeset: 530:2a0a59728b5f
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Thu May 31 18:52:02 2018 +0300
description:
Version 0.2.1.
diffstat:
CHANGES | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 50 insertions(+), 0 deletions(-)
diffs (57 lines):
diff -r e38c3f59e30c -r 2a0a59728b5f CHANGES
--- a/CHANGES Thu May 31 16:34:36 2018 +0300
+++ b/CHANGES Thu May 31 18:52:02 2018 +0300
@@ -1,3 +1,53 @@
+
+Changes with njs 0.2.1 31 May 2018
+
+ Nginx modules:
+
+ *) Feature: HTTP request body getter.
+
+ *) Improvement: moved njs vm to the main configuration.
+
+ *) Improvement: improved logging for js_set and js_content directives.
+
+ *) Improvement: setting status code to 500 by default in
+ js_content handler.
+
+ *) Improvement: added the debug for the returned status code in
+ js_content.
+
+ *) Bugfix: fixed error logging in js_include.
+
+ Core:
+
+ *) Feature: added array length setter.
+
+ *) Improvement: public header cleanup. njscript.h is renamed to njs.h.
+
+ *) Bugfix: fixed crypto update() method after digest() is called.
+
+ *) Bugfix: fixed crypto.createHmac() for keys with size >= alg size
+ and < 64.
+
+ *) Bugfix: fixed JSON.stringify() for arrays with empty cells.
+
+ *) Bugfix: fixed exception type for unsupported types in
+ JSON.stringify().
+
+ *) Bugfix: fixed handling of undefined arguments of functions.
+
+ *) Bugfix: fixed handling of missing arg of
+ Object.getOwnPropertyDescriptor().
+
+ *) Bugfix: fixed handling of properties in
+ Object.getOwnPropertyDescriptor().
+
+ *) Bugfix: fixed the writeable flag of Array.length property.
+
+ *) Bugfix: fixed return value type of clearTimeout().
+
+ *) Bugfix: fixed njs_vm_external_bind().
+
+ *) Bugfix: miscellaneous additional bugs have been fixed.
Changes with njs 0.2.0 3 Apr 2018
More information about the nginx-devel
mailing list