- Support Python 2.6
- Support Python 3.3
- Fix broken setup.py.
- Cache a broader set of response codes.
- Follow RFC 2616's recommendations about caching resources with query strings.
- Don't cache non-idempotent methods.
- Non-idempotent methods invalidate their cache resources.
- Documentation!
- Actually implement the capacity parameter.
- Provide a Requests Transport Adapter so that caching 'Just Works'.
- Correctly cache using the 'Expires' header.
- Correctly handle some of the functionality exposed by the 'Cache-Control' header.
- Conception
- If-Modified-Since and 304 handling.