Skip to content

Releases: SEKOIA-IO/sekoia-automation-sdk

v1.1.0b1

16 Mar 11:02
96964d0

Choose a tag to compare

v1.1.0b1 Pre-release
Pre-release

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-code command
  • Don't remove other menu items when generating the documentation for a single module

v1.0.0

22 Feb 15:41
e6aa533

Choose a tag to compare

Initial release of the SEKOIA's automation SDK