File tree 4 files changed +27
-3
lines changed
4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
27
## 2.0.1
4
28
5
29
### Various fixes & improvements
Original file line number Diff line number Diff line change 28
28
copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
29
29
author = "Sentry Team and Contributors"
30
30
31
- release = "2.0.1 "
31
+ release = "2.1.0 "
32
32
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
33
33
34
34
Original file line number Diff line number Diff line change @@ -433,4 +433,4 @@ def _get_default_options():
433
433
del _get_default_options
434
434
435
435
436
- VERSION = "2.0.1 "
436
+ VERSION = "2.1.0 "
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_file_text(file_name):
21
21
22
22
setup (
23
23
name = "sentry-sdk" ,
24
- version = "2.0.1 " ,
24
+ version = "2.1.0 " ,
25
25
author = "Sentry Team and Contributors" ,
26
26
27
27
url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments