You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)