Skip to content

Releases: SEKOIA-IO/sekoia-automation-sdk

v1.18.3

05 Feb 09:37
83f184e
Compare
Choose a tag to compare

Changed

  • Move to Pydantic V2 as dependency

v1.18.2

28 Jan 10:00
e919f55
Compare
Choose a tag to compare

Changed

  • Lock boto3 to versions lower than 1.36
    • The new integrity algorithm doesn't work with third party object storage implementations

v1.18.1

04 Dec 09:11
7c6d61f
Compare
Choose a tag to compare

Added

  • Add the support to list type for action response
  • Add a configuration part for action documentation

Fixed

  • Fix checkpoint for timestamps

v1.18.0

26 Nov 14:50
d0c1479
Compare
Choose a tag to compare

Changed

  • Add additional values to log events sent to the API
  • In Generic actions, in case of error use the message from the response if available

v1.17.2

06 Nov 11:12
822a006
Compare
Choose a tag to compare

Fixed

  • Fix callback URL file for account validation

v1.17.1

04 Nov 16:24
9ab4e04
Compare
Choose a tag to compare

Fixed

  • Change the way to handle docker image information when publishing a module
  • Fix the module synchronization script

v1.17.0

04 Nov 10:09
87e1b2b
Compare
Choose a tag to compare

Added

  • Add account validation (beta)

v1.16.1

30 Oct 15:58
dd0a508
Compare
Choose a tag to compare

Changed

  • Specify docker image when publishing a module
  • Move from error to info the message when no event was collected from severals seconds

Fixed

  • Replace ulrllib.parse.urljoin by posixpath.join in AsyncConnector
  • Fix tests for async version of connector.
  • Fix support for boolean arguments in the json_argument method

v1.16.0

16 Oct 12:00
0423744
Compare
Choose a tag to compare

Changed

  • Update documentation generation command to follow new structure

v1.15.1

04 Oct 13:55
08ee681
Compare
Choose a tag to compare

Changed

  • Improve retry on some HTTP errors