Skip to content

Releases: nim-lang/nim-zmq

v1.5.3

04 Nov 18:41
4cc1ca3
Compare
Choose a tag to compare
  • Fix linger parameter being unused
  • Fix generic overload in Nim 2.2.0

v1.5.2

28 May 19:59
6eb2f6e
Compare
Choose a tag to compare
  • Add API to log or echo EAGAIN error
  • Add -d:defaultFlagDontWait to change the default flag to receive / send proc to DONTWAIT instead of NOFLAGS
  • Add docstring about using non-blocking in asyncPoll context
    • Modified examples and test to use non-blocking function in asyncPoll
    • This shouldn't change anything for asyncReceive / asyncSend

v1.5.1

14 Apr 19:20
d948370
Compare
Choose a tag to compare

Added minimal Nim version (2.0)

v1.5.0

22 Dec 08:49
2c5e7a5
Compare
Choose a tag to compare
  • Use non-var =destroy for Nim 2.0
  • add =destroy for Poller structure
  • Split tryReceive / waitForReceive for non blocking receive and receive with a timeout
  • Added a demo_async in tests to check issue #36

v1.4.0

11 May 14:19
06380aa
Compare
Choose a tag to compare
  • ZConnection uses ref syntax
  • =destroy hook now don't raise exception

v1.3.1

22 Mar 15:19
c9d9814
Compare
Choose a tag to compare
  • Fix a bug with AsyncZPoller with multiple connection caused by async + iterators usage
  • Update test to detect issue in this use case

v1.3.0

21 Mar 16:14
a537431
Compare
Choose a tag to compare
  • Add AsyncZPoller
  • Fix #33

v1.2.1

22 Aug 21:54
d9c13f7
Compare
Choose a tag to compare

Add --g:arc|orc to CI

v1.2.0

11 Aug 10:22
fd98938
Compare
Choose a tag to compare
Merge pull request #28 from Clonkk/master

Async comment, proxy API