New v1.7.1 release
Posted: 18 Jun 2014 18:54
We are proud to announce new release version. Compared to previous v1.7.0 it has stability improvements and few new features.
Next in our schedule is to improve and make new modules, finish TV UI, do thermostat, security and notifications.
ChangeLog
Fixes and improvements:
- Fix memory leak in http.request().
- Fix issues with too many threads created by many http.request().
- Make v8 debugger not to crash on ZXmlNode objects and on CC access.
- Minor fix of UserCode clear.
- Delivery statistics not recorder for encapsulated packets (only for physicaly sent).
- z-cfg-update can now convert from very config starting from v1.2.
- Improve experience with modern secure door locks inclusion.
- Limited callbacks count on DataHolder from JS not to overkill the server from JS and to easily find bugs in JS code.
- DataHolder callback with notifications for child events fixed.
New features:
- Experimental: v8 remote debugging!
Debugger:
The debugger is enabled by setting V8_DEBUG environment variable and uses port 8183 (base port + 100).
Then you can connect either with d8 (./d8 --remote_debugger --debugger_port=8183) or with node-inspector --debug-port 8183.
Next in our schedule is to improve and make new modules, finish TV UI, do thermostat, security and notifications.
ChangeLog
Fixes and improvements:
- Fix memory leak in http.request().
- Fix issues with too many threads created by many http.request().
- Make v8 debugger not to crash on ZXmlNode objects and on CC access.
- Minor fix of UserCode clear.
- Delivery statistics not recorder for encapsulated packets (only for physicaly sent).
- z-cfg-update can now convert from very config starting from v1.2.
- Improve experience with modern secure door locks inclusion.
- Limited callbacks count on DataHolder from JS not to overkill the server from JS and to easily find bugs in JS code.
- DataHolder callback with notifications for child events fixed.
New features:
- Experimental: v8 remote debugging!
Debugger:
The debugger is enabled by setting V8_DEBUG environment variable and uses port 8183 (base port + 100).
Then you can connect either with d8 (./d8 --remote_debugger --debugger_port=8183) or with node-inspector --debug-port 8183.