Skip to content

Releases: getsentry/sentry-python

1.40.5

19 Feb 13:52
3a3e380
Compare
Choose a tag to compare

Various fixes & improvements

  • Deprecate last_event_id(). (#2749) by @antonpirker

  • 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

13 Feb 11:12
8f4b4c9
Compare
Choose a tag to compare

Various fixes & improvements

1.40.3

09 Feb 10:17
84c4c12
Compare
Choose a tag to compare

Various fixes & improvements

1.40.2

07 Feb 10:08
Compare
Choose a tag to compare

Various fixes & improvements

1.40.1

06 Feb 11:32
ad25ed9
Compare
Choose a tag to compare

Various fixes & improvements

1.40.0

30 Jan 13:37
33f65e0
Compare
Choose a tag to compare

Various fixes & improvements

1.39.2

10 Jan 10:48
b244efc
Compare
Choose a tag to compare

Various fixes & improvements

1.39.1

14 Dec 09:44
2b46ec3
Compare
Choose a tag to compare

Various fixes & improvements

1.39.0

12 Dec 15:53
c6cd636
Compare
Choose a tag to compare

Various fixes & improvements

1.38.0

29 Nov 12:28
2904574
Compare
Choose a tag to compare

Various fixes & improvements