Releases: SEKOIA-IO/sekoia-automation-sdk
Releases · SEKOIA-IO/sekoia-automation-sdk
v1.18.1
v1.18.0
v1.17.2
v1.17.1
v1.17.0
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
v1.15.1
v1.15.0
Changed
- Make the minimal Python version to 3.10.
- Replace isort, black and autoflake with Ruff.
- Update Mypy configuration.
- Improve CI to test the package with several versions of Python.
- Update some dependencies to their latest version (
requests-ratelimiter
,typer
,prometheus-client
) and some devel ones (pytest
,pytest-asyncio
,pytest-env
,faker
).