Skip to content

Releases: learning-at-home/go-libp2p-daemon

v0.3.10

04 Jul 14:38
8a83848
Compare
Choose a tag to compare

CI Release

v0.3.9

29 May 19:14
eba9b65
Compare
Choose a tag to compare

CI Release

v0.3.8

23 May 15:34
e1dfed3
Compare
Choose a tag to compare

CI Release

v0.3.7

12 Jan 18:57
f0d6726
Compare
Choose a tag to compare

CI Release

v0.3.6

05 Sep 18:00
4fe41e2
Compare
Choose a tag to compare

CI Release

v0.3.5

31 Aug 16:14
Compare
Choose a tag to compare

Includes persistent connection and the older (more stable) versions of dependencies.

v0.3.4

23 Aug 23:32
5889da6
Compare
Choose a tag to compare

CI Release

Debug release

23 Aug 01:12
8e34fe9
Compare
Choose a tag to compare
Debug release Pre-release
Pre-release
Fix deadlock in p2pclient/unary_handlers.go (#9)

In case of `!ok` and the following `return`, `c.mhandlers` won't be released, and this will lead to a deadlock.

One solution is to use `defer c.mhandlers.Unlock()`, however `c.mhandlers` does not seem to be useful here at all.

v0.3.3-8e34fe9

20 Aug 19:50
8e34fe9
Compare
Choose a tag to compare
v0.3.3-8e34fe9 Pre-release
Pre-release

This is a test release.

v0.3.3-no-termination

18 Aug 13:13
0a655ec
Compare
Choose a tag to compare
v0.3.3-no-termination Pre-release
Pre-release

v0.3.3, but without the self-termination feature.