Releases: rollbar/pyrollbar
Releases · rollbar/pyrollbar
v0.16.4beta
What's Changed
- handling sensitive_post_parameters decorator in django by @pawelsz-rb in #413
- Fix Werkzeug DeprecationWarning by @compyman in #410
- Added new thread_pool handler by @danielmorell in #416
New Contributors
Full Changelog: v0.16.3...v0.16.4beta
v0.16.3
v0.16.2
v0.16.1
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
andreport_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
v0.15.1
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