10000 Merge branch 'release/2.12.0' · getsentry/sentry-python@be244ee · GitHub
[go: up one dir, main page]

Skip to content

Commit be244ee

Browse files
author
getsentry-bot
committed
Merge branch 'release/2.12.0'
2 parents f8e5d2f + 441c0f7 commit be244ee

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

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

3+
## 2.12.0
4+
5+
### Various fixes & improvements
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
18+
- Add span data to the transactions trace context (#3374) by @antonpirker
19+
- Gracefully fail attachment path not found case (#3337) by @sl0thentr0py
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
23+
324
## 2.11.0
425

526
### 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="hello@sentry.io",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)
0