|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 2.12.0 |
| 4 | + |
| 5 | +### Various fixes & improvements |
| 6 | + |
| 7 | +- 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 | +- 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 |
| 29 | + |
3 | 30 | ## 2.11.0
|
4 | 31 |
|
5 | 32 | ### Various fixes & improvements
|
|
0 commit comments