|
2 | 2 |
|
3 | 3 | ## 2.0.0rc1 |
4 | 4 |
|
5 | | -### Various fixes & improvements |
6 | | - |
7 | | -- Fixed bump-version.sh to work with version names that have chars in them (0a65f388) by @antonpirker |
8 | | -- ref(api): Type hinting for start_transaction kwargs (#2796) by @szokeasaurusrex |
9 | | -- fix imports (79871a8d) by @antonpirker |
10 | | -- Update CHANGELOG.md (df9841ed) by @sentrivana |
11 | | -- release: 1.41.0 (fc706111) by @getsentry-bot |
12 | | -- ref(awslambda): xfail broken tests for now (#2794) by @sentrivana |
13 | | -- Removed print statements because it messes with the tests (#2789) by @antonpirker |
14 | | -- Correct `use_scope` comment (#2790) by @szokeasaurusrex |
15 | | -- build(deps): bump types-protobuf from 4.24.0.20240129 to 4.24.0.20240302 (#2782) by @dependabot |
16 | | -- build(deps): bump checkouts/data-schemas from `eb941c2` to `ed078ed` (#2781) by @dependabot |
17 | | -- feat(docs): Add gRPC note to migration guide (a03108f5) by @sentrivana |
18 | | -- Pin `grpcio` versions in CI (#2776) by @arr-ee |
19 | | -- feat(transport): Expose `socket_options` (#2786) by @sentrivana |
20 | | - |
21 | | -## 2.0.0a2 |
22 | | - |
23 | 5 | ## New Features |
24 | 6 |
|
25 | 7 | - 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. |
|
101 | 83 | - Passing a function to `sentry_sdk.init`'s `transport` keyword argument has been deprecated. If you wish to provide a custom transport, please pass a `sentry_sdk.transport.Transport` instance or a subclass. |
102 | 84 | - The parameter `propagate_hub` in `ThreadingIntegration()` was deprecated and renamed to `propagate_scope`. |
103 | 85 |
|
| 86 | +### Various fixes & improvements |
| 87 | + |
| 88 | +- Expose `socket_options` (#2786) by @sentrivana |
| 89 | +- AWS Lambda: xfail broken tests for now (#2794) by @sentrivana |
| 90 | +- Docs: Add gRPC note to migration guide (a03108f5) by @sentrivana |
| 91 | +- Pin `grpcio` versions in CI (#2776) by @arr-ee |
| 92 | +- Dependencies: bump types-protobuf from 4.24.0.20240129 to 4.24.0.20240302 (#2782) by @dependabot |
| 93 | +- Dependencies: bump checkouts/data-schemas from `eb941c2` to `ed078ed` (#2781) by @dependabot |
| 94 | +- Removed print statements because it messes with the tests (#2789) by @antonpirker |
| 95 | +- Type hinting for start_transaction kwargs (#2796) by @szokeasaurusrex |
| 96 | +- Correct `use_scope` comment (#2790) by @szokeasaurusrex |
| 97 | +- Fixed bump-version.sh to work with version names that have chars in them (0a65f388) by @antonpirker |
| 98 | + |
104 | 99 | ## 1.41.0 |
105 | 100 |
|
106 | 101 | ### Various fixes & improvements |
|
0 commit comments