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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,20 @@
1
-
# nanonext 0.9.0.9038 (development)
1
+
# nanonext 0.9.0.9039 (development)
2
2
3
3
#### New Features
4
4
5
5
* Enables secure TLS transports `tls+tcp://` and `wss://` for scalability protocols.
6
6
+`listen()` and `dial()` gain the argument 'tls' for supplying a TLS configuration object
7
7
+`write_cert()` generates 4096 bit RSA keys and self-signed X.509 certificates for use with `tls_config()`.
8
-
*`weakref()`, `weakref_key()` and `weakref_value()` implement an interface to R's weak reference system. These may be used for purposes including synchronising the lifetimes of objects or creating read-only objects.
8
+
*`weakref()`, `weakref_key()` and `weakref_value()` implement an interface to R's weak reference system. These may be used for synchronising the lifetimes of objects with reference objects such as Sockets or Aios, or creating read-only objects accessible by the weakref value alone.
9
+
*`strcat()` provides a simple, fast utility to concatenate two strings.
9
10
10
11
#### Updates
11
12
12
13
* 'tlsConfig' objects no longer have a 'source' attribute.
13
14
* Fix cases where `base64enc()` failed for objects exceeding a certain size.
14
15
*`stream()` has been updated internally for additional robustness.
15
-
* Updates bundled 'libmbedtls' v3.4.0 source configuration for threading support and fixes one case of undefined behaviour.
16
-
* Updates bundled `libnng` cmake helper to better detect the correct version of `libmbedtls`.
16
+
* Updates bundled 'libmbedtls' v3.4.0 source configuration for threading support.
17
+
* Updates bundled 'libnng' to v1.6.0 alpha (c5e9d8a) again, having resolved previous issues.
0 commit comments