Skip to content

Commit 3a3e380

Browse files
authored
Update CHANGELOG.md
1 parent 575cc93 commit 3a3e380

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@
55
### Various fixes & improvements
66

77
- 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
1017
- Python 3.7 is not supported anymore by Lambda, so removed it and added 3.12 (#2729) by @antonpirker
1118

1219
## 1.40.4

0 commit comments

Comments
 (0)