* Added support for classes to define the method __rollbar_repr__ to control how objects are serialized by @danielmorell in #479
* Added support for Python 3.13 by @danielmorell in #477
* Removed support for Python 3.6 by @danielmorell in #480
* Updated framework versions tested against by @danielmorell in #480
- Update to 1.2.0
* Added support for custom payload transforms by @danielmorell in #470
* Added custom data to the message body by @waltjones in #473
* Added support for host override setting by @danielmorell in #468
* Fixed RollbarHandler reconfigures root logger by @ilkecan in #463
* Fixed include_request_body setting not checked for various frameworks by @danielmorell in #469
* Fixed namedtuple fields not being scrubbed by @danielmorell in #474
- Update to 1.1.2
* Added support for custom payload transforms by @danielmorell in #470
* Added custom data to the message body by @waltjones in #473
* Added support for host override setting by @danielmorell in #468
* Fixed RollbarHandler reconfigures root logger by @ilkecan in #463
* Fixed include_request_body setting not checked for various frameworks by @danielmorell in #469
* Fixed namedtuple fields not being scrubbed by @danielmorell in #474
- Update to 1.1.1
* Added support for custom payload transforms by @danielmorell in #470
* Added custom data to the message body by @waltjones in #473
* Added support for host override setting by @danielmorell in #468
* Fixed RollbarHandler reconfigures root logger by @ilkecan in #463
* Fixed include_request_body setting not checked for various frameworks by @danielmorell in #469
* Fixed namedtuple fields not being scrubbed by @danielmorell in #474
- Update to 1.1.0
* Support for Python 3.12
* Support for pathlib.Path()
* Updated supported/tested frameworks and modernized tests and packaging by @danielmorell in #455
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=31
* 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...
* Removed Python 2
* Fixed handling `sensitive_post_parameters` decorator in
Django
* Fixed Werkzeug DeprecationWarning of `BaseRequest`
* Fixed missing locals shortening on items with "trace_chain"
instead of "trace"
* Fixed FastAPI version comparison
* Fixed#436 `WSGIRequest` has no attribute
`sensitive_post_parameters`.
* Added new `thread_pool` handler
* Added Rollbar branding to the readme
* Added batched transform to increase sanitization and
serialization performance
- drop python-rollbar-no-unittest2.patch (upstream)
* Fix Flask 0.x builds. See #376
and `capture_email`.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=27
* Fix building person data in Django. See #385
* Fix circular error logging for non-HTTP events in Starlette. See #390
* Fix Python 3.4 builds. See #389
* 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 and report_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
- Add httpx to BuildRequires
- Refresh python-rollbar-no-unittest2.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=24