Skip to content

Tags: bbelyeu/Flask-SQLAlchemy-Caching

Tags

1.0.4

Toggle 1.0.4's commit message
Versioning to 1.0.4

1.0.3

Toggle 1.0.3's commit message
Version to 1.0.3 to fix description

1.0.2

Toggle 1.0.2's commit message
🏠 Repo housecleaning

Moved to different org.

1.0.1

Toggle 1.0.1's commit message
🏠 Moving ownership to YouVersion

Transferring project ownership

1.0.0

Toggle 1.0.0's commit message
🆕 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

Toggle 0.1.1's commit message
✨ 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

Toggle 0.1's commit message
Adds a tag so that we can put this on PyPI.