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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@
6
6
*`is_resolved()` added as an auxiliary function to query whether an Aio has resolved in a non-blocking fashion.
7
7
*`is_nul_byte()` added as a helper function for request/reply setups.
8
8
*`survey_time()` added as a convenience function for surveyor/respondent patterns.
9
+
*`logging()` function to specify a global package logging level - currently supports 'error' and 'info'.
9
10
*`ncurl()` adds a '...' argument. Support for HTTP methods other than GET.
10
11
11
12
#### Updates
12
13
13
-
* Argument 'quietly' added to functions that create or destroy objects. Set to FALSE to enable printing of informational messages for logging purposes.
14
-
* Common format for NNG errors now starts with a timestamp for easier logging.
14
+
* Common format for NNG errors and informational events now starts with a timestamp for easier logging.
15
15
*`listen()` and `dial()` now return (invisible) zero rather than NULL upon success to better align with similar functions.
16
16
* Allows setting the environment variable 'NANONEXT_ARM' prior to package installation
17
17
+ Fixes installation issues on certain ARM architectures
0 commit comments