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
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,15 @@ 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.1
24
+
25
+
- Fix for `AWSLambda` Integration to handle other path formats for function initial handler #1139
26
+
- Fix for worker to set deamon attribute instead of deprecated setDaemon method #1093
27
+
- Fix for `bottle` Integration that discards `-dev` for version extraction #1085
28
+
- Fix for transport that adds a unified hook for capturing metrics about dropped events #1100
29
+
- Add `Httpx` Integration #1119
30
+
- Add support for china domains in `AWSLambda` Integration #1051
31
+
23
32
## 1.1.0
24
33
25
34
- Fix for `AWSLambda` integration returns value of original handler #1106
0 commit comments