Skip to content

Releases: ioBroker/ioBroker.js-controller

Release v3.2.6-1

15 Jan 19:03
Compare
Choose a tag to compare
Release v3.2.6-1 Pre-release
Pre-release

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

10 Jan 22:02
Compare
Choose a tag to compare
Release v3.2.6-0 Pre-release
Pre-release

update db library to fix reading root dir and rename on redis

3.1.7 (2020-12-24) Release Francesca

24 Dec 20:56
Compare
Choose a tag to compare

3.1.7 (2020-12-24) Release Francesca

  • (bluefox) fix chmod command

2.2.9 (2020-02-12) Release Dina

12 Feb 21:51
Compare
Choose a tag to compare
adjust message for upcoming js-controller version

2.1.1 (2019-11-22) Release Bella Stable

01 Dec 22:06
Compare
Choose a tag to compare
  • (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

15 Nov 15:04
Compare
Choose a tag to compare

Stable Release js-controller 2.1.0, see CHANGELOG.md

2.0.44 (2019-11-14) Release Bella Stable-RC5

14 Nov 23:22
Compare
Choose a tag to compare

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

12 Nov 18:43
Compare
Choose a tag to compare

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

10 Nov 15:53
Compare
Choose a tag to compare

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

09 Nov 23:10
Compare
Choose a tag to compare

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