Skip to content

Commit e84f6f3

Browse files
committed
release: 2.34.0
1 parent 4f9d326 commit e84f6f3

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

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

3+
## 2.34.0
4+
5+
### Various fixes & improvements
6+
7+
- Considerably raise `DEFAULT_MAX_VALUE_LENGTH` (#4632) by @sentrivana
8+
- fix(celery): Latency should be in milliseconds, not seconds (#4637) by @sentrivana
9+
- OpenAI integration update (#4612) by @antonpirker
10+
- tests: tox.ini update (#4635) by @sentrivana
11+
- Expose set_transaction_name (#4634) by @sl0thentr0py
12+
- Fix socket tests to not use example.com (#4627) by @sl0thentr0py
13+
- Simplify celery double patching test (#4626) by @sl0thentr0py
14+
- Treat django.template.context.BasicContext as sequence in serializer (#4621) by @sl0thentr0py
15+
- Remove remote example.com calls (#4622) by @sl0thentr0py
16+
- Fix `huggingface_hub` CI tests. (#4619) by @antonpirker
17+
- tests: Update tox (#4609) by @sentrivana
18+
- Ignore deliberate thread exception warnings (#4611) by @sl0thentr0py
19+
- Fix threading run patch (#4610) by @sl0thentr0py
20+
321
## 2.33.2
422

523
### 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.33.2"
34+
release = "2.34.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
@@ -1204,4 +1204,4 @@ def _get_default_options():
12041204
del _get_default_options
12051205

12061206

1207-
VERSION = "2.33.2"
1207+
VERSION = "2.34.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.33.2",
24+
version="2.34.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)