|
4 | 4 |
|
5 | 5 | ### Various fixes & improvements
|
6 | 6 |
|
| 7 | +- API: Expose the scope getters to top level API and use them everywhere (#3357) by @sl0thentr0py |
| 8 | +- API: `push_scope` deprecation warning (#3355) (#3355) by @szokeasaurusrex |
| 9 | +- API: Replace `push_scope` (#3353, #3354) by @szokeasaurusrex |
| 10 | +- API: Deprecate, avoid, or stop using `configure_scope` (#3348, #3349, #3350, #3351) by @szokeasaurusrex |
| 11 | +- OTel: Remove experimental autoinstrumentation (#3239) by @sentrivana |
| 12 | +- Graphene: Add span for grapqhl operation (#2788) by @czyber |
| 13 | +- AI: Add async support for `ai_track` decorator (#3376) by @czyber |
| 14 | +- CI: Workaround bug preventing Django test runs (#3371) by @szokeasaurusrex |
| 15 | +- CI: Remove Django setuptools pin (#3378) by @szokeasaurusrex |
| 16 | +- Tests: Test with Django 5.1 RC (#3370) by @sentrivana |
| 17 | +- Broaden `add_attachment` type (#3342) by @szokeasaurusrex |
7 | 18 | - Add span data to the transactions trace context (#3374) by @antonpirker
|
8 |
| -- ci: Remove Django setuptools pin (#3378) by @szokeasaurusrex |
9 |
| -- feat(integrations): Add async support for `ai_track` decorator (#3376) by @czyber |
10 |
| -- ref(otel): Remove experimental autoinstrumentation (#3239) by @sentrivana |
11 |
| -- build(deps): bump checkouts/data-schemas from `0feb234` to `6d2c435` (#3369) by @dependabot |
12 |
| -- tests: Test with Django 5.1 RC (#3370) by @sentrivana |
13 |
| -- Expose the scope getters to top level API and use them everywhere (#3357) by @sl0thentr0py |
14 |
| -- ci: Workaround bug preventing Django test runs (#3371) by @szokeasaurusrex |
15 |
| -- fix(api): `push_scope` deprecation warning (#3355) (#3355) by @szokeasaurusrex |
16 |
| -- test(sessions): Replace `push_scope` (#3354) by @szokeasaurusrex |
17 |
| -- test(basics): Replace `push_scope` (#3353) by @szokeasaurusrex |
18 |
| -- fix(api): Deprecate `configure_scope` (#3351) by @szokeasaurusrex |
19 |
| -- test(client): Avoid `configure_scope` (#3350) by @szokeasaurusrex |
20 |
| -- test(basics): Stop using `configure_scope` (#3349) by @szokeasaurusrex |
21 |
| -- test(celery): Stop using `configure_scope` (#3348) by @szokeasaurusrex |
22 |
| -- feat(graphene): Add span for grapqhl operation (#2788) by @czyber |
23 |
| -- docs: Document attachment parameters (#3342) by @szokeasaurusrex |
24 |
| -- ref(scope): Broaden `add_attachment` type (#3342) by @szokeasaurusrex |
25 |
| -- Revert "ci: dependency review action (#3332)" (#3338) by @mdtro |
26 | 19 | - Gracefully fail attachment path not found case (#3337) by @sl0thentr0py
|
27 |
| -- build(deps): bump checkouts/data-schemas from `88273a9` to `0feb234` (#3252) by @dependabot |
28 |
| -- ci: dependency review action (#3332) by @mdtro |
| 20 | +- Document attachment parameters (#3342) by @szokeasaurusrex |
| 21 | +- Bump checkouts/data-schemas from `0feb234` to `6d2c435` (#3369) by @dependabot |
| 22 | +- Bump checkouts/data-schemas from `88273a9` to `0feb234` (#3252) by @dependabot |
29 | 23 |
|
30 | 24 | ## 2.11.0
|
31 | 25 |
|
|
0 commit comments