(foxriver76) deprecated ioPack common.license which is replaced by the new object common.licenseInfo
(foxriver76) ioPack mode subscribe has been removed as you can achieve the same with mode once and setting system.adapter.xy.alive state (also removed common.wakeup and common.subscribe because of this)
Developer relevant new features
(foxriver76) js-controller (and thus the whole ioBroker) is now running as an ESM module internally while staying a 100 % backward compatible to adapters written in cjs
(foxriver76) adapters can now be written as ESM modules having full support (including compact mode)
(foxriver76) we provide all exports as ESM and as CJS to allow adapter developers to choose what to use
(foxriver76) allow to specify reason and exit code on adapter.stop
(foxriver76) if you blocklist a version in your io-package.json the controller won't start it anymore and will generate a notification
(foxriver76) for adapters of type schedule and connectionType set to cloud the schedule will be automatically delayed by up to 60 seconds randomly per user if the CRON does not contain a seconds argument, this is to prevent DDoS attacks
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @iobroker/types and @iobroker/adapter-core. These dependencies needed to be updated together. Updates
@iobroker/types
from 5.0.19 to 6.0.0Release notes
Sourced from
@iobroker/types
's releases.... (truncated)
Changelog
Sourced from
@iobroker/types
's changelog.... (truncated)
Commits
23b9cff
v6.0.0 (#2749)04f0eac
[chore]: Prepare controller v6 Kiera (#2735)fa09263
v5.0.20-alpha.0-20240522-9b71d3242 (#2748)9b71d32
make setTimeout/setInterval args generic to actually typecheck them (#2741)2718e8c
allow other scopes than system but provide completion for system scope (#2732)c7a7501
do not crash if sentryObj is undefined (#2742)ddcfb32
[fix]: added adapter-core peer dependency (#2743)fb5efa9
[fix]: fix os package upgrade when restart is used (#2744)8be449d
v5.0.20-alpha.0-20240510-819f1976e (#2730)819f197
report still invalid objects (#2642)Updates
@iobroker/adapter-core
from 3.1.4 to 3.1.6Release notes
Sourced from
@iobroker/adapter-core
's releases.Commits
10a74ef
chore: release v3.1.647c8390
improve exported types75860ec
chore: release v3.1.548d330f
Changed docu. Removed letsEncryptDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show