Skip to content

Releases: SEKOIA-IO/sekoia-automation-sdk

v1.14.0

30 Aug 08:02
6811ff6
Compare
Choose a tag to compare

Added

  • Added universal classes for a checkpoint

Changed

  • Increase number of retries and time between retries when sending requests

v1.13.0

22 Apr 07:50
94fab9e
Compare
Choose a tag to compare

Changed

  • Increase the allowed size for events to 250 kio (instead of 64 kio)

v1.12.2

29 Mar 13:35
191e862
Compare
Choose a tag to compare

Fixed

Fixes batch url computation

v1.12.1

22 Mar 13:31
e9192b2
Compare
Choose a tag to compare

Fixed

Fixes batch url computation

v1.12.0

27 Feb 08:48
3fc01da
Compare
Choose a tag to compare

Added

  • Limit the number of concurrent async tasks run at the same time

Changed

  • When forwarding events, use a http session to reuse the existing HTTP connection
  • Improve concurrency of async tasks that forward events

v1.11.1

29 Jan 16:56
3421902
Compare
Choose a tag to compare

Fixed

  • Fixes connector configuration file name

v1.11.0

17 Jan 15:50
e795336
Compare
Choose a tag to compare

Changed

  • remove redundant logs for connectors
  • Upload files by chunks to support files bigger than 100MB

v1.10.0

12 Dec 15:34
151a83e
Compare
Choose a tag to compare

Added

  • Add heartbeat in triggers
    The heartbeat allows to mark the trigger as not alive if no heartbeat was received for a certain amount of time.
    To support this feature triggers must:
    • Set the last_heartbeat_threshold class attribute to a value greater than 0
    • Call periodically self.heartbeat() to update the last heartbeat date

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