Skip to content

Releases: nanomsg/nanomsg

Version 1.2.1 Bug Fix Release

03 Feb 22:56
Compare
Choose a tag to compare

This fixes one important bug for some users, #1105 which caused a SIGBUS on some some platforms due misaligned accesses.

It also fixes a problem when using absolute CMake target directories.

Version 1.2 Minor Feature Release

18 Apr 23:38
Compare
Choose a tag to compare

This adds support for IPv6 and fixes a couple of bugs.

Please remember that this project is in sustaining mode only, so some bugs remain unfixed.

Release 1.1.5

15 Oct 13:54
Compare
Choose a tag to compare

This release is a minor bug fix release, and includes some improvements to the CMake logic that should make incorporating nanomsg into larger projects easier.

Release 1.1.4

08 Jun 00:52
Compare
Choose a tag to compare

This release is primarily a bug-fix release for Windows platforms, but it also adds support for building on Android.

The main change in this release is a fix for the IPC transport on Windows, which was subject to crashing if the remote peer breaks messages into smaller pieces. As some other SP implementations do this to avoid data copies, this fix is very important.

A fix for leaking handles on Windows is included.

Support for compilation on Android using the NDK and the bundled cmake and toolchain file from Android is now present.

Release 1.1.3

23 May 23:40
Compare
Choose a tag to compare

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!

Release 1.1.2

07 Nov 00:38
Compare
Choose a tag to compare

This is just a very minor compilation fix for version 1.1.1.

Version 1.1.1 did not compile on Linux, but this version will.

Release 1.1.1

06 Nov 22:45
Compare
Choose a tag to compare

** THIS RELEASE HAS A COMPILE BUG ON LINUX. Use 1.1.2 INSTEAD **

This is a bug fix release for 1.1.0.

Two main issues are resolved:

  • nanomsg no longer wakes up every 100 msec even when no I/O is pending

    Some users noticed that nanomsg was performing wakeups regardless of
    whether I/O was available or not. This had a detrimental effect on power usage.

  • nanomsg no longer crashes when accept fails on Windows

    In some circumstances an outstanding accept() operation that got aborted
    (for example due to the socket closing) could wind up crashing the application.
    This was a race, and it is closed now.

We also fixed a few compilation warnings on Windows.

Release 1.1.0

18 Oct 01:30
Compare
Choose a tag to compare

This release is primarily a bug fix release for nanomsg, and rolls up a number of stability improvements, particularly for the inproc transport. A port to support Windows Subsystem for Linux is provided as well. There are no changes to the ABI.

Release 1.1.0 release candidate #1.

13 Oct 19:00
Compare
Choose a tag to compare
Pre-release

This is the first release candidate of 1.1.0. This release is primarily a bug fix release for nanomsg, and rolls up a number of stability improvements, particularly for the inproc transport. A port to support Windows Subsystem for Linux is provided as well. There are no changes to the ABI.

Version 1.0.0 Production Release

10 Jun 19:18
Compare
Choose a tag to compare

This is the first production release of nanomsg. We consider that this version is stable and suitable for use in production by all nanomsg users.