You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# History
2
2
3
+
## Unreleased
4
+
5
+
- Packaging and project config are now handled with [uv](https://docs.astral.sh/uv/). For users, installation still works the same. For developers, see [Contributing Guide](https://aiohttp-client-cache.readthedocs.io/en/stable/contributing.html) for details.
6
+
3
7
## 0.14.1 (2025-10-01)
4
8
5
9
- Update type annotation for `CachedSession.__aenter__` with `Self` type
@@ -195,8 +199,6 @@
195
199
-`Expires`
196
200
- Add support for HTTP timestamps (RFC 5322) in `expire_after` parameters
197
201
- Add a `use_temp` option to `SQLiteBackend` to use a tempfile
198
-
- Packaging is now handled with Poetry. For users, installation still works the same. For developers,
199
-
see [Contributing Guide](https://aiohttp-client-cache.readthedocs.io/en/stable/contributing.html) for details
200
202
- Published package on [conda-forge](https://anaconda.org/conda-forge/aiohttp-client-cache)
0 commit comments