Skip to content

Releases: rollbar/pyrollbar

v0.15.2

25 Jan 21:48
31095a3
Compare
Choose a tag to compare

Highlights

  • Add support for whitelist/blacklist for safelist/blocklist
  • Add twisted to the available frameworks

Pull requests

Change whitelist/blacklist for safelist/blocklist, #354
Populated framework for python twisted server, #360

v0.15.1

18 Sep 00:05
6db0a9c
Compare
Choose a tag to compare

Highlights

  • Add support to python 3.8
  • Improve test and handlers

Pull requests

Add support to python 3.8, #351
Fix deque test, #349
Add alternatives to exception handler, #335
Change dict_merge to allow strict mode, #339
Improve scrubbing test case, #343

v0.15.0

06 Apr 17:24
Compare
Choose a tag to compare

Highlights

  • Prevent recursive re-raising
  • Correctly apply logger formatting
  • Fix deprecation warnings
  • Travis fixes and updates

Pull requests

Handle recursive re-raising of exceptions, #317
Update Travis CI matrix, #307
Fix Travis build errors, #328
Use callable() instead of try/except TypeError, #319
Fix DeprecationWarning, #325
Apply logger formatting to Rollbar messages, #312
update trove classifiers + fix deprecation warnings, #331
Allow the request pool to be configured, #305

v0.14.7

01 Mar 21:58
Compare
Choose a tag to compare
  • Allow the raw request body to be included if desired #304
  • Send Rollbar access token in HTTP header #303
  • Added support for django 1.7 & 1.8 in _build_django_request_data #301
  • Add quart to contrib #300

v0.14.6

18 Dec 21:31
Compare
Choose a tag to compare

#299 Add the authorization header to the default scrub fields list
#298 Encode the payload properly for newer versions of Twisted
#297 Don't fail to send payloads because some inner object is not JSON serializable
#291 Allow floats as circular references

0.14.5

18 Sep 17:03
Compare
Choose a tag to compare
  • Fix bug in which error params were not being passed correctly to pyramid middleware.

0.14.4

06 Sep 00:08
Compare
Choose a tag to compare
  • Fix bug in pyramid middleware where exc_info was not being passed to handle_error.
  • Fix bug where errors in the serialization of local variables caused errors to be dropped. They will now make it to Rollbar.

0.14.3

22 Aug 22:59
Compare
Choose a tag to compare
  • Add support for HTTP(S) proxies (#276)

0.14.2

08 Aug 01:40
Compare
Choose a tag to compare
  • Fix bug with file-based logging config in python 3 (#277)
  • Fix bug in django middleware when request has no META attribute (#273)

0.14.1

20 Jun 20:45
Compare
Choose a tag to compare
  • Django middlewares that differentiate between 404 and other exceptions #270
  • Make werkzeug request handling more general #271
  • Obviously handle scrub_fields in rollbar.init() #235
  • requests.Session is not thread-safe, use thread local storage #269
  • Swallow known error that happens in add_person_data #268
  • Only write a log about a rate limit once #267
  • Adapt Django view monkey patch to support Django 2 #257
  • Support request objects from Django REST framework #18
  • Add support for Falcon framework requests #51
  • Support Django Channels' AsgiRequest #272