Skip to content

Releases: SEKOIA-IO/sekoia-automation-sdk

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

v1.15.0

28 Sep 16:40
dbea1a1
Compare
Choose a tag to compare

Changed

  • Make the minimal Python version to 3.10.
  • Replace isort, black and autoflake with Ruff.
  • Update Mypy configuration.
  • Improve CI to test the package with several versions of Python.
  • Update some dependencies to their latest version (requests-ratelimiter, typer, prometheus-client) and some devel ones (pytest, pytest-asyncio, pytest-env, faker).

v1.14.1

10 Sep 10:18
3a94f6c
Compare
Choose a tag to compare

Fixed

  • For GenericAPIAction, handle when the response is a no content response
  • Fix dependency issue