bfa269a57b
- update to 0.14.3 * Attempt to use a monotonic clock to measure span durations in Performance/APM. * Avoid overwriting explicitly set user data in web framework integrations. * Allow to pass keyword arguments to `capture_event` instead of configuring the scope. * Feature development for session tracking. OBS-URL: https://build.opensuse.org/request/show/788536 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=23
143 lines
5.9 KiB
Plaintext
143 lines
5.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Mar 26 12:36:49 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to 0.14.3
|
|
* Attempt to use a monotonic clock to measure span durations in Performance/APM.
|
|
* Avoid overwriting explicitly set user data in web framework integrations.
|
|
* Allow to pass keyword arguments to `capture_event` instead of configuring the scope.
|
|
* Feature development for session tracking.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 18 14:30:44 UTC 2020 - pgajdos@suse.com
|
|
|
|
- version update to 0.14.2
|
|
* Fix a crash in the Django integration when used in combination with Django Rest Framework's test utilities for request.
|
|
* Fix high memory consumption when sending a lot of errors in the same process. Particularly noticeable in async environments.
|
|
* Show ASGI request data in Django 3.0
|
|
* New integration for the Trytond ERP framework. Thanks n1ngu!
|
|
* Fix trace continuation bugs in APM.
|
|
* No longer report `asyncio.CancelledError` as part of AIOHTTP integration.
|
|
* Fix package classifiers to mark this package as supporting Python 3.8. The SDK supported 3.8 before though.
|
|
* Update schema sent for transaction events (transaction status).
|
|
* Fix a bug where `None` inside request data was skipped/omitted.
|
|
* Fix an issue with the ASGI middleware that would cause Uvicorn to infer the wrong ASGI versions and call the wrapped application with the wrong argument count.
|
|
* Do not ignore the `tornado.application` logger.
|
|
* The Redis integration now instruments Redis blaster for breadcrumbs and transaction spans.
|
|
- test at least something
|
|
- deleted sources
|
|
- pytest.ini (not needed)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 8 23:09:33 UTC 2019 - Jimmy Berry <jberry@suse.com>
|
|
|
|
- Update to 0.13.2
|
|
- Fix a bug in APM that would cause wrong durations to be
|
|
displayed on non-UTC servers.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 25 14:53:43 UTC 2019 - Jimmy Berry <jberry@suse.com>
|
|
|
|
- Update to 0.13.1
|
|
- Add new global functions for setting scope/context data.
|
|
- Fix a bug that would make Django 1.11+ apps crash when using
|
|
function-based middleware.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 17 21:13:24 UTC 2019 - Jimmy Berry <jberry@suse.com>
|
|
|
|
- Update to 0.13.0
|
|
- Remove an old deprecation warning (behavior itself already
|
|
changed since a long time).
|
|
- The AIOHTTP integration now attaches the request body to crash
|
|
reports. Thanks to Vitali Rebkavets!
|
|
- Add an experimental PySpark integration.
|
|
- First release to be tested under Python 3.8. No code changes
|
|
were necessary though, so previous releases also might have
|
|
worked.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 2 20:34:44 UTC 2019 - Jimmy Berry <jberry@suse.com>
|
|
|
|
- Update to 0.12.3
|
|
- Various performance improvements to event sending.
|
|
- Avoid crashes when scope or hub is racy.
|
|
- Revert a change that broke applications using gevent and channels
|
|
(in the same virtualenv, but different processes).
|
|
- Fix a bug that made the SDK crash on unicode in SQL.
|
|
- Comment out test build dependencies since tests are disabled.
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Trim time-dependent wording from description.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 19 20:18:33 UTC 2019 - Jimmy Berry <jberry@suse.com>
|
|
|
|
- Update to 0.11.1
|
|
- Remove a faulty assertion (observed in environment with
|
|
Django Channels and ASGI).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 16 21:37:16 UTC 2019 - Jimmy Berry <jberry@suse.com>
|
|
|
|
- Update to 0.11.0
|
|
- mostly bug fixes
|
|
- integration with SQLAlchemy and Apache Beam
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 12 14:19:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Format with spec-cleaner
|
|
- Run tests
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 9 22:36:25 UTC 2019 - Jimmy Berry <jberry@suse.com>
|
|
|
|
- Set BuildArch to noarch.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 9 22:30:15 UTC 2019 - Jimmy Berry <jberry@suse.com>
|
|
|
|
- Update to 0.10.2.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 7 10:19:06 UTC 2019 - ecsos@opensuse.org
|
|
|
|
- initial version 0.9.0
|