Skip to content

Commit c591b64

Browse files
committed
release: 2.19.1
1 parent 7a6d460 commit c591b64

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 2.19.1
4+
5+
### Various fixes & improvements
6+
7+
- Copy scope.client reference as well (#3857) by @sl0thentr0py
8+
- fix(spotlight): Don't give up on Spotlight on 3 errors (#3856) by @BYK
9+
- fix(django): Fix errors when instrumenting Django cache (#3855) by @BYK
10+
- Script for checking if our instrumented libs are python 3.13 compatible (#3425) by @antonpirker
11+
- Add missing stack frames (#3673) by @antonpirker
12+
- fix(grpc): Return proper metadata object instead of list in… (#3205) by @fdellekart
13+
- Improve ray tests (#3846) by @antonpirker
14+
- Test with celery 5.5.0rc3 (#3842) by @sentrivana
15+
- Revert "Fix spans for streaming responses in WSGI based frameworks (#3798)" (#3836) by @antonpirker
16+
- Fix asyncio testing setup (#3832) by @sl0thentr0py
17+
- build(deps): bump codecov/codecov-action from 5.0.2 to 5.0.7 (#3821) by @dependabot
18+
- Fix CI (#3834) by @sentrivana
19+
- ref(flags): rename launch darkly hook to match JS SDK (#3743) by @aliu39
20+
- Use new clickhouse gh action (#3826) by @antonpirker
21+
- Fix spans for streaming responses in WSGI based frameworks (#3798) by @antonpirker
22+
323
## 2.19.0
424

525
### Various fixes & improvements

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
3232
author = "Sentry Team and Contributors"
3333

34-
release = "2.19.0"
34+
release = "2.19.1"
3535
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3636

3737

sentry_sdk/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -581,4 +581,4 @@ def _get_default_options():
581581
del _get_default_options
582582

583583

584-
VERSION = "2.19.0"
584+
VERSION = "2.19.1"

setup.py

+1-1
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.19.0",
24+
version="2.19.1",
2525
author="Sentry Team and Contributors",
2626
author_email="[email protected]",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)