Skip to content

Version 1.8.0 Feature Release

Latest
Compare
Choose a tag to compare
@gdamore gdamore released this 21 Apr 19:41
· 4 commits to master since this release

New Features

This release introduces two main features.

  • A new logging framework should help with debugging.
    This framework allows applications to provide their own loggers.
    Initially we have added logging for SP connection related events, but more can be added later.
    See nng_log(3), nng_log_set_logger(3) for details.
  • In support of the above, nng_str_sockaddr(3) is added.
    This function obtains a representation of the socket address suitable for display (or logging).

Bugs Fixed

  • A memory leak associated with a connection lock object for TLS connections is fixed.
    This only affects platforms where mutexes are allocated dynamically.

Detailed Changes

New Contributors

Full Changelog: v1.7.3...v1.8.0