Rollbar Pyrollbar Versions Save

Error tracking and logging from Python to Rollbar

v0.15.2

3 years ago

Highlights

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

Pull requests

Change whitelist/blacklist for safelist/blocklist, https://github.com/rollbar/pyrollbar/pull/354 Populated framework for python twisted server, https://github.com/rollbar/pyrollbar/pull/360

v0.15.1

3 years ago

Highlights

  • Add support to python 3.8
  • Improve test and handlers

Pull requests

Add support to python 3.8, https://github.com/rollbar/pyrollbar/pull/351 Fix deque test, https://github.com/rollbar/pyrollbar/pull/349 Add alternatives to exception handler, https://github.com/rollbar/pyrollbar/pull/335 Change dict_merge to allow strict mode, https://github.com/rollbar/pyrollbar/pull/339 Improve scrubbing test case, https://github.com/rollbar/pyrollbar/pull/343

v0.15.0

4 years ago

Highlights

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

Pull requests

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

v0.14.7

5 years ago
  • 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

0.14.6

5 years ago

#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

v0.14.5

5 years ago
  • Fix bug in which error params were not being passed correctly to pyramid middleware.

v0.14.4

5 years ago
  • 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.

v0.14.3

5 years ago

v0.14.2

5 years ago
  • Fix bug with file-based logging config in python 3 (#277)
  • Fix bug in django middleware when request has no META attribute (#273)

v0.14.1

5 years ago
  • 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