Releases: psf/cachecontrol
Releases · psf/cachecontrol
v0.14.0
What's Changed
- doc: improve the docs by @frostming in #316
- chore: update install command for
FileCache
by @m9810223 in #318 - serialize: simplify loading logic by @woodruffw in #317
- pyproject: constrain msgpack < 2.0.0 by @woodruffw in #319
- Miscellaneous repo cleanup by @woodruffw in #320
- update readme by @sdp5 in #321
- FileCache.directory: explictly allow pathlib.Path by @mr-c in #322
- Add support for Python 3.12 and drop EOL 3.6 by @hugovk in #323
- Fix document code case errors by @somata-cn in #326
- Don't use the cache if the request has a Range header by @dimbleby in #328
New Contributors
- @m9810223 made their first contribution in #318
- @sdp5 made their first contribution in #321
- @mr-c made their first contribution in #322
- @somata-cn made their first contribution in #326
Full Changelog: v0.13.1...v0.14.0
v0.13.1
What's Changed
- serialize: remove v1 and v2 formats by @woodruffw in #310
- refactor: move the serialization implementation to method by @frostming in #313
- feat: drop support of Python older than 3.7 by @frostming in #312
- fix(typing): fix wrong types by @frostming in #314
- workflows: add a release workflow by @woodruffw in #308
- cachecontrol: 0.13.1 by @woodruffw in #315
New Contributors
- @woodruffw made their first contribution in #310
Full Changelog: v0.13.0...v0.13.1
v0.13.1rc0
This is a release candidate for 0.13.1.
Full Changelog: v0.13.0...v0.13.1rc0
v0.12.14
- Revert the change "switch lockfile to filelock" due to incompatibilities
Full Changelog: v0.12.13...v0.12.14
v0.12.13
v0.13.0
What's Changed
- Fix #292: disuse HTTPResponse.strict by @dairiki in #301
- fix: double reading error on urllib3 2.0 by @frostming in #296
- Packaging the tests, or not by @dimbleby in #287
- Add type annotations by @dimbleby in #279
- Use Python's unittest mock by @jelly in #289
- feat: remove compat module by @frostming in #303
- tests: Support python 3.11 by @danigm in #304
- fix: use pytest native method name by @frostming in #305
- Remove use of utcnow by @pganssle in #290
- Release 0.13.0 by @frostming in #307
New Contributors
- @dairiki made their first contribution in #301
- @frostming made their first contribution in #296
- @jelly made their first contribution in #289
- @danigm made their first contribution in #304
- @pganssle made their first contribution in #290
Full Changelog: v0.12.12...v0.13.0