d16a336df8- Update to version 1.10.2 * The only thing this does is fix the library version number as part of #2109
devel
Dirk Mueller2025-06-13 11:03:23 +00:00
abfa57bf95Accepting request 1243402 from devel:libraries:c_c++Ana Guerrero2025-02-05 16:36:46 +00:00
b8d99459ff- Update to version 1.10.1 * fixes#2092 nng_close may hang on Windows. - Update to version 1.10.0 * Mark some interfaces deprecated, fix version number. * Integer sign extension bug in socket.c. * Introduce new API for subscription. * Fix for seg fault (issue #1959), backport fix into stable branch. * Adding nng_socket_close. * Adding new 2.0 transition APIs.
Martin Hauke
2025-02-05 14:28:27 +00:00
95aef9bf9eAccepting request 1223601 from devel:libraries:c_c++Ana Guerrero2024-11-12 18:23:32 +00:00
2753097dc7- Update to version 1.9.0 * TLS 1.3 is supported for Mbed TLS. * WolfSSL is now supported without an extra module. (You need to honor the licensing terms of WolfSSL itself however.) * TLS support for PSK (pre-shared keys). * A new nng_id_visit API is available for iterating over all nodes in an ID hash map. * An experimental (undocumented) but exposed "public" API for UDP is available.Dirk Mueller2024-11-12 09:39:31 +00:00
1435fde660Accepting request 1169978 from home:mnhaukeDirk Mueller2024-05-01 05:55:08 +00:00
afc51ddf69Accepting request 1155003 from devel:libraries:c_c++Ana Guerrero2024-03-05 17:51:14 +00:00
b0b606d180Accepting request 1154402 from home:mnhaukeDirk Mueller2024-03-05 08:56:43 +00:00
e072d03f8dAccepting request 1142110 from devel:libraries:c_c++Ana Guerrero2024-01-29 21:28:42 +00:00
c27cdebdf9- update to 1.7.1: * This fixes two problems and includes a new example program. - update to 1.7.0: * A new compile time setting, NNG_MAX_POLLER_THREADS is introduced, with a default value of 8, and will limit the number of threads * A new supplemental API, nng_id_map(3), is made available. This exposes the internal ID hash API NNG uses mapping integer IDs * (like socket IDs) to data structures. It also brings back support for 64-bit IDs. See bug #1740. * A new transport (experimental), for socket:// is available. This allows a connection using sockets created with socketpair() (or the new nng_socket_pair() supplemental API), which can help use cases where file descriptors are passed between processes or inherited via fork(). This API is only available on Linux. It does have somewhat different semantics for establishing the connection, so please see the manual page for nng_socket(5) for more information. * WebSocket close is fixed to conform to RFC 6455, sending the close frame, and waiting to receive the close frame from the peer. This allows websocket based connections to ensure that data messages are fully delivered before shutting down. See bugs #1733, #1734 and #1735. Thanks @alawn-wang for the inspiration and a first draft of the change. * The REQ and SURVEYOR protocols were fixed to improve scalability when many clients or many contexts are used. As part of this change, a new option, NNG_OPT_REQ_RESENDTICK is available to adjust how often we check for expired requests. See bug #1663.Dirk Mueller2024-01-28 17:19:47 +00:00