Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update raven to 6.1.0 #252

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

pyup-bot
Copy link
Collaborator

There's a new version of raven available.
You are currently using 5.26.0. I have updated it to 6.1.0

These links might come in handy: PyPI | Changelog | Repo

Changelog

6.1.0


  • Support both string and class values for ignore_exceptions parameters.
    Class values also support child exceptions.
  • Ensure consistent fingerprint for SoftTimeLimitExceeded exceptions
  • Add sample_rate configuration
  • fix registration of hooks for Django

6.0.0


  • Strip whitespace from DSNs automatically.
  • Add last_event_id accessor to Client.
  • Do not require sys.argv to be available any more.
  • Tags defined on a logging handler will now be merged with individual log record's tags.
  • Added explicit support for multidicts in the django client.
  • Refactored transports to support multiple URLs. This might affect
    you if you have custom subclasses of those. The main change is that
    the URL parameter moved from the constructor into the send method.
  • Corrected an issue with recursive route resolvers which commonly
    affected things like django-tastyepie.
  • Corrected an issue where Django's HTTP request was not always available
    within events.

5.32.0


  • Made raven python breadcrumb patches work when librato monkey
    patches logging.

5.31.0


  • Improved fix for the Django middleware regression.

5.30.0


  • Keep the original type for the django middleware settings if we
    change them.

5.29.0


  • Added register_logging_handler.
  • Removed bad mixin from django's WSGI middleware
  • Removed "support for extracing data from rest_framework" because
    this broke code.

5.28.0


  • Corrected an issue that caused close() on WSGI iterables to not be
    correctly called.
  • Fixes the new Django 1.10 MIDDLEWARE_CLASSES warning.

5.27.1


  • Bugfix for transaction based culprits.

5.27.0


  • Added support for extracting data from rest_framework in Django integration
  • Updated CA bundle.
  • Added transaction-based culprits for Celery, Django, and Flask.
  • Fixed an issue where ignore_exceptions wasn't respected.

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@pyup-bot pyup-bot mentioned this pull request May 25, 2017
@codecov-io
Copy link

codecov-io commented May 25, 2017

Codecov Report

Merging #252 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #252   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines          64     64           
=====================================
  Hits           64     64

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 104a0ef...fcf4b87. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants