Releases: bbelyeu/Flask-SQLAlchemy-Caching
Releases · bbelyeu/Flask-SQLAlchemy-Caching
Minor bugfix
PyPi docs fix
1.0.3 Version to 1.0.3 to fix description
Moved repo
:house: Repo housecleaning Moved to different org.
Transferred ownership
No code changes. Only transferred ownership to the YouVersion organization.
Ready for production
Added namespace keys and have tested.
Improved caching keys
This update allows a SQLAlchemy query object get() method's key to match the same key you would use from doing a first() and filtering on the primary key. Previously the keys were different.