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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## 0.107.0
6
+
7
+
BREAKING CHANGES:
8
+
9
+
***EmptyRecord Removed**: The `EmptyRecord` type has been completely removed from the library. All methods that previously returned `EmptyRecord` now return `Record` instead.
10
+
11
+
ENHANCEMENTS:
12
+
13
+
***Async Task Processing Utilities**: Added new helper functions in the `untyped` package for simplified async task handling
14
+
*`MaybeWaitAsyncResult(record, rest, timeout)`: Automatically detects and waits for async tasks with a timeout
15
+
*`MaybeWaitAsyncResultWithContext(ctx, record, rest, timeout)`: Context-aware version with timeout support
0 commit comments