You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[chore]: prepare the changelog for next version (#2921)
* prepare the changelog
* add backup incompatibility to breaking changes
* prepare the version as a 7 instead of 6.1
* allow to define prerelease version in workflow
- and fix that prerelease version number was not increased
* fix changelog
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -512,7 +512,7 @@ This method takes the following parameters:
512
512
* scope: scope to be addressed
513
513
* category: category to be addressed, if a null message will be checked by regex of given scope
514
514
* message: message to be stored/checked
515
-
* options: Available with js-controller version 6.1. Additional options for the notification, currently you can provide additional `contextData` which is also stored with the notification information. Notification processing adapters can use this data
515
+
* options: Available with js-controller version 7.0. Additional options for the notification, currently you can provide additional `contextData` which is also stored with the notification information. Notification processing adapters can use this data
516
516
517
517
Note, that the structure of the `contextData` which can be stored via the options object is not defined by the controller. Adapters which handle messages can use individual data attributes.
518
518
Currently, it is planned to support individual notification customization in the `admin` adapter. More information will be available in the `admin` adapter as soon as this feature is ready.
@@ -1309,7 +1309,7 @@ Feature status: **stable**
1309
1309
1310
1310
There are several environment variables which are respected by the js-controller.
1311
1311
1312
-
#### `IOB_NO_SETCAP` (up from js-controller 6.1.X)
1312
+
#### `IOB_NO_SETCAP` (up from js-controller 7.0.X)
1313
1313
By default, the js-controller sets some capabilities on the Node.js executable.
1314
1314
Currently, `cap_net_admin`, `cap_net_bind_service`, `cap_net_raw` are set to e.g. allow Node.js to start/stop BLE advertising without root privileges. On installation these are set by the ioBroker installer.
1315
1315
However, on upgrades of Node.js these get lost. If js-controller detects a Node.js upgrade, it will ensure that these capabilities are set again.
'CONTROLLER_LICENSE_MANAGER',// Controller can read licenses from iobroker.net. Since js-controller 4.0
64
64
'CONTROLLER_OS_PACKAGE_UPGRADE',// Controller can upgrade OS packages
65
65
'DEL_INSTANCE_CUSTOM',// instances/adapter can be deleted with --custom flag to remove corresponding custom of all objects. Since js-controller 4.0
66
-
'BINARY_STATE_EVENT',// stateChange event could be received for binary states too. Deprecated in js-controller 5.0
67
66
'CUSTOM_FULL_VIEW',// `getObjectView('system', 'custom-full', ...)` will return full objects and not only `common.custom` part. Since `js-controller` 5.0
68
67
'ADAPTER_GET_OBJECTS_BY_ARRAY',// getForeignObjects supports an array of ids too. Since js-controller 5.0
69
68
'CONTROLLER_UI_UPGRADE',// Controller can be updated via sendToHost('upgradeController', ...)
0 commit comments