Skip to content

Releases: ioBroker/ioBroker.js-controller

Release v3.3.17

09 Sep 19:18
Compare
Choose a tag to compare

Fix edge case for UUID generation

Release v3.3.16

08 Sep 19:21
Compare
Choose a tag to compare

Adjust generation of installation UUID

Release v3.3.15

26 Jul 15:07
Compare
Choose a tag to compare

avoid deleting too many meta objects starting with the same name as adapter

Release v3.3.14

20 Jun 21:52
Compare
Choose a tag to compare

(foxriver/Apollon77) fix invalid logging in package manager

Release v3.3.13

19 Jun 22:07
Compare
Choose a tag to compare

Do not install info adapter by default

Release v3.3.12

07 Jun 21:54
Compare
Choose a tag to compare

Make sure getStates uses write attribute of aliases instead of read
Add messages to read logs
prevent crash in disconnect cases on startup
allow defaultNewAcl updates on the fly

Release v3.3.11

23 May 19:29
Compare
Choose a tag to compare

initialize new default ACLs in any case, only controller sets it for all objects
do not send null as diag info in error cases or if user has selected none
revive config.dataDir if deleted via bug in admin5 config editor
add _design/custom to the controller objects to make sure it is always provided
fixed a bug which lead to an infinite loop if the repo was invalid and no cached sources available
check host existence before adding instance
Check that password is provided when multihost discovery server should be started in secure mode
Fix issues with typescript adapter feature

Release v3.3.10

14 May 12:34
Compare
Choose a tag to compare

only send diagnose data if license and diag dialog has been confirmed on new installations

Release v3.3.9

12 May 21:40
Compare
Choose a tag to compare

make sure adapters are added only once to upgrade queue if it has no dependencies
Optimize Database save handling on write
Optimize restart logic
optimize cli help
Optimize search for adapter start file to also respect main property from package.json
Add location of ioBroker as information to getHostInfo

Release v3.3.8

03 May 20:55
Compare
Choose a tag to compare

(Apollon77/foxriver76) Optimize Database storage behaviour for file database
change default behaviour of cli update command -> only list installed, allow --all as parameter to see all again