Releases: libp2p/jvm-libp2p
Releases · libp2p/jvm-libp2p
0.7.0
09 Mar 04:10
Compare
Sorry, something went wrong.
No results found
Includes the following changes:
Add the ability to pre-handle any inbound or outbound stream (#170 )
Check the full causal chain when handling exceptions (#173 )
Update gossip scoring APIs: allow topic scoring params to be updated after startup (#175 )
Release 0.6.0 (Gossip uncompressed message-id)
11 Nov 14:24
Compare
Sorry, something went wrong.
No results found
Includes the following PRs:
Upgrade Kotlin to version 1.4 (#154 )
Prepare for handling uncompressed Gossip MessageId (#155 )
0.5.5
11 Aug 01:16
Compare
Sorry, something went wrong.
No results found
See PR #135 for fixes
Using Gradle
repositories {
jcenter()
}
implementation ' io.libp2p:jvm-libp2p-minimal:0.5.5-RELEASE'
Using Maven
<dependency >
<groupId >io.libp2p</groupId >
<artifactId >jvm-libp2p-minimal</artifactId >
<version >0.5.5-RELEASE</version >
<type >pom</type >
</dependency >
0.5.4
11 Aug 01:15
Compare
Sorry, something went wrong.
No results found
See PR #133 for fixes
Using Gradle
repositories {
jcenter()
}
implementation ' io.libp2p:jvm-libp2p-minimal:0.5.4-RELEASE'
Using Maven
<dependency >
<groupId >io.libp2p</groupId >
<artifactId >jvm-libp2p-minimal</artifactId >
<version >0.5.4-RELEASE</version >
<type >pom</type >
</dependency >
Hotfix release 0.5.3
15 Jul 10:17
Compare
Sorry, something went wrong.
No results found
See PR #121 for fixes
Using Gradle
repositories {
jcenter()
}
implementation ' io.libp2p:jvm-libp2p-minimal:0.5.3-RELEASE'
Using Maven
<dependency >
<groupId >io.libp2p</groupId >
<artifactId >jvm-libp2p-minimal</artifactId >
<version >0.5.3-RELEASE</version >
<type >pom</type >
</dependency >
0.2.0: Noise
02 Dec 08:34
Compare
Sorry, something went wrong.
No results found