You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,14 @@ sentry-sdk==0.10.1
20
20
21
21
A major release `N` implies the previous release `N-1` will no longer receive updates. We generally do not backport bugfixes to older versions unless they are security relevant. However, feel free to ask for backports of specific commits on the bugtracker.
22
22
23
+
# 1.1.0
24
+
25
+
- Fix for `AWSLambda` integration returns value of original handler #1106
26
+
- Fix for `RQ` integration that only captures exception if RQ job has failed and ignore retries #1076
27
+
- Feature that supports Tracing for the `Tornado` integration #1060
28
+
- Feature that supports wild cards in `ignore_logger` in the `Logging` Integration #1053
29
+
- Fix for django that deals with template span description names that are either lists or tuples #1054
0 commit comments