Skip to content

Commit 385b77b

Browse files
committed
release: 2.1.0
1 parent c368a2f commit 385b77b

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

Diff for: CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 2.1.0
4+
5+
### Various fixes & improvements
6+
7+
- fix(quart): Fix Quart integration (#3043) by @szokeasaurusrex
8+
- Reduce API cross-section for huggingface in test (#3042) by @colin-sentry
9+
- Huggingface Hub integration (#3033) by @colin-sentry
10+
- feat(integrations): Add Anthropic Integration (#2831) by @czyber
11+
- meta(license): Bump copyright year (#3029) by @szokeasaurusrex
12+
- feat(ai): Langchain integration (#2911) by @colin-sentry
13+
- fix(django): fix Django ASGI integration on Python 3.12 (#3027) by @bellini666
14+
- feat(tests): Parallelize tox (#3025) by @sentrivana
15+
- build(deps): bump checkouts/data-schemas from `4aa14a7` to `4381a97` (#3028) by @dependabot
16+
- feat(perf): Add ability to put measurements directly on spans. (#2967) by @colin-sentry
17+
- fix(tests): Fix trytond tests (#3031) by @sentrivana
18+
- fix(tests): Update `pytest-asyncio` to fix CI (#3030) by @sentrivana
19+
- fix(docs): Link to respective migration guides directly (#3020) by @sentrivana
20+
- docs(scope): Add docstring to `Scope.set_tags` (#2978) by @szokeasaurusrex
21+
- test(scope): Fix typos in assert error message (#2978) by @szokeasaurusrex
22+
- test: Add unit test for top-level API `set_tags` (#2978) by @szokeasaurusrex
23+
- test(scope): Add unit test for `Scope.set_tags` (#2978) by @szokeasaurusrex
24+
- feat: Add `set_tags` to top-level API (#2978) by @szokeasaurusrex
25+
- feat(scope): New `set_tags` function (#2978) by @szokeasaurusrex
26+
327
## 2.0.1
428

529
### Various fixes & improvements

Diff for: docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
2929
author = "Sentry Team and Contributors"
3030

31-
release = "2.0.1"
31+
release = "2.1.0"
3232
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3333

3434

Diff for: sentry_sdk/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -433,4 +433,4 @@ def _get_default_options():
433433
del _get_default_options
434434

435435

436-
VERSION = "2.0.1"
436+
VERSION = "2.1.0"

Diff for: setup.py

+1-1
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.0.1",
24+
version="2.1.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)