Releases: SEKOIA-IO/sekoia-automation-sdk
Releases · SEKOIA-IO/sekoia-automation-sdk
v1.14.0
Added
- Added universal classes for a checkpoint
Changed
- Increase number of retries and time between retries when sending requests
v1.13.0
Changed
- Increase the allowed size for events to 250 kio (instead of 64 kio)
v1.12.2
Fixed
Fixes batch url computation
v1.12.1
Fixed
Fixes batch url computation
v1.12.0
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
Fixed
- Fixes connector configuration file name
v1.11.0
Changed
- remove redundant logs for connectors
- Upload files by chunks to support files bigger than 100MB
v1.10.0
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
Changed
- Thread to push logs at regular interval
Fixed
- Remove redundant slash in URL path
v1.8.2
Changed
- Improve retry for generic actions