Releases: SEKOIA-IO/sekoia-automation-sdk
Releases · SEKOIA-IO/sekoia-automation-sdk
v1.18.3
Changed
- Move to Pydantic V2 as dependency
v1.18.2
Changed
- Lock boto3 to versions lower than 1.36
- The new integrity algorithm doesn't work with third party object storage implementations
v1.18.1
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
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
Fixed
- Fix callback URL file for account validation
v1.17.1
Fixed
- Change the way to handle docker image information when publishing a module
- Fix the module synchronization script
v1.17.0
Added
- Add account validation (beta)
v1.16.1
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
Changed
- Update documentation generation command to follow new structure
v1.15.1
Changed
- Improve retry on some HTTP errors