___________________ - Not crashing if the cache throws an exception
1.5.0
___________________ - Refactored serialization out of the cache into a decorator - Added a compression decorator - Postgresql cache now supports binary values (for compression)
1.3.1
___________________ - Bug fix in lazy connection pool creation
1.3.0
___________________ - Added an option to create `psycopg2` connection pools lazily, to fix problems with forking (e.g. with uwsgi)
1.2.1
___________________ - Fixed a bug in Postgresql cache
1.2.0
___________________ - Can get a cached value from a cached method without calling it - Fixed a bug in redis cache factory