Skip to content

Releases: zeromq/zmqpp

Version 4.2.0

01 Nov 14:58
f8ff127
Compare
Choose a tag to compare

Support for all currently 4.1 stable and 4.2 stable socket and context options and most of the functionally the two stable branches have added.

See CHANGES.md for a more complete list of changes.

Version 4.1.2

17 Jun 22:21
Compare
Choose a tag to compare

It's been a long time since a version has been properly released.

See CHANGES.md for a list of changes.

Warning: The main breaking change is described there: using add(blob, blobSize) for binary frame MUST NOT be used anymore. Use add_raw() instead. Failing to do so will NOT result in compile time error, but in runtime craziness.