zim514 / script.service.hue

Kodi add-on for Philips Hue
MIT License
36 stars 15 forks source link

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

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

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