We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0e196 commit f015268Copy full SHA for f015268
CHANGELOG.md
@@ -2,13 +2,15 @@
2
3
## 1.44.1
4
5
-### Better async support (ongoing)
+### Various fixes & improvements
6
7
-By: @sentrivana (#2912)
+- Make `monitor` async friendly (#2912) by @sentrivana
8
9
-### Various fixes & improvements
+ You can now decorate your async functions with the `monitor`
10
+ decorator and they will correctly report their duration
11
+ and completion status.
12
-- fix(types): Fixed `Event | None` runtime `TypeError` (#2928) by @szokeasaurusrex
13
+- Fixed `Event | None` runtime `TypeError` (#2928) by @szokeasaurusrex
14
15
## 1.44.0
16
0 commit comments