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

Update rollbar requirement from ~=0.15.2 to ~=1.0.0 #261

Merged
merged 1 commit into from
Dec 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2023

Updates the requirements on rollbar to permit the latest version.

Release notes

Sourced from rollbar's releases.

v1.0.0

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

... (truncated)

Commits
  • dab08cd Merge pull request #443 from rollbar/release/v1.0.0
  • ab93210 Bumped version to v1.0.0!
  • 781da55 Merge pull request #437 from rollbar/fixed/issue-436-django-sensitive-post-pa...
  • a4aecae Bumped the version to 1.0.0b1
  • c22c482 Fixed #436 WSGIRequest has no attribute sensitive_post_parameters.
  • 9fe5f8e Merge pull request #425 from ayharano/replace-httpx-post-data-with-content
  • 0581f2b Merge pull request #433 from ayharano/fastapi_is_current_version_higher_or_equal
  • 8af20cf Fixed FastAPI tests running when FastAPI not present.
  • 1b65584 Updated the version comparison to only use the release segment.
  • 960b5cf Merge pull request #435 from rollbar/removed/legacy-python-2-code
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [rollbar](https://github.com/rollbar/pyrollbar) to permit the latest version.
- [Release notes](https://github.com/rollbar/pyrollbar/releases)
- [Changelog](https://github.com/rollbar/pyrollbar/blob/master/CHANGELOG.md)
- [Commits](rollbar/pyrollbar@v0.15.2...v1.0.0)

---
updated-dependencies:
- dependency-name: rollbar
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 17, 2023
@zim514 zim514 merged commit cbcd96c into main Dec 9, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/rollbar-approx-eq-1.0.0 branch December 9, 2023 15:59
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant