Releases: SEKOIA-IO/sekoia-automation-sdk
Releases · SEKOIA-IO/sekoia-automation-sdk
v1.1.0b1
Added
- Triggers can retrieve module's configuration secrets by REST call to API
- Secrets can be set in Pydantic models used for generating a manifest (e.g.
api_key: str = Field(secret=True)) - add the ability to handle the trigger exit
- parallelize the forward of chunks of events
- Add module to create metrics in triggers
Changed
- When updating a module's configuration, a verification is made on potential missing required properties
Fixed
- Small fixes in cli commands
- Better handling of error on data path access
- Ignore tests packages to find code in the
generate-files-from-codecommand - Don't remove other menu items when generating the documentation for a single module