Skip to content

Commit c3cf179

Browse files
committed
newsfragments for #3705
1 parent d987c4e commit c3cf179

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

newsfragments/3705.bugfix.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Make request batching threadsafe by using ``contextvars.ContextVar`` rather than a global flag for setting the batching state.
2+
- Fixes a bug with ``PersistentConnectionProviders`` not being able to match responses to requests when making batch requests.

newsfragments/3705.internal.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix issues and start running the core tests with `pytest-xdist`, effectively reducing the CI test times by ~75-80%.

0 commit comments

Comments
 (0)