Skip to content

Releases: libp2p/go-libp2p-gorpc

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 06 Jan 21:51
394aa36

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

Choose a tag to compare

@hsanjuan hsanjuan released this 06 Sep 12:42
099da08

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@hsanjuan hsanjuan released this 20 Jun 13:25
587aae5

What's Changed

Full Changelog: v0.3.2...v0.4.0

v0.3.2

Choose a tag to compare

@hsanjuan hsanjuan released this 22 Mar 23:47

What's Changed

  • Fix: MultiStream panics when using Receive-only channel for out by @hsanjuan in #100

Full Changelog: v0.3.1...v0.3.2

v0.3.1

Choose a tag to compare

@hsanjuan hsanjuan released this 22 Mar 10:45
v0.3.1
97092d8

What's Changed

  • Fix: close reply channels when a stream setup error occurrs by @hsanjuan in #99

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@hsanjuan hsanjuan released this 19 Mar 11:08

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.0

Choose a tag to compare

@hsanjuan hsanjuan released this 18 Mar 13:03
aae6fdb

This release adds support for streaming RPC calls which read and write from/to channels.

v0.1.0

Choose a tag to compare

@raulk raulk released this 26 May 22:58
7cd5ddd

🎉 This release applies the core refactor to this module; migrating to the consolidated types under go-libp2p-core. See libp2p/go-libp2p#602 for more context.