Releases: ioBroker/ioBroker.js-controller
Release v3.3.17
Fix edge case for UUID generation
Release v3.3.16
Adjust generation of installation UUID
Release v3.3.15
avoid deleting too many meta objects starting with the same name as adapter
Release v3.3.14
(foxriver/Apollon77) fix invalid logging in package manager
Release v3.3.13
Do not install info adapter by default
Release v3.3.12
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
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
only send diagnose data if license and diag dialog has been confirmed on new installations
Release v3.3.9
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
(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