Skip to content

Releases: pydanny/cached-property

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.