Skip to content

Commit 96a0ce4

Browse files
committed
release: 2.19.3
1 parent c6a89d6 commit 96a0ce4

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.3
4+
5+
### Various fixes & improvements
6+
7+
- feat(flags): add Unleash feature flagging integration (#3888) by @aliu39
8+
- ref(flags): Beter naming for featureflags module and identifier (#3902) by @aliu39
9+
- Revert "ref(flags): register LD hook in setup instead of init, and don't chec…" (#3900) by @cmanallen
10+
- Update test matrix for Sanic (#3904) by @antonpirker
11+
- fix: preserve ARQ enqueue_job __kwdefaults__ after patching (#3903) by @danmr
12+
- fix(flags): fix/refactor flaky launchdarkly tests (#3896) by @aliu39
13+
- Fix cache pollution from mutable reference (#3887) by @cmanallen
14+
- ref(flags): register LD hook in setup instead of init, and don't check for initialization (#3890) by @aliu39
15+
- build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1 (#3893) by @dependabot
16+
- build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2 (#3892) by @dependabot
17+
- Fix lru cache copying (#3883) by @ffelixg
18+
- Rename scripts (#3885) by @sentrivana
19+
- Support SparkIntegration activation after SparkContext created (#3411) by @seyoon-lim
20+
- build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 (#3867) by @dependabot
21+
- Add github workflow to comment on issues when a fix was released (#3866) by @antonpirker
22+
- feat(flags): Add integration for custom tracking of flag evaluations (#3860) by @aliu39
23+
- ✨ Add Typer integration (#3869) by @patrick91
24+
- Fix CI (#3878) by @sentrivana
25+
- fix(spotlight): Use the spotlight_url passed into the SDK when loading Spotlight (#3871) by @BYK
26+
- fix(spotlight): Make Django middleware init even more defensive (#3870) by @BYK
27+
- Use stdlib pathlib in ready-yet script (#3863) by @sentrivana
28+
329
## 2.19.2
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.19.2"
34+
release = "2.19.3"
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
@@ -581,4 +581,4 @@ def _get_default_options():
581581
del _get_default_options
582582

583583

584-
VERSION = "2.19.2"
584+
VERSION = "2.19.3"

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

0 commit comments

Comments
 (0)