File tree 4 files changed +25
-3
lines changed
4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.30.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - Set response status code in transaction "response" context. (#2312 ) by @antonpirker
8
+ - Add missing context kwarg to _ sentry_task_factory (#2267 ) by @JohnnyDeuss
9
+ - build(deps): bump sphinx from 7.1.2 to 7.2.4 (#2322 ) by @dependabot
10
+ - Allow to use OTel for performance instrumentation (experimental) (#2272 ) by @sentrivana
11
+ - build(deps): bump mypy from 1.4.1 to 1.5.1 (#2319 ) by @dependabot
12
+ - Add docstrings for Scope.update_from_ * (#2311 ) by @sentrivana
13
+ - In Postgres take the connection params from the connection (#2308 ) by @antonpirker
14
+ - build(deps): bump sphinx from 7.0.1 to 7.1.2 (#2296 ) by @dependabot
15
+ - build(deps): bump checkouts/data-schemas from ` 1b85152 ` to ` ebc77d3 ` (#2254 ) by @dependabot
16
+ - Fix arq attribute error on settings, support worker args (#2260 ) by @rossmacarthur
17
+ - test(threading): Add test for ` ThreadPoolExecutor ` (#2259 ) by @gggritso
18
+ - Moved is_sentry_url to utils (#2304 ) by @szokeasaurusrex
19
+ - fix: Exceptions include detail property for their value (#2193 ) by @nicolassanmar
20
+ - Officially support Python 3.11 (#2300 ) by @sentrivana
21
+ - Enable backpressure handling by default (#2298 ) by @sl0thentr0py
22
+ - Stop recording spans for internal web requests to Sentry (#2297 ) by @szokeasaurusrex
23
+ - Context manager monitor (#2290 ) by @szokeasaurusrex
24
+
3
25
## 1.29.2
4
26
5
27
### Various fixes & improvements
Original file line number Diff line number Diff line change 30
30
copyright = "2019-{}, Sentry Team and Contributors" .format (datetime .now ().year )
31
31
author = "Sentry Team and Contributors"
32
32
33
- release = "1.29.2 "
33
+ release = "1.30.0 "
34
34
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
35
35
36
36
Original file line number Diff line number Diff line change @@ -264,4 +264,4 @@ def _get_default_options():
264
264
del _get_default_options
265
265
266
266
267
- VERSION = "1.29.2 "
267
+ VERSION = "1.30.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 = "1.29.2 " ,
24
+ version = "1.30.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