- Fix logic for creating key for var args in memoize. :pr:`70` - Allow older Werkzeug versions by making the UWSGICache backend conditional. :pr:`55` - Some documentation improvements. :pr:`48`, `51`, `56`, `67` - Some CI improvements. :pr:`49`, `50`
1.3.3
Not secure
-------------
Released 2017-06-25
- Add support for multiple query params and use md5 for consistent hashing. :pr:`43`
1.3.2
Not secure
-------------
Released 2017-06-25
- Fix ``spreadsaslmemcached`` backend when using Python 3. - Fix kwargs order when memoizing a function using Python 3.6 or greater. See `27`
1.3.1
Not secure
-------------
Released 2017-06-20
- Avoid breakage for environments with Werkzeug<0.12 installed because the uwsgi backend depends on Werkzeug >=0.12. See `38`
1.3.0
Not secure
-------------
Released 2017-06-17
- Add uWSGI Caching backend (requires Werkzeug >= 0.12) - Provide a keyword `query_string` to the cached decorator in order to create the same cache key for different query string requests, so long as they have the same key/value (order does not matter). :pr:`35` - Use pytest as test suite and test runner. Additionally, the tests have been split up into multiple files instead of having one big file.
1.2.0
Not secure
-------------
Released 2017-02-02
- Allows functions with kwargs to be memoized correctly. See `18`