Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Feb 19, 2024
1 parent 575cc93 commit 3a3e380
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@
### Various fixes & improvements

- Deprecate `last_event_id()`. (#2749) by @antonpirker
- ref(uwsgi): Warn if uWSGI is set up without proper thread support (#2738) by @sentrivana
- fix(aiohttp): `parsed_url` can be `None` (#2734) by @sentrivana
- Warn if uWSGI is set up without proper thread support (#2738) by @sentrivana

uWSGI has to be run in threaded mode for the SDK to run properly. If this is
not the case, the consequences could range from features not working unexpectedly
to uWSGI workers crashing.

Please make sure to run uWSGI with both `--enable-threads` and `--py-call-uwsgi-fork-hooks`.

- `parsed_url` can be `None` (#2734) by @sentrivana
- Python 3.7 is not supported anymore by Lambda, so removed it and added 3.12 (#2729) by @antonpirker

## 1.40.4
Expand Down

0 comments on commit 3a3e380

Please sign in to comment.