Skip to content

Releases: libp2p/jvm-libp2p

0.8.7

14 Jan 01:32
7d0145e
Compare
Choose a tag to compare

What's Changed

Update dependencies by @ajsutton in #212

protobuf 2.19.2
kotlinx-coroutines-core 1.6.0
guava 31.0.1
bouncy castle 1.70
commons-codec 1.15
kotlin 1.6.10
kotlinter 3.8.0
mockk 1.12.2
mockito 4.2.0
assertj 3.22.0

Includes some Kotlin reformatting and method name changes.

Full Changelog: 0.8.6...0.8.7

0.8.6

13 Jan 02:40
270b23a
Compare
Choose a tag to compare

What's Changed

  • Update build tools and remove usage of jcenter repository. by @ajsutton in #207
  • Update dokka to work with latest gradle by @ajsutton in #210

0.8.4

22 Dec 01:34
f601da5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.3...0.8.4

0.8.3

12 Jul 04:23
7963bd7
Compare
Choose a tag to compare

Includes the following changes:

  • Fixes file handle leak by adding a timeout to NOISE handshakes (#193)

0.8.2

23 Apr 17:15
a0ece47
Compare
Choose a tag to compare

Includes the following changes:

  • Expose Gossip.getGossipScore(peerId) method for retrieving a peer's gossip score (#188)
  • Rework access to cached gossip score value (#190)

0.8.1

31 Mar 20:31
6cac516
Compare
Choose a tag to compare

Includes the following changes:

  • Optimize gossip score calculations (#184)

0.8.0

09 Mar 04:35
5413bf2
Compare
Choose a tag to compare

Includes the following changes:

  • Releases are published to cloudsmith instead of bintray (#179)
  • readComplete events are correctly propagated to Stream channels (#181)

0.7.0

09 Mar 04:10
e8e4336
Compare
Choose a tag to compare

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
1e2c077
Compare
Choose a tag to compare

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
3fd9dd9
Compare
Choose a tag to compare

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>