Skip to content

Releases: SEKOIA-IO/sekoia-automation-sdk

v1.9.0

01 Dec 14:00
64150a0
Compare
Choose a tag to compare

Changed

  • Thread to push logs at regular interval

Fixed

  • Remove redundant slash in URL path

v1.8.2

28 Nov 10:41
996e5a5
Compare
Choose a tag to compare

Changed

  • Improve retry for generic actions

v1.8.1

20 Nov 13:56
8408477
Compare
Choose a tag to compare

Fixed

  • Fix the initializer arguments for AsyncConnector

v1.7.0

08 Nov 13:30
cf2f531
Compare
Choose a tag to compare

Added

  • Add property to connector with User-Agent header to third party services
  • Forward exceptions to the API

v1.6.2

06 Nov 15:51
3592042
Compare
Choose a tag to compare

Fixed

  • Fix json_argument fonction when url arg is empty or None

v1.6.1

06 Nov 14:05
e651d84
Compare
Choose a tag to compare

Fixed

  • Fixes batch url computation

v1.6.0

20 Oct 13:32
bdf09f6
Compare
Choose a tag to compare

Added

  • Added support for Connectors
  • In script to generate new modules lock requirements

Fixed

  • In script to generate new modules fix module import for modules with spaces

v1.5.2

04 Oct 12:02
a6af0ad
Compare
Choose a tag to compare

Fixed

  • Store TLS related files in a writable storage

v1.5.1

04 Oct 11:28
f0b5257
Compare
Choose a tag to compare

Changed

  • Improve error message when it is not possible to access the data storage
  • Remove chunk_size parameter from configuration
  • Try to take Intake URL from an environment var first

Fixed

  • Create volume storage if it doesn't exist before writing cert files

v1.5.0

19 Sep 08:15
e156c6c
Compare
Choose a tag to compare

Added

  • Add new wrappers to work with aio libraries such as aiohttp, aiobotocore, etc.
  • New AsyncConnector that contains async implementation of push events