* Now only works with Sentry>=2.0.0 server. * Raven is now listed as raven2 on PyPi.
0.8.0
-------------
* raven.contrib.celery is now useable. * raven.contrib.django.celery is now useable. * Fixed a bug with request.raw_post_data buffering in Django.
0.7.1
-------------
* Servers would stop iterating after the first successful post which was not the intended behavior.
0.7.0
-------------
* You can now explicitly pass a list of frame objects to the process method.
0.6.1
-------------
* The default logging handler (SentryHandler) will now accept a set of kwargs to instantiate a new client with (GH-10). * Fixed a bug with checksum generation when module or function were missing (GH-9).