We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1549ea commit c392b49Copy full SHA for c392b49
CHANGES/11012.breaking.rst
@@ -0,0 +1,8 @@
1
+Refactored ``ClientRequest`` class. This simplifies a lot of code and improves our type
2
+checking accuracy. It also better aligns public/private attributes with what we expect
3
+developers to access safely from a client middleware.
4
+
5
+If code subclasses ``ClientRequest``, it is likely that the subclass will need tweaking
6
+to be compatible with the new version.
7
8
+-- by :user:`Dreamsorcerer`.
0 commit comments