Releases: getsentry/sentry-python
Releases Β· getsentry/sentry-python
1.5.1
1.5.0
- Also record client outcomes for before send #1211
- Add support for implicitly sized envelope items #1229
- Fix integration with Apache Beam 2.32, 2.33 #1233
- Remove Python 2.7 support for AWS Lambda layers in craft config #1241
- Refactor Sanic integration for v21.9 support #1212
- AWS Lambda Python 3.9 runtime support #1239
- Fix "shutdown_timeout" typing #1256
Work in this release contributed by @galuszkak, @kianmeng, @ahopkins, @razumeiko, @tomscytale, and @seedofjoy. Thank you for your contribution!
1.4.3
- Turned client reports on by default.
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
- Fix for
AWSLambdaIntegration to handle other path formats for function initial handler #1139 - Fix for worker to set deamon attribute instead of deprecated setDaemon method #1093
- Fix for
bottleIntegration that discards-devfor version extraction #1085 - Fix for transport that adds a unified hook for capturing metrics about dropped events #1100
- Add
HttpxIntegration #1119 - Add support for china domains in
AWSLambdaIntegration #1051
1.1.0
- Fix for
AWSLambdaintegration returns value of original handler #1106 - Fix for
RQintegration that only captures exception if RQ job has failed and ignore retries #1076 - Feature that supports Tracing for the
Tornadointegration #1060 - Feature that supports wild cards in
ignore_loggerin theLoggingIntegration #1053 - Fix for django that deals with template span description names that are either lists or tuples #1054