🌐 AI搜索 & 代理 主页
Skip to content

Releases: scanapi/scanapi

v2.12.0

02 Jul 12:21
4acf140

Choose a tag to compare

Changed

  • Bumped httpx to ^0.27.0, which brings in httpcore >=1.0.0 and h11 >=0.15.0. #755

Security

  • Updated h11 to 0.16.0 (via httpx upgrade) to address CVE-2025-XXXX: fixed lenient parsing of chunked encoding that could allow request smuggling. #755

v2.11.0

19 Jun 14:20
b9f1d9a

Choose a tag to compare

Changed

  • Replace pkg_resources (deprecated) with importlib.metadata as the method to retrieve package version. This change removes the dependency on setuptools at runtime. #723
  • Update GitHub Actions to use commit hashes instead of tags to improve security and reliability. #723

Deprecated

  • BREAKING CHANGE: Drop support for Python 3.9, which has reached its end of life. #723

v2.10.2

11 Oct 21:24
9276d96

Choose a tag to compare

Removed

  • Gitlint dev dependency 685

v2.10.1

11 Oct 15:23
926b43e

Choose a tag to compare

Changed

  • Upgrade Click dependency 681

v2.10.0

11 Oct 14:47
db30217

Choose a tag to compare

Changed

  • Change requests to httpx. #208

Deprecated

  • Drops support for Python 3.7 and Python 3.8 since their EOL were reached out already 678

v2.9.0

16 Mar 15:36
17d0770

Choose a tag to compare

Feature

  • Enable the use of different content types #521

Fixed

  • python -m scanapi command #501

@uesleicarvalhoo @Crocmagnon

v2.8.2

06 Mar 17:58
a2da6b1

Choose a tag to compare

Fixed

  • Content field not rendered properly on Chrome #551

v2.8.1

02 Mar 17:18
81ec5ec

Choose a tag to compare

Fixed

  • Custom variable evaluated when defined on the path #508
  • Add missing --insecure flag to cURL command on report based on request options #555

v2.8.0

11 Aug 07:35
3f1fc2a

Choose a tag to compare

Added

  • Implement new key options to request and endpoint nodes #529

v2.7.0

02 Jun 06:53
d159b7e

Choose a tag to compare

Deprecated

  • Drops support for Python 3.6 since its EOL was reached out in December last year 549