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 rollbar to 0.13.11 #48

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Contributor

There's a new version of rollbar available.
You are currently using 0.12.1. I have updated it to 0.13.11

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

Changelog

0.13.11

  • Handle environments where sys.argv does not exist. See 131

0.13.10

  • Gather request method from WebOb requests. See 152

0.13.9

  • Change _check_config() to deal with agent handler. See 147
  • Fix settings values not being booleans in Pyramid. See 150

0.13.8

  • Fix regression from 0.13.7. See 141

0.13.7

  • Update Django middleware to support Django 1.10+. See 138

0.13.6

  • Fixed a referenced before assignment in the failsafe. See 136

0.13.5

  • Fixed record message formatting issues breaking the log handler's history. See 135

0.13.4

  • Fixed failsafe handling for payloads that are too large. See 133

0.13.3

  • Improved handling of Enums. See 121

0.13.2

  • Improved handling of Nan and (Negative)Infinity. See 117
  • RollbarHandler now ignores log records from Rollbar. See 118

0.13.1

  • Failsafe handling for payloads that are too large. See 116
  • Failsafe Behavior
    • Log an error containing the original payload and the UUID from it
    • Send a new payload to Rollbar with the custom attribute containing the UUID and host from the original payload

0.13.0

  • Frame payload refactor and varargs scrubbing. See 113
  • Frame Payload Changes
    • remove args and kwargs
    • add argspec as the list of argument names to the function call
    • add varargspec as the name of the list containing the arbitrary unnamed positional arguments to the function call if any exist
    • add keywordspec as the name of the object containing the arbitrary keyword arguments to the function call if any exist
  • Other Changes:
    • Arguments with default values are no longer removed from args and placed into kwargs
    • varargs are now scrubbable and scrubbed by default
  • Switched to using a Session object to perform HTTPS requests to optimize for keepalive connections. See 114

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

Happy merging! 🤖

@michaelmior michaelmior deleted the pyup-update-rollbar-0.12.1-to-0.13.11 branch June 28, 2017 20:59
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