Releases: polyswarm/polyswarm-api
Releases · polyswarm/polyswarm-api
Version 3.16.0
- Introducing notification webhooks
- Adding llm report feature
- Adding expiring instances support
Version 3.14.1
- adding comments about base64 and 7zip support parameters
Version 3.14.0
- making dependency management more flexible
- upgrading packaging tools
- renaming package to polyswarm_api instead of polyswarm-api (PEP625 compatible)
3.13.2
3.13.1
Version 3.13.0
What's Changed
- Allow to pass command arguments to a new sandbox tasks with the new param arguments in download_sandbox_artifact() method. By @mjbradford89
- Fix missing community argument passed to download_id() and download_sandbox_artifact() methods was not passed to the API. By @mrsarm
- Fix docs typos by @marciogualtieri-polyswarm
3.12.0
What's Changed
- Log last API Keys digits, not first ones by @mrsarm in #251
- Feature: sample bundles by @mjbradford89 in #252
- Sandbox artifact download by @mjbradford89 in #253
- Release v3.12.0 by @mrsarm in #254
Full Changelog: 3.11.0...3.12.0
Version 3.11.0
Map features[].backing_feature field in GET /public/accounts API.
Version 3.10.0
- Map new artifact field
failed_reasonin Scans and Sandboxes. - Bug fix: Check first whether a report can be downloaded.
Version 3.9.0
- Scan and Sandboxing of QR Code images with URL as payload.
- Use of new "preprocessing" field in Scan and Sandboxing for Zip uploads.
- API
account_whois(): provides basic information from the API Key Account's owner. - API
account_features(): provides features and quota information about the API Key Account's owner. - Add more documentation in the API docstrings.