Version 2.0.0 alpha 7 Pre-Release
Noteworthy
- MbedTLS 4.0 is now supported.
- OpenSSL 3.5 or newer is now supported.
A number of other fixes were made including compilation bugs, etc. The full list follows.
What's Changed
- fixes #2173 New TLS cert API - replaces the properties for CN and ALT… by @gdamore in https://github.com/nanomsg/nng/pull/2174
- Http header iter by @gdamore in https://github.com/nanomsg/nng/pull/2176
- HTTP markdown doc fixes by @gdamore in https://github.com/nanomsg/nng/pull/2177
- fixes #1868 Add nng_http_[remote,local]_address APIs. by @gdamore in https://github.com/nanomsg/nng/pull/2187
- header file refactoring for IWYU (protocols) by @gdamore in https://github.com/nanomsg/nng/pull/2188
- No aio reset by @gdamore in https://github.com/nanomsg/nng/pull/2189
- fix includes for core by @gdamore in https://github.com/nanomsg/nng/pull/2190
- Test certificate / key for RSA do not match. by @gdamore in https://github.com/nanomsg/nng/pull/2191
- Add support for OpenSSL v3.5 and newer. by @gdamore in https://github.com/nanomsg/nng/pull/2192
- Add openssl workflow by @gdamore in https://github.com/nanomsg/nng/pull/2193
- Dtls fixes by @gdamore in https://github.com/nanomsg/nng/pull/2194
- Dtls fixes by @gdamore in https://github.com/nanomsg/nng/pull/2195
- Work in progress for DTLS fixing by @gdamore in https://github.com/nanomsg/nng/pull/2196
- fix/dtls: Fix possible ordering of DTLS messages during handshakes. by @gdamore in https://github.com/nanomsg/nng/pull/2197
- Various updates for building, including MbedTLS 4.0 support by @gdamore in https://github.com/nanomsg/nng/pull/2220
- fix: compilation error and warnings when turn off HTTP support by @Maxwelltoo in https://github.com/nanomsg/nng/pull/2214
- fix(build): Empty nni_stat_item struct when stats disabled (fixes #2217) by @gdamore in https://github.com/nanomsg/nng/pull/2221
- docs: Update tcp transport to mdbook (fixes #2180) by @gdamore in https://github.com/nanomsg/nng/pull/2222
- fix(windows): creash in nni_reap (fixes #2216) by @gdamore in https://github.com/nanomsg/nng/pull/2223
New Contributors
- @Maxwelltoo made their first contribution in https://github.com/nanomsg/nng/pull/2214
Full Changelog: https://github.com/nanomsg/nng/compare/v2.0.0-alpha.6...v2.0.0-alpha.7