Nanomsg v1.1.3 Release Notes

Release Date: 2018-05-23 // almost 6 years ago
  • ๐Ÿš€ This is the last planned release for nanomsg. (New effort is focued on the NNG project -- see github.com/nanomsg/nng for details.)

    The following changes are present:

    • ๐Ÿ‘€ CMake exported target, easing inclusion in larger projects (see demos/CMakeLists.txt for an example)
    • ๐Ÿ Windows no longer uses a single fixed TCP port for eventfd (this should improve reliability)
    • ๐Ÿ›  Fix for an assertion failure in efd_unsignal
    • The ABI version is separate from the library version now.
    • ๐Ÿ›  Fixed a crash when calling nn_term without first opening a socket.
    • ๐Ÿ›  Fix for building Windows tests on case-sensitive file systems.
    • CI/CD improvements: switch to CircleCI, and use CodeCov for coverage analysis.

    ๐Ÿš€ Please let us know if there are any significant problems with this release; thanks!