ioBroker.js-controller

ioBroker controller

MIT License

Downloads
823K
Stars
293
Committers
33

Bot releases are visible (Hide)

ioBroker.js-controller - Release v3.3.5

Published by github-actions[bot] over 3 years ago

(foxriver76/Apollon77) Change loglevel for setState mismatch notifies to "info"
optimize setState checks to handle Object and mixed correct

ioBroker.js-controller - Release v3.3.4

Published by github-actions[bot] over 3 years ago

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

ioBroker.js-controller - Release v3.3.2

Published by github-actions[bot] over 3 years ago

"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)

ioBroker.js-controller - Release v3.3.1

Published by github-actions[bot] over 3 years ago

see CHANGELOG.md

ioBroker.js-controller - Release v3.2.16

Published by github-actions[bot] over 3 years ago

see CHANGELOG.md

ioBroker.js-controller - Release v3.2.15

Published by github-actions[bot] over 3 years ago

see CHANGELOG.md

ioBroker.js-controller - Release v3.2.14

Published by github-actions[bot] over 3 years ago

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

ioBroker.js-controller - Release v3.2.13

Published by github-actions[bot] over 3 years ago

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

ioBroker.js-controller - Release v3.2.12

Published by github-actions[bot] over 3 years ago

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

ioBroker.js-controller - Release v3.2.11

Published by github-actions[bot] over 3 years ago

enhance field-preserving logic for extendObject
upgrade Plugin dependencies

ioBroker.js-controller - Release v3.2.10

Published by github-actions[bot] over 3 years ago

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

ioBroker.js-controller - Release v3.2.8

Published by github-actions[bot] almost 4 years ago

fix reading of certificates if the given certificates are files
add error handling when let's encrypt configuration contains invalid domain names and other cases to allow still access to the adapter if possible
fix compact mode cli commands
Support more Github URL formats for iobroker url command
replace exit codes in setup js with named constants
add adapter method getUserId
add seq logging support to js-controller
Harmonize username handling between admin and js-controller by transforming the object id to lowercase. With this user names will be treated case insensitive from now on!
see CHANGELOG.md

ioBroker.js-controller - Release v3.2.7

Published by github-actions[bot] almost 4 years ago

see CHANGELOG.md

ioBroker.js-controller - Release v3.2.6-4

Published by github-actions[bot] almost 4 years ago

optimize logs when instance is restarted

ioBroker.js-controller - Release v3.2.6-3

Published by github-actions[bot] almost 4 years ago

fix upgrade/upload commands

ioBroker.js-controller - Release v3.2.6-2

Published by github-actions[bot] almost 4 years ago

Preserve name field on instance object creation/update
Enhance extendObject to allow to preserve specified fields (e.g. common.name)
Some more optimizations
update sentry plugin

ioBroker.js-controller - Release v3.2.6-1

Published by github-actions[bot] almost 4 years ago

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

ioBroker.js-controller - Release v3.2.6-0

Published by github-actions[bot] almost 4 years ago

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

ioBroker.js-controller - 3.1.7 (2020-12-24) Release Francesca

Published by GermanBluefox almost 4 years ago

3.1.7 (2020-12-24) Release Francesca

  • (bluefox) fix chmod command
ioBroker.js-controller - 2.2.9 (2020-02-12) Release Dina

Published by Apollon77 over 4 years ago