2024.1 Series Release Notes¶
18.0.1-3¶
New Features¶
Added mutually exclusive config options
[action_providers]/allowlist
and[action_providers]/denylist
that can be used to filter what action providers is loaded.
Added mutually exclusive config options
[legacy_action_provider]/allowlist
and[legacy_action_provider]/denylist
that can be used to filter what actions is loaded by the legacy action provider.
18.0.1¶
New Features¶
The new
[healthcheck] enabled
option has been added. This option can be used to enable thehelthcheck
middleware in mistral-api service.
Deprecation Notes¶
The
[coordination] heartbeat_interval
option has been deprecated. This option has been unused by any logic and has had no effect.