https://github.com/pallets-eco/flask-caching/blob/v2.3.1/CHANGES.rst
What's Changed
- Run typechecking in CI again by @rnestler in #637
- Fix memoize/cached under Python 3.14 TYPE_CHECKING annotations by @otistamp in #638
- Fix #640 requested readme changes by @ne0zen in #641
- docs: clarify @memoize identity uses repr, not id() (#555) by @jbbqqf in #644
- Bump urllib3 from 2.6.3 to 2.7.0 by @dependabot[bot] in #639
- Bump idna from 3.11 to 3.15 by @dependabot[bot] in #642
- Bump uv from 0.11.7 to 0.11.15 by @dependabot[bot] in #646
- feat: forward kwargs to RedisCluster.from_url in RedisCluster by @vsmontanari in #650
- Don't define class-scoped fixtures as instance methods by @cjwatson in #652
- Bump cryptography from 46.0.7 to 48.0.1 by @dependabot[bot] in #647
- fix: type CachedResponse.init for mypy --strict (#628) by @jbbqqf in #643
- Prepare Release 2.4.1 by @sh4nks in #653
New Contributors
- @otistamp made their first contribution in #638
- @ne0zen made their first contribution in #641
- @jbbqqf made their first contribution in #644
- @vsmontanari made their first contribution in #650
- @cjwatson made their first contribution in #652
Full Changelog: v2.4.0...v2.4.1