- Dropping support for Python 3.3 (although it probably still works).
- Update to latest dependencies, no new features.
- Allow no middleware to be specified
- Minor tweaks to development infrastructure, no new features.
- This has been working for a while now, let's call it 1.0!
- No new features, just updating third party dependencies
- No new features, just updating third party dependencies
- Created default Dogpile DBM path if it doesn't exist
- Fixed bug with how service URL is constructed
- Added support for register retrieval and search
- Verified PyPy3 support
- Updated various dependency pacakges
- Python 3.4 compatibility
- Updated
requests
dependency to 2.3.0
- Python 2.6 and 3.3 compatibility
- Allow configuration of which HTTP responses (based on status code) to cache
- Introduced dogpile.cache for caching http200 resopnses
- Introduced the concept of middleware
- Initial release