Skip to content

Commit

Permalink
release: 2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Feb 17, 2025
1 parent 6a1b7d4 commit 1abad47
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 2.22.0

### Various fixes & improvements

- tests(httplib): Fix flakey https test (#4057) by @Zylphrex
- Revert "feat(tracing): Add `propagate_traces` deprecation warning (#3899)" (#4055) by @cmanallen
- tests: Generate tox entries for grpc via script (#3979) by @sentrivana
- tests: Generate some of the Web 2 tox entries by toxgen (#3981) by @sentrivana
- tests: Generate part of the Tasks tox entries by a script (#3976) by @sentrivana
- tests: Generate some of the AI tox entries by toxgen (#3977) by @sentrivana
- tests: Generate some of the Web 1 tox entries with toxgen (#3980) by @sentrivana
- tests: Generate DB group by toxgen script (#3978) by @sentrivana
- Generate Misc tox entries via toxgen script (#3982) by @sentrivana
- tests: Generate Flags tox entries with toxgen script (#3974) by @sentrivana
- tests: Remove toxgen cutoff, add statsig (#4048) by @sentrivana
- Fix clickhouse test (#4053) by @sentrivana
- tests(profiling): Reduce continuous profiling test flakiness (#4052) by @Zylphrex
- feat(profiling): Continuous profiling lifecycle (#4017) by @Zylphrex
- feat(flags): add Statsig integration (#4022) by @aliu39
- Update changelog with `profile_session_sample_rate` (#4046) by @sentrivana
- Move the GraphQL group over to the tox gen script (#3975) by @sentrivana
- Update sample rate in DSC (#4018) by @sentrivana

## 2.21.0

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
author = "Sentry Team and Contributors"

release = "2.21.0"
release = "2.22.0"
version = ".".join(release.split(".")[:2]) # The short X.Y version.


Expand Down
2 changes: 1 addition & 1 deletion sentry_sdk/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,4 +584,4 @@ def _get_default_options():
del _get_default_options


VERSION = "2.21.0"
VERSION = "2.22.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_file_text(file_name):

setup(
name="sentry-sdk",
version="2.21.0",
version="2.22.0",
author="Sentry Team and Contributors",
author_email="[email protected]",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit 1abad47

Please sign in to comment.