Skip to content

Releases: redfin/dirpy

v1.1: Memcached support; more metrics; bugfixes

01 Nov 19:32
Compare
Choose a tag to compare
 - Added memcached support via pymemcache
 - Removed Pillow from setup.py as it would clobber Pillow-SIMD
 - Added dirpy object (de)serialization (used by memcached for now)
 - Added total & cache_hit metrics
 - Converted _all_ uwsgi headers to strict utf-8 strings

v1.2.1: Minor bugfixes

01 Nov 20:38
Compare
Choose a tag to compare
 - Removed rendering times from cached results to avoid skewing
   render times.
 - Added cache write counters and timing metrics
 - Adopted semantic version format (semver.org)

v1.0: Minor bugfixes

26 Oct 16:39
Compare
Choose a tag to compare
 - Removed superfluous statsd debug messages
 - Fixed Content-Header cast error in uwsgi handler

v0.9: Added metric reporting and status command

26 Oct 04:56
Compare
Choose a tag to compare
 * Added ability to report various image metrics to a StatsD server
 * Added various timing metrics, which get sent to both StatsD
   and included in the Dirpy-Data reponse header
 * Added 'status' command to permit health checking of the daemon
 * Various small optimizations

v0.8

20 Sep 19:20
Compare
Choose a tag to compare
Fixed setup.py looking for README; Bump to v0.8

v0.6: Added metadata reponse header.

19 Sep 22:01
Compare
Choose a tag to compare
 - Added "Dirpy-Data" response header with various metadata.
   Useful when using `save:noshow`.
 - De-obfuscated some internal variable names.
 - Version bump to 0.6

v0.5: Tons of changes! Version bump to 0.5

19 Sep 22:01
Compare
Choose a tag to compare
 - Now with Python 3 support
 - Added PyPI build framework
 - Converted Dirpy to a module, with a wrapper binary
 - Created README from internal documentation and converted
   it to markdown.
 - Added API and benchmark documentation.
 - Benchmarked Pillow-SIMD; noticably faster than default Pillow
 - Added systemd & uWSGI startup scripts
 - Added Apache license
 - Added Redfin Code of Conduct and contributing guides.
 - Added config lint.

v0.4

19 Sep 22:02
Compare
Choose a tag to compare
Added process ID to log output (handy for event correlation)