Skip to content

Releases: ioBroker/ioBroker.js-controller

Release v3.3.4

30 Apr 21:43

Choose a tag to compare

Fix restart logic for linux systems to prevent processes started aside systemd
Add new system config values to set a default loglevel for new created instances
Do not delete objects recursively that have dontDelete flag

Release v3.3.2

30 Apr 12:11

Choose a tag to compare

"upgrade self" CLI command should not start controller because we require it to bestopped before (will be effective for all upgrades from 3.3.2 to higher versions only)
fix "iobroker upgrade" call that crashed when no updates were available
adjust some state wrote checks (type array needs to provide a string, ack-only-sets are allowed again)

Release v3.3.1

29 Apr 21:02

Choose a tag to compare

see CHANGELOG.md

Release v3.2.16

08 Feb 13:20

Choose a tag to compare

see CHANGELOG.md

Release v3.2.15

08 Feb 12:44

Choose a tag to compare

see CHANGELOG.md

Release v3.2.14

08 Feb 00:26

Choose a tag to compare

support github branch names with slashes on adapter install
Fix wrong logger pattern that caused issues on windows
fix potential crash when restoring backup
restore old logfile deletion logic because rotator library do not work as expected
Optimize File DBs to lower write i/o by 50% ( backup file is not renamed instead of rewritten)
(AlCalzone/Apollon77) Restructure DB code to allow easier new DB types
Try to fix logging when seq is used

Release v3.2.13

01 Feb 22:50

Choose a tag to compare

see CHANGELOG.md, Finalized stable release
adjust error logging in some places
fix client name in redis
fix errors from package manager

Release v3.2.12

28 Jan 07:15

Choose a tag to compare

fix repo cli
add instances list back to 'status all'
optimize logging in db classes
enhance letsencrypt to also allow to specify alternative names for certs
deleting a not existing object is handled as success instead of Not-Exists error

Release v3.2.11

24 Jan 23:01

Choose a tag to compare

enhance field-preserving logic for extendObject
upgrade Plugin dependencies

Release v3.2.10

23 Jan 17:13

Choose a tag to compare

prevent some errors shown and optimize database handling
prevent an endless loop when lua script initialization was not possible
catch semver errors in upgrade commands
ensure setAdapterInstanceEnabled can not hang