Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency rollbar to v1 #80

Merged
merged 1 commit into from
Nov 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 16, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollbar 0.16.3 -> 1.0.0 age adoption passing confidence

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:

  • A new HTTP transfer mechanism that uses a pool of background worker threads to transmit logs and reports to the Rollbar system. You can enable it with the following...
    rollbar.init('<token>', '<env>', handler='thread_pool')

Optionally include thread_pool_workers to set the number of worker threads.

* Improved data sanitization and serialization with a batched transform. This can be enabled by setting `rollbar.init(..., batch_transforms=True)`.
```python
rollbar.init('<token>', '<env>', batch_transforms=True)

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
Added
Removed
Changed

New 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 16, 2023
@renovate renovate bot requested a review from wax911 November 16, 2023 16:35
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved automated PR

@wax911 wax911 removed the bug fix label Nov 18, 2023
@renovate renovate bot force-pushed the dependencies/rollbar-1.x branch from d38d727 to a1c8cb1 Compare November 18, 2023 08:52
@wax911 wax911 removed the bug fix label Nov 22, 2023
@wax911 wax911 enabled auto-merge (squash) November 26, 2023 15:04
@renovate renovate bot force-pushed the dependencies/rollbar-1.x branch from a1c8cb1 to 5205808 Compare November 26, 2023 15:04
@wax911 wax911 merged commit d684910 into develop Nov 26, 2023
7 of 8 checks passed
@wax911 wax911 deleted the dependencies/rollbar-1.x branch November 26, 2023 15:09
@wax911 wax911 removed the bug fix label Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant