We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3a88c commit 3cb86ffCopy full SHA for 3cb86ff
HISTORY.md
@@ -1,10 +1,10 @@
1
# History
2
3
-## 0.13.0 (unreleased)
+## 0.13.0 (2025-04-08)
4
5
- Fixed `CachedResponse.read()` to be consistent with `ClientResponse.read()` by allowing to call `read()` multiple times. (#289)
6
- Now a warning is raised when a cache backend is accessed after disconnecting (after exiting the `CachedSession` context manager). (#241)
7
-- Fix compatibility with `url-normalize` 2.0
+- Fixed compatibility with `url-normalize` 2.0 (#326)
8
- Dropped Python 3.8 support due to the EOL.
9
10
## 0.12.4 (2024-10-30)
0 commit comments