Releases: rollbar/pyrollbar
Releases · rollbar/pyrollbar
v0.13.5
22 Sep 22:53
Compare
Sorry, something went wrong.
No results found
Fixed record message formatting issues breaking the log handler's history. See #135
v0.13.4
16 Sep 17:53
Compare
Sorry, something went wrong.
No results found
Fixed failsafe handling for payloads that are too large. See #133
v0.13.3
05 Aug 21:00
Compare
Sorry, something went wrong.
No results found
Improved handling of Enums. See #121
v0.13.2
06 Jul 20:41
Compare
Sorry, something went wrong.
No results found
Improved handling of Nan and (Negative)Infinity. See #117
RollbarHandler now ignores log records from Rollbar. See #118
v0.13.1
28 Jun 20:31
Compare
Sorry, something went wrong.
No results found
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
v0.13.0
27 May 23:16
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Keep blank values from request query strings when scrubbing URLs. See #110
v0.12.0
18 Apr 18:18
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Improve object handling for SQLAlchemy pr#108