Skip to content

Releases: pydanny/cached-property

2.0.1 - Zippy Zope

25 Oct 15:49
c032196
Compare
Choose a tag to compare

What's Changed

  • Specify py3.8 or higher / Officially drop py2.7 by @pydanny in #357
  • Link to functools.cached_property by @adamchainz in #355
  • Add official support for current Python versions (3.8, 3.9, 3.10, 3.11, 3.12, 3.13) by @mrbean-bremen in #353
  • Migrate AUTHORS.rst to AUTHORS.md by @Secrus in #233
  • Migrate README.rst to README.md by @Secrus in #234
  • Changed from black to ruff for formatting, thanks to @pydanny

New Contributors

Full Changelog: 2.1...1.5.2

Note: This includes release notes from the 2.0 release, which was yanked

2.0 - Powerful Pyramid

25 Oct 14:54
Compare
Choose a tag to compare

What's Changed

  • Add official support for current Python versions (3.8, 3.9, 3.10, 3.11, 3.12, 3.13) by @mrbean-bremen in #353
  • Migrate AUTHORS.rst to AUTHORS.md by @Secrus in #233
  • Migrate README.rst to README.md by @Secrus in #234
  • Changed from black to ruff for formatting, thanks to @pydanny

New Contributors

Full Changelog: 1.5.2...2.0

Werkzueg Wonder

21 Sep 21:24
Compare
Choose a tag to compare

The last version of cached_property before we drop Python 2.7

  • Add formal support for Python 3.8
  • Remove formal support for Python 3.4
  • Switch from Travis to GitHub actions
  • Made tests pass flake8 for Python 2.7

Bold Bottle

25 Nov 01:50
Compare
Choose a tag to compare
  • Dropped some non-ASCII characters from HISTORY.rst, thanks to @AdamWill
  • Added official support for Python 3.5, thanks to @pydanny and @audreyr
  • Removed confusingly placed lock from example, thanks to @ionelmc
  • Corrected invalidation cache documentation, thanks to @proofit404
  • Updated to latest Travis-CI environment, thanks to @audreyr

Daring Django

28 Apr 16:35
Compare
Choose a tag to compare

Fantastic Flask

28 Apr 16:26
Compare
Choose a tag to compare
  • Regression: As the cache was not always clearing, we’ve broken out the time to expire feature to it’s own set of specific tools, thanks to @pydanny
  • Fixed typo in README, thanks to @zoidbergwill

Python Power

28 Apr 16:25
Compare
Choose a tag to compare
  • Added timed to expire feature to cached_property decorator.
  • Backwards incompatiblity: Changed del monopoly.boardwalk to del monopoly['boardwalk'] in order to support the new TTL feature.