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.0.0 #178

Closed
wants to merge 1 commit into from
Closed

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.0.0

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

Changelog

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 Feb 17, 2017
@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #252

@pyup-bot pyup-bot closed this May 25, 2017
@jayfk jayfk deleted the pyup-update-raven-5.26.0-to-6.0.0 branch May 25, 2017 21:35
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.

1 participant