Skip to content

Version 3.4.0 Feature Release

Compare
Choose a tag to compare
@gdamore gdamore released this 29 Mar 00:30
· 24 commits to master since this release

The principal new feature in this release is support for the new PairV1 protocol from NNG (see GitHub.com/nanomsg/nng).

This implementation of PAIRv1 supports connecting to NNG peers that might be in monogamous or polyamorous mode.
It does not support polyamorous mode itself. That is, you can use this to talk to a polyamorous peer, but your mangos socket
itself can only have one partner. (Polyamorous mode is considered a deprecated feature in NNG, and will be replaced with
a proper mesh protocol at some point in the future.)

Various dependencies also were updated.

Note that the next minor release will likely drop support for Go 1.14 and earlier.