14
0

Accepting request 1188207 from home:mcalabkova:branches:devel:languages:python

- Update to 2.10.0
  * refactored a big part of the foundation of the SDK
  * Additional integrations will now be activated automatically if 
    the SDK detects the respective package is installed
  * Added new API for custom instrumentation: new_scope, isolation_scope
  * Many breaking changes, see CHANGELOG.md
  * Removed support for Python 2 and Python 3.5
  * Removed support for Celery 3.*
  * Removed support for Django 1.8, 1.9, 1.10
  * Removed support for Flask 0.*
  * Removed support for gRPC < 1.39
  * Removed support for Tornado < 6
  * few deprecations
  * many more changes, see CHANGELOG.md
- Revised tests

OBS-URL: https://build.opensuse.org/request/show/1188207
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=74
This commit is contained in:
2024-07-18 06:45:21 +00:00
committed by Git OBS Bridge
parent d2179131d9
commit d47e88990b
4 changed files with 39 additions and 20 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Jul 17 13:51:46 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Update to 2.10.0
* refactored a big part of the foundation of the SDK
* Additional integrations will now be activated automatically if
the SDK detects the respective package is installed
* Added new API for custom instrumentation: new_scope, isolation_scope
* Many breaking changes, see CHANGELOG.md
* Removed support for Python 2 and Python 3.5
* Removed support for Celery 3.*
* Removed support for Django 1.8, 1.9, 1.10
* Removed support for Flask 0.*
* Removed support for gRPC < 1.39
* Removed support for Tornado < 6
* few deprecations
* many more changes, see CHANGELOG.md
- Revised tests
-------------------------------------------------------------------
Sat Jun 29 19:24:30 UTC 2024 - Dirk Müller <dmueller@suse.com>