Skip to content

Releases: ioBroker/ioBroker.javascript

Release v8.0.2

08 Apr 18:39
Compare
Choose a tag to compare
  • (klein0r) Forced downgrade of socket-client (object change issues)

Release v8.0.1

08 Apr 09:31
Compare
Choose a tag to compare
  • (klein0r) Fixed some missing translations (uk)
  • (klein0r) Raised supported ecmaVersion from es2021 to es2022 (node18)

Release v8.0.0

05 Apr 17:05
Compare
Choose a tag to compare

NodeJS >= 18.x and js-controller >= 5 is required

  • (klein0r) Breaking change: Removed support for binary states (deprecated since v6.2.0)
  • (klein0r) Breaking change: Protected filesystem (iobroker-data/files) to prevent direct file writes
  • (klein0r) Breaking change: request property has been removed of the sandbox (require the module if still needed)
  • (klein0r) Added blockly block for global variables (e.g. script name)
  • (klein0r) Added missing functions to protectFS
  • (klein0r) Fixed httpPost (missing data)
  • (klein0r) Fixed hasAttribute blockly block
  • (klein0r) Fixed parenthesis insertion in blockly for multi and/or
  • (PeterVoronov) Added setStateChanged / setStateChangedAsync

Release v7.11.1

28 Mar 09:46
Compare
Choose a tag to compare
  • (klein0r) Added exec result blockly block
  • (klein0r) Protect iobroker-data/files to avoid direct writes with node:fs
  • (klein0r) Escape single quotes in blockly obj attributes

Release v7.11.0

26 Mar 21:09
Compare
Choose a tag to compare
  • (klein0r) Added blockly block for read and write file
  • (klein0r) Allow to select other object types than state in some blocks
  • (klein0r) Improved translations
  • (klein0r) Removed 'type' from dropdown (is always 'state')
  • (klein0r) Use highlight in search (instead of select)
  • (klein0r) Added option for httpGet to receive arraybuffer (download files)

Release v7.10.2

25 Mar 10:28
Compare
Choose a tag to compare
  • (klein0r) Fixed httpGet/httpPost issue when using without options
  • (klein0r) Updated integration testing
  • (klein0r) Protect jsonl file access

Release v7.9.4

20 Mar 14:20
Compare
Choose a tag to compare
  • (klein0r) Fixed urlencoding for basic auth in url (user:pass)
  • (klein0r) Add warning icon if trigger is positioned inside of another trigger or loop

Release v7.9.3

19 Mar 19:29
Compare
Choose a tag to compare
  • (klein0r) Added timeout option for http blocks
  • (klein0r) Added option for basic auth in url (user:pass)

Release v7.9.2

18 Mar 11:42
Compare
Choose a tag to compare
  • (klein0r) Added new block for http response

Release v7.9.1

15 Mar 11:39
Compare
Choose a tag to compare
  • (klein0r) Configurable trigger warning limit (default: 100 per script)
  • (klein0r) Allow to use objects in create state blocks for common
  • (klein0r) Added warning if latitude or longitude is not configured correctly