fix(deps): update dependency rollbar to v1 #80
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.16.3
->1.0.0
Release Notes
rollbar/pyrollbar (rollbar)
v1.0.0
Compare Source
PyRollbar 1.0.0 is stable! A big thank you to every one of the amazing contributors who helped get us to this point!
Performance Improvements
Some of the major work has been on making performance improvements to the more data intensive parts of the package. There should be some improvements across the board, however some exciting new performance features include:
Optionally include
thread_pool_workers
to set the number of worker threads.Note: performance may vary. For example, the
async
or another handler may perform better for your environment and workload. We strongly recommend testing before adopting.Removed Python 2
In version 1.0.0 we have removed support for Python 2. This opens up the opportunity to embrace the ever-improving world of Python 3. If you still require support for Python 2 you should use
v0.16.x
; it is stable and will continue to receive security fixes for at least another year.What's Changed
Fixed
sensitive_post_parameters
decorator in Django by @pawelsz-rb in https://github.com/rollbar/pyrollbar/pull/413BaseRequest
by @compyman in https://github.com/rollbar/pyrollbar/pull/410WSGIRequest
has no attributesensitive_post_parameters
. by @danielmorell in https://github.com/rollbar/pyrollbar/pull/437Added
thread_pool
handler by @danielmorell in https://github.com/rollbar/pyrollbar/pull/416Removed
before_first_request
by @albertyw in https://github.com/rollbar/pyrollbar/pull/428Changed
httpx.post
data
kwarg withcontent
by @ayharano in https://github.com/rollbar/pyrollbar/pull/425New Contributors
Full Changelog: rollbar/pyrollbar@v0.16.3...v1.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.