Releases: libp2p/jvm-libp2p
Releases · libp2p/jvm-libp2p
0.7.0
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)
Includes the following PRs:
- Upgrade Kotlin to version 1.4 (#154)
- Prepare for handling uncompressed Gossip MessageId (#155)
0.5.5
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
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
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>