summaryrefslogtreecommitdiff
path: root/www/py-raven/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2019-02-18py-raven: updated to 6.10.0adam1-5/+5
6.10.0 [Core] Fixed stackframes in some situations being in inverse order. [Flask] Fix wrong exception handling logic (accidentally relied on Flask internals). [Core] No longer send NaN local vars as non-standard JSON.
2018-09-06py-raven: updated to 6.9.0adam1-5/+5
6.9.0: [Core] Switched from culprit to transaction for automatic transaction reporting. [CI] Removed py3.3 from build [Django] resolved an issue where the log integration would override the user.
2018-05-23py-raven: updated to 6.8.0adam1-5/+5
6.8.0: [Core] Fixed DSNs without secrets not sending events. [Core] Added lazy import for pkg_resources [Core] Added NamedTuple Serializer [Sanic] Fixed sanic integration dependencies [Django] Fixed sql hook bug
2018-04-27py-raven: updated to 6.7.0adam1-6/+6
6.7.0: [Sanic] Added support for sanic. [Core] Disabled dill logger by default [Core] Added SENTRY_NAME, SENTRY_ENVIRONMENT and SENTRY_RELEASE environment variables [Core] DSN secret is now optional [Core] Added fix for cases with exceptions in repr [core] Fixed bug with mutating record.data
2018-03-05py-raven: updated to 6.6.0adam1-6/+6
6.6.0: [Core] Add trimming to breadcrumbs. [Core] Improve host message at startup. [Core] Update pytest to work on other environments
2018-01-24py-raven: updated to 6.5.0adam1-6/+6
6.5.0: [Core] Fixed missing deprecation on processors.SanitizePasswordsProcessor [Core] Improve exception handling in Serializer.transform [Core] Fixed celery.register_logger_signal ignoring subclasses [Core] Fixed sanitizer skipping byte instances [Lambda] Fixed AttributeError when requestContext not present
2017-12-14py-raven: updated to 6.4.0adam1-6/+6
6.4.0: [Core] Support for defining sanitized_keys on the client [Django] Support for Django 2.0 Urlresolver [Docs] Several fixes and improvements
2017-11-26py-raven: added version 6.3.0adam1-0/+7
Raven is a Python client for Sentry (https://sentry.io/). It provides full out-of-the-box support for many of the popular frameworks, including Django, Flask, and Pylons. Raven also includes drop-in support for any WSGI-compatible web application.