Releases: rollbar/pyrollbar
Releases · rollbar/pyrollbar
0.13.15
12 Oct 20:28
Compare
Sorry, something went wrong.
No results found
Fix issue with shortener on Python 3
0.13.14
12 Oct 19:59
Compare
Sorry, something went wrong.
No results found
Fix bug that caused some payload objects to be turned into the wrong type when
shortening is applied. This would lead to API rejections. See #200
Add suppress_reinit_warning option if you want to allow calling init twice. See #198
Pass through keyword arguments from the logging handler to the underling Rollbar init call. See #203
v0.13.13
13 Sep 21:00
Compare
Sorry, something went wrong.
No results found
v0.13.12
03 Jul 17:34
Compare
Sorry, something went wrong.
No results found
Remove the Django request body from the payload as it can contain sensitive data. See #174
Allow users to shorten arbitrary parts of the payload. See #173
Fix a Django deprecation warning. See #165
v0.13.11
10 Feb 21:44
Compare
Sorry, something went wrong.
No results found
Handle environments where sys.argv does not exist. See #131
v0.13.10
23 Jan 23:52
Compare
Sorry, something went wrong.
No results found
Gather request method from WebOb requests. See #152
v0.13.9
14 Dec 19:20
Compare
Sorry, something went wrong.
No results found
Change _check_config() to deal with agent handler. See #147
Fix settings values not being booleans in Pyramid. See #150
v0.13.8
27 Oct 22:05
Compare
Sorry, something went wrong.
No results found
Fix regression from 0.13.7. See #141
v0.13.7
26 Oct 21:48
Compare
Sorry, something went wrong.
No results found
Update Django middleware to support Django 1.10+. See #138
v0.13.6
05 Oct 16:52
Compare
Sorry, something went wrong.
No results found
Fixed a referenced before assignment in the failsafe. See #136