14
0

- Update to 0.16.2:

* 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
This commit is contained in:
2022-01-24 01:57:25 +00:00
committed by Git OBS Bridge
parent e8e37e1a25
commit c04a1a18f9
5 changed files with 473 additions and 59 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Jan 24 01:54:43 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.16.2:
* 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
-------------------------------------------------------------------
Wed Aug 5 16:13:20 UTC 2020 - Matej Cepl <mcepl@suse.com>