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: NEWS.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@
7
7
8
8
#### Updates
9
9
10
+
* Improved behaviour when using `serial_config()` custom serialization.
11
+
If the serialization hook function errors or otherwise fails to return a raw vector, this will error out rather than be silently ignored (thanks @dipterix, #378).
10
12
*`require_daemons()` arguments are swapped so that `.compute` comes before `call` for ease of use.
11
13
Previous usage will work for the time being, although is deprecated and will be defunct in a future version.
12
14
* Enhancements to `everywhere()`:
@@ -18,7 +20,7 @@
18
20
* The `tls` argument at `daemon()`, `launch_local()` and `launch_remote()` is deprecated.
19
21
*`as.promise()` method for mirai made robust for high-throughput scenarios (#377).
20
22
* A `mirai()` evaluated on an ephemeral daemon now returns invisibly, consistent with other cases (#351).
0 commit comments