Skip to content

Commit

Permalink
release: 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jan 14, 2025
1 parent 2ee194c commit ca68a7f
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## 2.20.0

### Various fixes & improvements

- feat(flags): remove Unleash get_variant patching code (#3914) by @aliu39
- Moved adding of `flags` context into Scope (#3917) by @antonpirker
- tests: Create a separate group for feature flag suites (#3911) by @sentrivana
- Treat potel-base as release branch in CI (#3912) by @sentrivana
- Centralize minimum version checking (#3910) by @sentrivana
- Small contribution docs update (#3909) by @antonpirker
- feat(flags): add Unleash feature flagging integration (#3888) by @aliu39
- ref(flags): Beter naming for featureflags module and identifier (#3902) by @aliu39
- Revert "ref(flags): register LD hook in setup instead of init, and don't chec…" (#3900) by @cmanallen
- Update test matrix for Sanic (#3904) by @antonpirker
- fix: preserve ARQ enqueue_job __kwdefaults__ after patching (#3903) by @danmr
- fix(flags): fix/refactor flaky launchdarkly tests (#3896) by @aliu39
- Fix cache pollution from mutable reference (#3887) by @cmanallen
- ref(flags): register LD hook in setup instead of init, and don't check for initialization (#3890) by @aliu39
- build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1 (#3893) by @dependabot
- build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2 (#3892) by @dependabot
- Fix lru cache copying (#3883) by @ffelixg
- Rename scripts (#3885) by @sentrivana
- Support SparkIntegration activation after SparkContext created (#3411) by @seyoon-lim
- build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 (#3867) by @dependabot
- Add github workflow to comment on issues when a fix was released (#3866) by @antonpirker
- feat(flags): Add integration for custom tracking of flag evaluations (#3860) by @aliu39
- ✨ Add Typer integration (#3869) by @patrick91
- Fix CI (#3878) by @sentrivana

_Plus 3 more_

## 2.19.2

### 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.19.2"
release = "2.20.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 @@ -581,4 +581,4 @@ def _get_default_options():
del _get_default_options


VERSION = "2.19.2"
VERSION = "2.20.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.19.2",
version="2.20.0",
author="Sentry Team and Contributors",
author_email="hello@sentry.io",
url="/~https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit ca68a7f

Please sign in to comment.