Releases: polyswarm/polyswarm-api
Releases · polyswarm/polyswarm-api
Version 3.11.0
Version 3.10.0
- Map new artifact field
failed_reason
in 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.
Version 3.8.0
- Supporting zip file submissions
Version 3.7.0
- Minimal Python version supported is 3.7 (drop support for 2.7, 3.5 and 3.6).
- Introduction of reports generation APIs:
report_create
,report_get
andreport_download
methods. - Introduction of reports templates API:
report_template_**
methods.
Version 3.6.0
- supporting eu communities
- fixing permalink issues
- ioc beta
Version 3.5.2
- new
sandbox_url
method
Version 3.5.1
- adds
beta
kwarg to iocs_by_hash - adds
create_known_bad
method
Version 3.4.3
- add optional private argument to historical_results function.
- add optional private argument to live_feed function.
- add community field to LiveHuntResult/HistoricalHuntResult
- add communities field to HistoricalHunt
- new permalink structure
Version 3.4.1
- Send community parameter in all hunting related requests.