Skip to content

Releases: ioBroker/ioBroker.js-controller

2.1.0 (2019-11-15) Release Bella Stable

15 Nov 15:04
Compare
Choose a tag to compare

Stable Release js-controller 2.1.0, see CHANGELOG.md

2.0.44 (2019-11-14) Release Bella Stable-RC5

14 Nov 23:22
Compare
Choose a tag to compare

2.0.44 (2019-11-14) Release Bella Stable-RC5

  • (Apollon77) optimize stopping and restarting behaviour (again)

2.0.43 (2019-11-12) Release Bella Stable-RC4

12 Nov 18:43
Compare
Choose a tag to compare

2.0.43 (2019-11-12) Release Bella Stable-RC4

  • (Apollon77) enhance backup error handling for invalid files - they now display errors and not break the backup process
  • (Apollon77) make sure new enabled/moved instances are started directly
  • (Apollon77) increase object init timeout for adapter starts before complaining/stopping
  • (Apollon77) fix file read/write to not allow invalid locations and add some more checking
  • (Apollon77) add some more logging for ioredis initializations

2.0.42 (2019-11-10) Release Bella Stable-RC3

10 Nov 15:53
Compare
Choose a tag to compare

2.0.42 (2019-11-10) Release Bella Stable-RC3

  • (Apollon77) Correct error message if certificate can not be parsed
  • (bluefox) Fix upload of material adapter
  • (Apollon77) prevent crash when adapter instance is deleted which is also running currently and if stopped by deletion
  • (bluefox) make sure getForeignStates do not modify the input ids list
  • (Apollon77) enhance list instances and only show compact infos if adapter supports it

2.0.41 (2019-11-08) Release Bella Stable-RC2

09 Nov 23:10
Compare
Choose a tag to compare

2.0.41 (2019-11-08) Release Bella Stable-RC2

  • (Stabilostick) enhance certificate methods and add certificate checks in setup first
  • (Stabilostick) add iobroker cert view <name> CLI command
  • (Apollon77) fix problems in stop controller handling

2.0.40 (2019-11-08) Release Bella Stable-RC1

08 Nov 23:11
Compare
Choose a tag to compare

2.0.40 (2019-11-08) Release Bella Stable-RC1

  • (Apollon77) make sure multiple instances of same adapter do not disturb each other in compact mode, finalize compact mode
  • (AlCalzone) correctly handle git commits and branches as custom install sources
  • (Apollon77) * make sure callbacks with setImmediate return the rela values from code execution and not pot. changed values from other actions (fixing file content being undefined when write/read happen in parallel)
  • (Apollon77) handle more cases for aliases automatically (On/Ein is converted to true case insensitive now)
  • (bluefox) getForeignStates() return correct ids when used with aliases
  • (Apollon77) optimize controller group stopping
  • (Apollon77) when target state is deleted also emit "null" onChange events to adapters for alias states
  • (Apollon77) optimize controller stop behaviour with compact groups
  • (Apollon77) make sure that schedules instances can start even after a "once" run that set a sigKill value
  • (Apollon77) add method to synchronize file directories with file DB storage
    • add new CLI command "iobroker file sync " to do the sync
    • integrate the sync with "iobroker setup first"

2.0.39 (2019-10-29) Release Bella

29 Oct 21:12
Compare
Choose a tag to compare
  • (Apollon77) "upgrade name" for a controller will return an error to use "upgrade self"
  • (Apollon77) "upgrade all" will no longer update controller too
  • (Apollon77) add some more checks in adapter.js for existence of states/objects
  • (Apollon77) enhance iobroker setup custom for Redis sentinel usage
  • (Apollon77) make sure flot store works again also with objects with empty names

2.0.38 (2019-10-26) Release Bella

27 Oct 20:59
Compare
Choose a tag to compare

2.0.38 (2019-10-26) Release Bella

  • (Apollon77) Add some more logic to prevent access with invalid ids
  • (Apollon77) change "enhancedLogging" to not be global but "per DB"
  • (Apollon77) Fix compact mode on Windows systems
  • (Apollon77) make sure multiple callbacks to "unload" will be ignored
  • (bluefox) Rise all user in admin group to administrators
  • (Apollon77) Allow buffers to be passed in messages again
  • (bluefox) Fix session storage
  • (Apollon77) Introduce 0_userdata as new home for user specific files, objects and states
  • (Apollon77) Enhance logging
  • (bluefox) fix letsencrypt (was broken n 2.0.35)
  • (Apollon77) fix install adapter starts like vis installation when db is not available
  • (Stabilostick) Auto generated self-signed certificates need to have a max duration of 2 years according to new Apple

2.0.35 (2019-10-19) Release Bella (Bugfixing)

21 Oct 22:12
Compare
Choose a tag to compare

2.0.35 (2019-10-19) Release Bella

  • (Apollon77) Allow to use Redis password as "pass" parameter for States and Objects
  • (Apollon77) Prevent hangs on "iobroker upgrade self" from 1.5 to 2.0
  • (bluefox) Update IPs information periodically
  • (bluefox) Remove safe-replace, bluebird, pyconf packages
  • (paul53/AlCalzone/Apollon77) Fix datatype of system.host.cpu and system.adapter.XY.Z.cpu
  • (Apollon77) Make sure alias.0 and other controller objects are also checked and created if needed on setup first when updating
  • (bluefox) Allow one state to multiple aliases connections
  • (Apollon77) Make sure required adapters are also checked correctly when using compact mode and groups
  • (Apollon77) Enhance logging for unsupported (should not happen) commands

2.0.34 (2019-10-17) Release Bella (2019-10-17) Release Bella

17 Oct 17:10
Compare
Choose a tag to compare

2.0.34 (2019-10-17) Release Bella

  • (Apollon77) Allow custom settings to be removed again if objects are "file"
  • (Apollon77) Remove default value for "switch" and "level.dimmer" roles
  • (bluefox) fix user authentication