forked from pool/python-sentry-sdk
Accepting request 734167 from home:jberry:branches:devel:languages:python
- Add pytest.ini source to ignore deprecation warning from eventlet
- Disable %check since pytest does not want to follow documentation
- Update to 0.12.2
- Temporarily remove sending of SQL parameters (as part of
breadcrumbs or spans for APM) to Sentry to avoid memory
consumption issues.
- Fix a crash with ASGI (Django Channels) when the ASGI request
type is neither HTTP nor Websockets.
- Update to 0.12.0
- Fix a bug where the response object for httplib (or requests)
was held onto for an unnecessarily long amount of time.
- APM: Add spans for more methods on subprocess.Popen objects.
- APM: Add spans for Django middlewares.
- APM: Add spans for ASGI requests.
- Update to 0.11.2
- fixed shutdown bug while runnign under eventlet
- added missing data to Redis breadcrumbs
- Include build requirement on python eventlet module for the tests
while exclusing a subset of new tests
OBS-URL: https://build.opensuse.org/request/show/734167
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
171e3b0730
commit
47648e82fb
@@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 22:28:19 UTC 2019 - Jimmy Berry <jberry@suse.com>
|
||||
|
||||
- Add pytest.ini source to ignore deprecation warning from eventlet
|
||||
- Disable %check since pytest does not want to follow documentation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 22:07:37 UTC 2019 - Jimmy Berry <jberry@suse.com>
|
||||
|
||||
- Update to 0.12.2
|
||||
- Temporarily remove sending of SQL parameters (as part of
|
||||
breadcrumbs or spans for APM) to Sentry to avoid memory
|
||||
consumption issues.
|
||||
- Fix a crash with ASGI (Django Channels) when the ASGI request
|
||||
type is neither HTTP nor Websockets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 13:34:03 UTC 2019 - Jimmy Berry <jberry@suse.com>
|
||||
|
||||
- Update to 0.12.0
|
||||
- Fix a bug where the response object for httplib (or requests)
|
||||
was held onto for an unnecessarily long amount of time.
|
||||
- APM: Add spans for more methods on subprocess.Popen objects.
|
||||
- APM: Add spans for Django middlewares.
|
||||
- APM: Add spans for ASGI requests.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 30 15:36:40 UTC 2019 - Jimmy Berry <jberry@suse.com>
|
||||
|
||||
- Update to 0.11.2
|
||||
- fixed shutdown bug while runnign under eventlet
|
||||
- added missing data to Redis breadcrumbs
|
||||
- Include build requirement on python eventlet module for the tests
|
||||
while exclusing a subset of new tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 24 06:02:01 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user