Skip to content

Releases: polyswarm/polyswarm-api

Version 3.16.0

27 Jan 21:29
3.16.0
e2e1971

Choose a tag to compare

  • Introducing notification webhooks
  • Adding llm report feature
  • Adding expiring instances support

Version 3.14.1

19 Dec 14:12
3.14.1
0e13b66

Choose a tag to compare

  • adding comments about base64 and 7zip support parameters

Version 3.14.0

14 Aug 19:57
3.14.0
cb39ace

Choose a tag to compare

  • making dependency management more flexible
  • upgrading packaging tools
  • renaming package to polyswarm_api instead of polyswarm-api (PEP625 compatible)

3.13.2

24 Jul 16:24
3.13.2
f556428

Choose a tag to compare

What's Changed

Full Changelog: 3.13.1...3.13.2

3.13.1

09 Jun 20:37
b34d2f8

Choose a tag to compare

What's Changed

Bug Fix: community not being passed to reports endpoints by @mrsarm.

Version 3.13.0

02 Jun 20:39
3.13.0
322a742

Choose a tag to compare

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

20 May 17:46
3.12.0
5ff0ce9

Choose a tag to compare

What's Changed

Full Changelog: 3.11.0...3.12.0

Version 3.11.0

09 Dec 21:06
3.11.0
64d6314

Choose a tag to compare

Map features[].backing_feature field in GET /public/accounts API.

Version 3.10.0

23 Sep 20:08
3.10.0
496a29e

Choose a tag to compare

  • Map new artifact field failed_reason in Scans and Sandboxes.
  • Bug fix: Check first whether a report can be downloaded.

Version 3.9.0

07 Aug 19:50
3.9.0
9aaa556

Choose a tag to compare

  • 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.