Skip to content

Tags: bbelyeu/Flask-SQLAlchemy-Caching

Tags

1.0.4

Versioning to 1.0.4

1.0.3

Version to 1.0.3 to fix description

1.0.2

🏠 Repo housecleaning

Moved to different org.

1.0.1

🏠 Moving ownership to YouVersion

Transferring project ownership

1.0.0

🆕 Version 1.0.0

Added concept of namespace keys for versioning & the ability to group like keys
(for invalidation purposes) group them with a namespace key.
This is likely the last updates to this code before I start using it in
a production environment.

0.1.1

✨ Make get and first cache keys match

Previously, the cache key generated for get() and first() were different
because the names of the dictionary key containing the parms to bind
where different ('id' if get, 'param' if first).

This change injects the bound params into the query and then hashes
that.

The purpose for this change, was that previously, it was impossible to
invalidate cache for a get() or get_or_404().

0.1

Adds a tag so that we can put this on PyPI.