Skip to content

Tags: nine-lives-later/zzmq

Tags

v0.2.2-zig0.13

Update to Zig 0.13

Add docker ignore file
Add auto-update to building of examples

v0.2.2-zig0.12

Add support for `RoutingId` and `RouterHandover` socket options

Remove unused ZSocketOptionTag enum
Add `ZSocket - routing id` unit test
See #4
Thanks to https://github.com/7Zifle

v0.2.1-zig0.12

Update to Zig 0.12

(examples are still wip)
See #3
Thanks to https://github.com/7Zifle for most of the work!

v0.2.1-zig0.11

Fix memory leak on failed `ZSocket.send()`

v0.2.0-zig0.11

Change to using libzmq

(instead of czmq)

v0.1.2-zig0.11

Add socket options II

v0.1.1-zig0.11

Add socket options

v0.1.0-zig0.11

Add more comments