Skip to content

Commit ab3eb1f

Browse files
committed
release: 2.12.0
1 parent f8e5d2f commit ab3eb1f

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

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+
330
## 2.11.0
431

532
### Various fixes & improvements

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
2929
author = "Sentry Team and Contributors"
3030

31-
release = "2.11.0"
31+
release = "2.12.0"
3232
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3333

3434

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,4 +561,4 @@ def _get_default_options():
561561
del _get_default_options
562562

563563

564-
VERSION = "2.11.0"
564+
VERSION = "2.12.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_file_text(file_name):
2121

2222
setup(
2323
name="sentry-sdk",
24-
version="2.11.0",
24+
version="2.12.0",
2525
author="Sentry Team and Contributors",
2626
author_email="[email protected]",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)