Skip to content

Commit 01fc851

Browse files
committed
release: 2.39.0
1 parent 6325924 commit 01fc851

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## 2.39.0
4+
5+
### Various fixes & improvements
6+
7+
- Don't swallow userland exceptions in openai (#4861) by @sl0thentr0py
8+
- feat(toxgen): Remove timestamp prone to merge conflicts (#4860) by @sentrivana
9+
- chore: Slim down test matrix (#4856) by @sentrivana
10+
- docs: Update contributing guidelines with instructions to run tests with tox (#4857) by @alexander-alderman-webb
11+
- chore: Clean up toxgen (#4855) by @sentrivana
12+
- feat(toxgen): Cache release data (#4835) by @sentrivana
13+
- fix(AI): Make agents integrations set the span status in case of error (#4820) by @antonpirker
14+
- fix(langchain): don't record tool call output if not include_prompt / should_send_default_pii (#4836) by @shellmayr
15+
- build(deps): bump actions/setup-python from 5 to 6 (#4830) by @dependabot
16+
- fix: Pin shibuya (#4839) by @sentrivana
17+
- Use weakref in dedupe where possible (#4834) by @sl0thentr0py
18+
- tests: Remove old system for checking for regressions (#4826) by @sentrivana
19+
- ci: 🤖 Update test matrix with new releases (09/22) (#4831) by @github-actions
20+
- tests: Move requests under toxgen (#4825) by @sentrivana
21+
- tests: Move rq under toxgen (#4818) by @sentrivana
22+
- tests: Move redis under toxgen (#4824) by @sentrivana
23+
- test(spark): Improve `test_spark` speed (#4822) by @mgaligniana
24+
- tests: Move httpx under toxgen (#4780) by @sentrivana
25+
- tests: Move ray under toxgen (#4810) by @sentrivana
26+
- tests: Move sanic under toxgen & add option to control how many releases to pick (#4767) by @sentrivana
27+
- ci: 🤖 Update test matrix with new releases (09/18) (#4816) by @github-actions
28+
- tests: Move pure_eval under toxgen (#4815) by @sentrivana
29+
- fix(Django): Avoid evaluating complex Django object in span.data/span.attributes (#4804) by @antonpirker
30+
- fix: Fix links to files in toxgen PRs (#4807) by @sentrivana
31+
32+
_Plus 5 more_
33+
334
## 2.38.0
435

536
### Various fixes & improvements

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.38.0"
34+
release = "2.39.0"
3535
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3636

3737

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,4 +1333,4 @@ def _get_default_options():
13331333
del _get_default_options
13341334

13351335

1336-
VERSION = "2.38.0"
1336+
VERSION = "2.39.0"

setup.py

Lines changed: 1 addition & 1 deletion
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.38.0",
24+
version="2.39.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)