Skip to content

Commit 0b454c0

Browse files
committed
Updated changelog
1 parent 2642c8a commit 0b454c0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22

33
## 2.0.0
44

5+
This is the first major update in a *long* time!
6+
7+
We dropped support for some ancient languages and frameworks (Yes, Python 2.7 is no longer supported). Additionally we refactored a big part of the foundation of the SDK (how data inside the SDK is handled).
8+
9+
For a shorter version of what you need to do, to upgrade to Sentry SDK 2.0 see: https://docs.sentry.io/platforms/python/migration/1.x-to-2.x
10+
511
### New Features
612

713
- Additional integrations will now be activated automatically if the SDK detects the respective package is installed: Ariadne, ARQ, asyncpg, Chalice, clickhouse-driver, GQL, Graphene, huey, Loguru, PyMongo, Quart, Starlite, Strawberry.
814
- Added new API for custom instrumentation: `new_scope`, `isolation_scope`. See the [Deprecated](#deprecated) section to see how they map to the existing APIs.
915

1016
### Changed
17+
(These changes are all backwards-incompatible. Breaking Change (if you are just skimming for that phrase))
1118

1219
- The Pyramid integration will not capture errors that might happen in `authenticated_userid()` in a custom `AuthenticationPolicy` class.
1320
- The method `need_code_loation` of the `MetricsAggregator` was renamed to `need_code_location`.
@@ -56,6 +63,7 @@
5663
</details>
5764

5865
### Removed
66+
(These changes are all backwards-incompatible. Breaking Change (if you are just skimming for that phrase))
5967

6068
- Removed support for Python 2 and Python 3.5. The SDK now requires at least Python 3.6.
6169
- Removed support for Celery 3.\*.

0 commit comments

Comments
 (0)