Skip to content

Tags: nyannyacha/mangos

Tags

v2.0.8

Toggle v2.0.8's commit message
Version 2.0.8

v2.0.7

Toggle v2.0.7's commit message
fixes nanomsg#152 examples/websocket documentation update

v2.0.6

Toggle v2.0.6's commit message
Substantial transport fixes, including huge test suite overhaul.

This includes a mock for socket operations, and achieves a high level
of coverage for the most important transports.  As part of this, we
have found and fixed a number of bugs across the transport layer.

Note that tuning for KeepAlive and NoDelay has been altered -- all
sockets are now forcibly NoDelay.  Additionally, KeepAlive semantics
more closely match the modern Go net package.

v2.0.5

Toggle v2.0.5's commit message
Bump websocket to v1.4.1 (security fix)

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use GitHub actions for CI/CD. (nanomsg#122)

This uses GitHub actions and their own infrastructure to test macOS, Windows, and Linux.

v2.0.3

Toggle v2.0.3's commit message
Detect stale ipc and remove if unused

v2.0.2

Toggle v2.0.2's commit message
fixes nanomsg#78 Issue with using v2 in go module project

v2.0.1

Toggle v2.0.1's commit message
Make it a module!

v2.0.0

Toggle v2.0.0's commit message
Version 2.0.0 of mangos ready for the masses!

v1.4.0

Toggle v1.4.0's commit message
fixes #327 vgo: mix of old-/new- import paths in `v1.3.0`

This essentially is the same as 1.3.0, but with the new
nanomsg.org imports.