Skip to content

Releases: ozeranskii/httptap

v0.4.4

14 Feb 21:01

Choose a tag to compare

[0.4.4] - 2026-02-14

Bug Fixes

  • Respect SOCKS5h proxy DNS resolution and harden CI pipeline (#61)

v0.4.3

19 Jan 09:19

Choose a tag to compare

[0.4.3] - 2026-01-19

Miscellaneous Tasks

  • Bump ruff in the dev-tools group (#66)

v0.4.2

13 Jan 21:22

Choose a tag to compare

[0.4.2] - 2026-01-13

Miscellaneous Tasks

  • Bump mypy from 1.19.0 to 1.19.1 in the dev-tools group (#55)
  • Bump pre-commit from 4.5.0 to 4.5.1 (#58)
  • Bump ruff from 0.14.9 to 0.14.10 in the dev-tools group (#59)
  • Bump ruff in the dev-tools group (#63)

v0.4.1

09 Dec 21:14

Choose a tag to compare

[0.4.1] - 2025-12-09

Miscellaneous Tasks

  • Update CNAME to point docs subdomain

Performance

  • Dial resolved IPs while preserving Host/SNI (#51)

v0.4.0

17 Nov 22:47

Choose a tag to compare

[0.4.0] - 2025-11-17

Breaking changes:

  • Removed CallableRequestExecutor and the legacy callable adapter path. HTTPTapAnalyzer now accepts only objects implementing the RequestExecutor protocol. If you previously wrapped legacy functions with the
    adapter, migrate them to a proper RequestExecutor implementation or use the built-in HTTPClientRequestExecutor.
  • Public API exports updated: CallableRequestExecutor is replaced by HTTPClientRequestExecutor; the default executor is httpx-based.

Features

  • Add support for custom CA bundle for TLS verification (#45)

v0.3.1

13 Nov 09:29

Choose a tag to compare

[0.3.1] - 2025-11-13

Features

  • Surface normalized HTTP version in network info (#41)
  • Add curl-compatible flag aliases for request options (#42)

v0.3.0

04 Nov 20:58

Choose a tag to compare

[0.3.0] - 2025-11-04

Features

  • Add support for request bodies and multiple HTTP methods (#36)

v0.2.1

02 Nov 23:18

Choose a tag to compare

[0.2.1] - 2025-11-02

Features

  • Add shell completions support and update installation docs (#33)

v0.2.0

29 Oct 22:41

Choose a tag to compare

[0.2.0] - 2025-10-29

Documentation

  • Add promo banner and clarify proxy env precedence (#30)

Features

  • Add optional TLS verification and pluggable request executor (#27)
  • Add proxy support for outbound requests (#29)

Miscellaneous Tasks

  • Add pre-commit policy and standardize GitHub workflows (#23)
  • Add support for free-threaded Python 3.14t (#24)

v0.1.1

25 Oct 09:47

Choose a tag to compare

[0.1.1] - 2025-10-25

Documentation

  • Add full documentation site and GitHub Pages deploy (#15)
  • Add imaging support and social card configuration (#16)

Miscellaneous Tasks

  • Widen Python support to 3.10–3.14 and modernize metadata (#17)
  • Refresh and commit uv.lock during release workflow (#21)