- Python 3 support, drop Python 2.5 support.
- Request header forwarding by default.
- Turn relative links in <esi:include into absolute links before including.
- A
max_object_size
option forwesgi.LRUCache
to limit the maximum size of objects stored.
- Major refactoring to use
httplib2
as the backend to get ESI includes. This brings along HTTP Caching. - A memory based implementation of the LRU caching algoritm at
wesgi.LRUCache
. - Handle ESI comments.
- Fix bug where regular expression to find
src:includes
could take a long time.
- Initial release.