Releases: SEKOIA-IO/sekoia-automation-sdk
Releases · SEKOIA-IO/sekoia-automation-sdk
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
v1.8.1
Fixed
- Fix the initializer arguments for AsyncConnector
v1.7.0
Added
- Add property to connector with
User-Agent
header to third party services
- Forward exceptions to the API
v1.6.2
Fixed
- Fix json_argument fonction when url arg is empty or None
v1.6.1
Fixed
- Fixes batch url computation
v1.6.0
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
Fixed
- Store TLS related files in a writable storage
v1.5.1
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
Added
- Add new wrappers to work with aio libraries such as aiohttp, aiobotocore, etc.
- New AsyncConnector that contains async implementation of push events