All Versions
104
Latest Version
Avg Release Cycle
39 days
Latest Release
1805 days ago

Changelog History
Page 10

  • v1.0.2 Changes

    January 17, 2012
    • Gracefully handle invalid f_locals.
  • v1.0.1 Changes

    January 15, 2012
    • All datetimes are assumed to be utcnow() as of Sentry 2.0.0-RC5
  • v1.0.0 Changes

    January 15, 2012
    • Now only works with Sentry>=2.0.0 server.
    • Raven is now listed as raven2 on PyPi.
  • v0.8.0 Changes

    • raven.contrib.celery is now useable.
    • raven.contrib.django.celery is now useable.
    • Fixed a bug with request.raw_post_data buffering in Django.
  • v0.7.1 Changes

    October 24, 2011
    • Servers would stop iterating after the first successful post which was not the intended behavior.
  • v0.7.0 Changes

    October 24, 2011
    • You can now explicitly pass a list of frame objects to the process method.
  • v0.6.1 Changes

    October 19, 2011
    • 0๏ธโƒฃ 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).
  • v0.6.0 Changes

    October 19, 2011
    • โž• Added a Django-specific WSGI middleware.
  • v0.5.1 Changes

    October 17, 2011
    • ๐Ÿ›  Two minor fixes for the Django client:
    • Ensure the sentry key exists in data in (GH-8).
    • properly set kwargs['data'] to an empty list when its a NoneType (GH-6).
  • v0.5.0 Changes

    October 14, 2011
    • Require servers on base Client.
    • โž• Added support for the site option in Client.
    • ๐Ÿšš Moved raven.contrib.django.logging to raven.contrib.django.handlers.