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-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
-
# nanonext 0.9.2.9033 (development)
1
+
# nanonext 0.9.2.9034 (development)
2
2
3
3
#### New Features
4
4
5
5
*`ncurl_aio()` has been separated into a dedicated function for async http requests.
6
-
*`recover_aio()` allows recovery of 'ncurlAio' where character conversion fails.
7
6
* Receive functions add `mode = 'string'` as a faster alternative to 'character' when receiving a scalar value.
8
7
9
8
#### Updates
@@ -18,8 +17,8 @@
18
17
19
18
*Other changes:*
20
19
21
-
* Improvements to recv (mode = 'serial'):
22
-
+ Failure to unserialize a message will automatically save the data as a raw vector for recovery, and generate a warning (as was the case prior to v0.9.2).
20
+
* Improvements to recv (mode = 'serial') and `ncurl()`:
21
+
+ Failure to unserialize, or convert to character, automatically saves the data as a raw vector for recovery, generating a warning instead of an error (as was the case prior to v0.9.2).
23
22
* Improvements to vector send/recv (mode = 'raw'):
24
23
+ Higher performance sending of vector data.
25
24
+ Permits sending of NULL, in which case an empty vector of the corresponding mode is received.
0 commit comments