Skip to content

Releases: rollbar/pyrollbar

v0.13.0

27 May 23:16
Compare
Choose a tag to compare

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

v0.12.1

18 Apr 22:20
Compare
Choose a tag to compare

Keep blank values from request query strings when scrubbing URLs. See #110

v0.12.0

18 Apr 18:18
Compare
Choose a tag to compare
  • Fix and update Twisted support. See #109
    • Breaking Changes: treq is now required for using Twisted with pyrollbar.

v0.11.6

28 Mar 21:24
Compare
Choose a tag to compare
  • Improve object handling for SQLAlchemy pr#108