Skip to content

Commit 1abad47

Browse files
committed
release: 2.22.0
1 parent 6a1b7d4 commit 1abad47

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 2.22.0
4+
5+
### Various fixes & improvements
6+
7+
- tests(httplib): Fix flakey https test (#4057) by @Zylphrex
8+
- Revert "feat(tracing): Add `propagate_traces` deprecation warning (#3899)" (#4055) by @cmanallen
9+
- tests: Generate tox entries for grpc via script (#3979) by @sentrivana
10+
- tests: Generate some of the Web 2 tox entries by toxgen (#3981) by @sentrivana
11+
- tests: Generate part of the Tasks tox entries by a script (#3976) by @sentrivana
12+
- tests: Generate some of the AI tox entries by toxgen (#3977) by @sentrivana
13+
- tests: Generate some of the Web 1 tox entries with toxgen (#3980) by @sentrivana
14+
- tests: Generate DB group by toxgen script (#3978) by @sentrivana
15+
- Generate Misc tox entries via toxgen script (#3982) by @sentrivana
16+
- tests: Generate Flags tox entries with toxgen script (#3974) by @sentrivana
17+
- tests: Remove toxgen cutoff, add statsig (#4048) by @sentrivana
18+
- Fix clickhouse test (#4053) by @sentrivana
19+
- tests(profiling): Reduce continuous profiling test flakiness (#4052) by @Zylphrex
20+
- feat(profiling): Continuous profiling lifecycle (#4017) by @Zylphrex
21+
- feat(flags): add Statsig integration (#4022) by @aliu39
22+
- Update changelog with `profile_session_sample_rate` (#4046) by @sentrivana
23+
- Move the GraphQL group over to the tox gen script (#3975) by @sentrivana
24+
- Update sample rate in DSC (#4018) by @sentrivana
25+
326
## 2.21.0
427

528
### 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.21.0"
34+
release = "2.22.0"
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
@@ -584,4 +584,4 @@ def _get_default_options():
584584
del _get_default_options
585585

586586

587-
VERSION = "2.21.0"
587+
VERSION = "2.22.0"

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.21.0",
24+
version="2.22.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)