Skip to content

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

v0.3.10

Choose a tag to compare

@github-actions github-actions released this 04 Jul 14:38
8a83848

CI Release

v0.3.9

Choose a tag to compare

@github-actions github-actions released this 29 May 19:14
eba9b65

CI Release

v0.3.8

Choose a tag to compare

@github-actions github-actions released this 23 May 15:34
e1dfed3

CI Release

v0.3.7

Choose a tag to compare

@github-actions github-actions released this 12 Jan 18:57
f0d6726

CI Release

v0.3.6

Choose a tag to compare

@github-actions github-actions released this 05 Sep 18:00
4fe41e2

CI Release

v0.3.5

Choose a tag to compare

@github-actions github-actions released this 31 Aug 16:14

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

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 23 Aug 23:32
5889da6

CI Release

Debug release

Debug release Pre-release
Pre-release

Choose a tag to compare

@dvmazur dvmazur released this 23 Aug 01:12
8e34fe9
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

v0.3.3-8e34fe9 Pre-release
Pre-release

Choose a tag to compare

@dvmazur dvmazur released this 20 Aug 19:50
8e34fe9

This is a test release.

v0.3.3-no-termination

v0.3.3-no-termination Pre-release
Pre-release

Choose a tag to compare

@dvmazur dvmazur released this 18 Aug 13:13
0a655ec

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