mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
250 B
250 B
1.1.4
bugfixes
- datadog adapter: use
Gem::Version
to invoke the correct configuration API. - stream plugin: do not preempt request enqueuing (this was making integration with the
:follow_redirects
plugin fail when set up withwebmock
).