Skip to content

Commit c83e742

Browse files
committed
release: 2.19.0
1 parent 8fe5bb4 commit c83e742

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

CHANGELOG.md

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

3+
## 2.19.0
4+
5+
### Various fixes & improvements
6+
7+
- feat: Send PII to Spotlight when no DSN is set (#3804) by @BYK
8+
- Auto enable Litestar integration (#3540) by @provinzkraut
9+
- fix(httpx): Prevent Sentry baggage duplication (#3728) by @szokeasaurusrex
10+
- test(gcp): Only run GCP tests when they should (#3721) by @szokeasaurusrex
11+
- fix(falcon): Don't exhaust request body stream (#3768) by @szokeasaurusrex
12+
- fix(integrations): Check retries_left before capturing exception (#3803) by @malkovro
13+
- fix(openai): Use name instead of description (#3807) by @sourceful-rob
14+
- Shorten CI workflow names (#3805) by @sentrivana
15+
- build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 (#3792) by @dependabot
16+
- feat(spotlight): Auto enable cache_spans for Spotlight on DEBUG (#3791) by @BYK
17+
- Make sentry-sdk[pure-eval] installable with pip==24.0 (#3757) by @sentrivana
18+
- tests: Test with pyspark prerelease (#3760) by @sentrivana
19+
- fix: include_tracing_fields arg to control unvetted data in rust_tracing integration (#3780) by @matt-codecov
20+
- feat: introduce rust_tracing integration (#3717) by @matt-codecov
21+
- Fix aws lambda tests (by reducing event size) (#3770) by @antonpirker
22+
- feat(spotlight): Inject Spotlight button on Django (#3751) by @BYK
23+
- ref(init): Deprecate `sentry_sdk.init` context manager (#3729) by @szokeasaurusrex
24+
- Handle parameter `stack_info` for the `LoggingIntegration` (#3745) by @gmcrocetti
25+
- Fix(Arq): fix integration with Worker settings as a dict (#3742) by @saber-solooki
26+
- feat(spotlight): Add info logs when Sentry is enabled (#3735) by @BYK
27+
- build(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#3691) by @dependabot
28+
329
## 2.18.0
430

531
### Various fixes & improvements

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.18.0"
34+
release = "2.19.0"
3535
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3636

3737

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,4 +576,4 @@ def _get_default_options():
576576
del _get_default_options
577577

578578

579-
VERSION = "2.18.0"
579+
VERSION = "2.19.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.18.0",
24+
version="2.19.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)