Skip to content

Tags: nanomsg/mangos

Tags

v3.4.2

Toggle v3.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixes #264 panic in req (#265)

v3.4.1

Toggle v3.4.1's commit message
Go 1.13 is too old.

We need to test with more recent Go versions on Windows and
Darwin.  Additionally, we really would like to matrix test
things on Linux (which runs faster because of more resources
that are available) across a matrix of Go versions.

The matrix currently includes Go 1.13 through Go 1.18.  At
some point in the near future we will be pruning back on
support commitments for older Go versions.

v3.4.0

Toggle v3.4.0's commit message
Minor fixes to formatting, grammar, and spelling.

Corrected omission of Eritrea from the list of Russian supporters.

v3.3.0

Toggle v3.3.0's commit message
Update documentation links, convert README to markdown.

While ASCIIDOC is richer, it isn't as widely supported.
Additionally, the image used for mangos previously is not
one we have ownership for, so we feel best to drop it.
(We will follow up with a proper logo later.)

v3.2.1

Toggle v3.2.1's commit message
failNoPeers context support.

v3.2.0

Toggle v3.2.0's commit message
fixes #224 Desire FastSendFailNoPeer option

v3.1.3

Toggle v3.1.3's commit message
Shut up codecov (thanks for breaking paths codecov!)

v3.1.2

Toggle v3.1.2's commit message
Fix compilation errors in 3.1.1 on Windows.

v3.1.1

Toggle v3.1.1's commit message
Make IPC option symbols available everywhere.

This reduces some friction when using these options in
code that may be built for different platforms.

v3.1.0

Toggle v3.1.0's commit message
fixes #213 Want options to set permissions on IPC socket

This adds new options only available on UNIX systems to set
the permissions and ownership of the UNIX domain socket.
It also adds fixes to work better when testing with WSL
by forcing the sockets to be created in a temp dir.