Skip to content

Commit

Permalink
release: 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Oct 17, 2024
1 parent 365d9cf commit ee30db3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 2.17.0

### Various fixes & improvements

- Fix flaky transport test (#3666) by @sentrivana
- Add support for async calls in Anthropic and OpenAI integration (#3497) by @vetyy
- fix(spotlight): More defensive Django spotlight middleware injection (#3665) by @BYK
- Allow custom transaction names in asgi (#3664) by @sl0thentr0py
- tests: Falcon RC1 (#3662) by @sentrivana
- build(deps): Remove pin on sphinx (#3650) by @dependabot
- build(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#3651) by @dependabot
- fix(langchain): handle case when parent span wasn't traced (#3656) by @rbasoalto
- Fix mypy (#3657) by @sentrivana
- Fix Anthropic integration when using tool calls (#3615) by @kwnath
- Test with newer Falcon version (#3653) by @sentrivana
- feat(falcon): Run test suite with Falcon 4.0.0b3 (#3644) by @sentrivana
- Remove ensure_integration_enabled_async (#3632) by @sentrivana

## 2.16.0

### Integrations
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.16.0"
release = "2.17.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 @@ -574,4 +574,4 @@ def _get_default_options():
del _get_default_options


VERSION = "2.16.0"
VERSION = "2.17.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.16.0",
version="2.17.0",
author="Sentry Team and Contributors",
author_email="[email protected]",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit ee30db3

Please sign in to comment.