Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 1.45 KB

HISTORY.rst

File metadata and controls

74 lines (48 loc) · 1.45 KB

Release History

2.0.0 (2015-12-11)

  • Dropping support for Python 3.3 (although it probably still works).
  • Update to latest dependencies, no new features.

1.0.0 (2015-09-20)

  • 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!

0.1.9 (2015-07-21)

  • No new features, just updating third party dependencies

0.1.8 (2015-01-24)

  • No new features, just updating third party dependencies

0.1.7 (2015-01-24)

  • Created default Dogpile DBM path if it doesn't exist

0.1.6 (2014-12-12)

  • Fixed bug with how service URL is constructed

0.1.5 (2014-10-17)

  • Added support for register retrieval and search

0.1.4 (2014-10-10)

  • Verified PyPy3 support
  • Updated various dependency pacakges

0.1.3 (2014-05-21)

  • Python 3.4 compatibility
  • Updated requests dependency to 2.3.0

0.1.2 (2014-03-04)

  • Python 2.6 and 3.3 compatibility

0.1.1 (2014-03-01)

  • Allow configuration of which HTTP responses (based on status code) to cache

0.1.0 (2014-02-20)

  • Introduced dogpile.cache for caching http200 resopnses
  • Introduced the concept of middleware

0.0.1 (2014-01-21)

  • Initial release