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-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# nanonext 0.9.2.9041 (development)
1
+
# nanonext 0.10.0
2
2
3
3
#### New Features
4
4
@@ -12,8 +12,8 @@
12
12
*`ncurl()` argument 'async' is retired. Please use `ncurl_aio()` for asynchronous requests.
13
13
*`ncurl()` now always returns the response message body at `$data` whether convert is TRUE or FALSE.
14
14
* The argument 'keep.raw' for all receive functions (previously-deprecated) is removed.
15
-
* Function `device()` is removed as its non-interruptible blocking behaviour is deemed unsuitable for practical use.
16
15
*`cv_reset()` and `cv_signal()` now both return invisible zero rather than NULL.
16
+
* Function `device()` is removed partially due to its non-interruptible blocking behaviour.
17
17
18
18
*Other changes:*
19
19
@@ -24,7 +24,7 @@
24
24
+ Permits sending of NULL, in which case an empty vector of the corresponding mode is received.
25
25
+ Character vectors containing empty characters in the middle are now received correctly.
26
26
+ For character vectors, respects original encoding and no longer performs automatic conversion to UTF8.
27
-
* Base64 and SHA hash functions now use big-endian representation for serialization (where this is performed) to ensure consistency across all systems (fixes #14, a regression in nanonext 0.9.2).
27
+
* Base64 and SHA hash functions now always use big-endian representation for serialization (where this is performed) to ensure consistency across all systems (fixes #14, a regression in nanonext 0.9.2).
28
28
* Package installation now succeeds in certain environments where 'cmake' failed to make 'libmbedtls' detectable after building (thanks @kendonB#13).
29
29
* Source bundles for 'libmbedtls' and 'libnng' slimmed down for smaller package and installed sizes.
30
30
* Configures bundled 'libmbedtls' v3.4.0 for higher performance.
0 commit comments