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

Changelog History
Page 9

  • v1.1.6 Changes

    January 26, 2012
    • 🌲 Corrected logging stack behavior so that it doesnt capture raven+logging extensions are part of the frames.
  • v1.1.5 Changes

    January 25, 2012
    • ✂ Remove logging attr magic.
  • v1.1.4 Changes

    January 25, 2012
    • Correct encoding behavior on bool and float types.
  • v1.1.3 Changes

    January 25, 2012
    • 🛠 Fix 'request' attribute on Django logging.
  • v1.1.2 Changes

    January 24, 2012
    • 🌲 Corrected logging behavior with extra data to match pre 1.x behavior.
  • v1.1.1 Changes

    January 23, 2012
    • Handle frames that are missing f_globals and f_locals.
    • Stricter conversion of int and boolean values.
    • 🖐 Handle invalid sources for templates in Django.
  • v1.1.0 Changes

    January 23, 2012
    • 🔨 varmap was refactored to send keys back to callbacks.
    • SanitizePasswordProcessor now handles http data.
  • v1.0.5 Changes

    January 18, 2012
    • Renaming raven2 to raven as it causes too many issues.
  • v1.0.4 Changes

    January 18, 2012
    • Corrected a bug in setup_logging.
    • Raven now sends "sentry_version" header which is the expected server version.
  • v1.0.3 Changes

    January 17, 2012
    • 🖐 Handle more edge cases on stack iteration.