github ozeranskii/httptap v0.4.0

13 hours ago

[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)

Don't miss a new httptap release

NewReleases is sending notifications on new releases.