Skip to content

Releases: rollbar/pyrollbar

v0.16.0

17 Jun 19:17
e76f623
Compare
Choose a tag to compare
  • Add support for FastAPI framework. See #373
  • Add support for Starlette framework. See #373
  • Add support for ASGI-compliant frameworks. See #373
  • Add support for HTTPX async handler. See #373
  • Add new honored values of rollbar.SETTINGS['handler']: default, async and httpx. See #373
  • Add support for async report_exc_info and report_message. See #373
  • Collect user IP from X-Forwarded-For, fall back to X-Real-Ip. See #370
  • Improve examples. See #368
  • Fix Python 3.3 builds. See #374
  • Fix Flask 0.x builds. See #376

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)