mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
12 lines
479 B
Markdown
12 lines
479 B
Markdown
# 1.1.2
|
|
|
|
## improvements
|
|
|
|
* only moving eden connections to idle when they're recycled.
|
|
|
|
## bugfixes
|
|
|
|
* skip closing a connection which is already closed during reset.
|
|
* sentry adapter: fixed `super` call which didn't have a super method (this prevented usinng sentry-enabled sessions with the `:retries` plugin).
|
|
* sentry adapter: fixing registering of sentry config.
|
|
* sentry adapter: do not propagate traces when relevant sdk options are disabled (such as `propagate_traces`). |