Skip to content

Releases: ioBroker/ioBroker.js-controller

Release v3.2.12

28 Jan 07:15
Compare
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
Compare
Choose a tag to compare

enhance field-preserving logic for extendObject
upgrade Plugin dependencies

Release v3.2.10

23 Jan 17:13
Compare
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

Release v3.2.8

21 Jan 22:44
Compare
Choose a tag to compare

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

Release v3.2.7

16 Jan 19:43
Compare
Choose a tag to compare

see CHANGELOG.md

Release v3.2.6-4

16 Jan 13:44
Compare
Choose a tag to compare
Release v3.2.6-4 Pre-release
Pre-release

optimize logs when instance is restarted

Release v3.2.6-3

16 Jan 11:54
Compare
Choose a tag to compare
Release v3.2.6-3 Pre-release
Pre-release

fix upgrade/upload commands

Release v3.2.6-2

16 Jan 10:48
Compare
Choose a tag to compare
Release v3.2.6-2 Pre-release
Pre-release

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

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