Skip to content

Commit

Permalink
release: 2.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Dec 5, 2024
1 parent 7a6d460 commit c591b64
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 2.19.1

### Various fixes & improvements

- Copy scope.client reference as well (#3857) by @sl0thentr0py
- fix(spotlight): Don't give up on Spotlight on 3 errors (#3856) by @BYK
- fix(django): Fix errors when instrumenting Django cache (#3855) by @BYK
- Script for checking if our instrumented libs are python 3.13 compatible (#3425) by @antonpirker
- Add missing stack frames (#3673) by @antonpirker
- fix(grpc): Return proper metadata object instead of list in… (#3205) by @fdellekart
- Improve ray tests (#3846) by @antonpirker
- Test with celery 5.5.0rc3 (#3842) by @sentrivana
- Revert "Fix spans for streaming responses in WSGI based frameworks (#3798)" (#3836) by @antonpirker
- Fix asyncio testing setup (#3832) by @sl0thentr0py
- build(deps): bump codecov/codecov-action from 5.0.2 to 5.0.7 (#3821) by @dependabot
- Fix CI (#3834) by @sentrivana
- ref(flags): rename launch darkly hook to match JS SDK (#3743) by @aliu39
- Use new clickhouse gh action (#3826) by @antonpirker
- Fix spans for streaming responses in WSGI based frameworks (#3798) by @antonpirker

## 2.19.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.19.0"
release = "2.19.1"
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.0"
VERSION = "2.19.1"
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.0",
version="2.19.1",
author="Sentry Team and Contributors",
author_email="[email protected]",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit c591b64

Please sign in to comment.