File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 5
5
### Various fixes & improvements
6
6
7
7
- Deprecate `last_event_id()`. (#2749) by @antonpirker
8
- - ref(uwsgi): Warn if uWSGI is set up without proper thread support (#2738) by @sentrivana
9
- - fix(aiohttp): `parsed_url` can be `None` (#2734) by @sentrivana
8
+ - Warn if uWSGI is set up without proper thread support (#2738) by @sentrivana
9
+
10
+ uWSGI has to be run in threaded mode for the SDK to run properly. If this is
11
+ not the case, the consequences could range from features not working unexpectedly
12
+ to uWSGI workers crashing.
13
+
14
+ Please make sure to run uWSGI with both `--enable-threads` and `--py-call-uwsgi-fork-hooks`.
15
+
16
+ - `parsed_url` can be `None` (#2734) by @sentrivana
10
17
- Python 3.7 is not supported anymore by Lambda, so removed it and added 3.12 (#2729) by @antonpirker
11
18
12
19
## 1.40.4
You can’t perform that action at this time.
0 commit comments