Skip to content

Version 1.9.0 Feature Release

Latest
Compare
Choose a tag to compare
@gdamore gdamore released this 06 Oct 20:44
· 127 commits to main since this release
29aff2b

This is probably the last feature release for the 1.x line for NNG.

This fixes quite a few bugs, the main new features here are around TLS support.

  • 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

There are significant fixes for race conditions around close, and use-after-free. Everyone is recommended to update.

More details:

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.0