Releases: rollbar/pyrollbar
Releases · rollbar/pyrollbar
v0.16.0
- 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
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
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
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
- 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
#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
- Fix bug in which error params were not being passed correctly to pyramid middleware.
0.14.4
- 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
- Add support for HTTP(S) proxies (#276)
0.14.2
- Fix bug with file-based logging config in python 3 (#277)
- Fix bug in django middleware when request has no META attribute (#273)