cachetools v3.0.0 Release Notes

Release Date: 2018-11-04 // over 5 years ago
    • 👍 Officially support Python 3.7.

    • ⬇️ Drop Python 3.3 support (breaking change).

    • ✂ Remove missing cache constructor parameter (breaking change).

    • ✂ Remove self from @cachedmethod key arguments (breaking change).

    • ➕ Add support for maxsize=None in cachetools.func decorators.