Releases: ioBroker/ioBroker.js-controller
Releases · ioBroker/ioBroker.js-controller
Release v3.2.6-1
propagate error on sendTo methods to prevent exception loops
optimize parameters and flags on CLI
Use yargs helper instead of building our own string output to allow showing --help for a specific command instead of the whole output and allow support for auto completion (iobroker _createCompletion >> ~/.bashrc
)
Do not reject the promise when no callback is used and a Database error occurs
Release v3.2.6-0
update db library to fix reading root dir and rename on redis
3.1.7 (2020-12-24) Release Francesca
3.1.7 (2020-12-24) Release Francesca
- (bluefox) fix
chmod
command
2.2.9 (2020-02-12) Release Dina
adjust message for upcoming js-controller version
2.1.1 (2019-11-22) Release Bella Stable
- (bluefox) Fix host deletion
- (Apollon77) update objects lib to prevent one crash case and make sure extendObject works as intended also for JavaScript adapter
- (Apollon77) make sure adapters are also reinstalled correctly when used in compact groups
2.1.0 (2019-11-15) Release Bella Stable
Stable Release js-controller 2.1.0, see CHANGELOG.md
2.0.44 (2019-11-14) Release Bella Stable-RC5
2.0.44 (2019-11-14) Release Bella Stable-RC5
- (Apollon77) optimize stopping and restarting behaviour (again)
2.0.43 (2019-11-12) Release Bella Stable-RC4
2.0.43 (2019-11-12) Release Bella Stable-RC4
- (Apollon77) enhance backup error handling for invalid files - they now display errors and not break the backup process
- (Apollon77) make sure new enabled/moved instances are started directly
- (Apollon77) increase object init timeout for adapter starts before complaining/stopping
- (Apollon77) fix file read/write to not allow invalid locations and add some more checking
- (Apollon77) add some more logging for ioredis initializations
2.0.42 (2019-11-10) Release Bella Stable-RC3
2.0.42 (2019-11-10) Release Bella Stable-RC3
- (Apollon77) Correct error message if certificate can not be parsed
- (bluefox) Fix upload of material adapter
- (Apollon77) prevent crash when adapter instance is deleted which is also running currently and if stopped by deletion
- (bluefox) make sure getForeignStates do not modify the input ids list
- (Apollon77) enhance
list instances
and only show compact infos if adapter supports it
2.0.41 (2019-11-08) Release Bella Stable-RC2
2.0.41 (2019-11-08) Release Bella Stable-RC2
- (Stabilostick) enhance certificate methods and add certificate checks in setup first
- (Stabilostick) add
iobroker cert view <name>
CLI command - (Apollon77) fix problems in stop controller handling