Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

1.3.0

Compare
Choose a tag to compare
@sappenin sappenin released this 26 May 20:20

Maven

<dependency>
  <groupId>org.interledger</groupId>
  <artifactId>quilt-parent</artifactId>
  <version>1.3.0</version>
</dependency>

Changelog

  • Improve PaymentPointer parsing (#441)
  • Add Denomination to send money result (#442)
  • Send Correct Sender Address in STREAM Payment (fixes #445)
  • Fix Array allocation in STREAM sender (#446)
  • Support standard NIST-recommended AuthTag ByteOrdering in STREAM Encryption Service (#447)
  • Clarify Length-prefix contract (#448)
  • Make ConnectionNewAddress Frame's address optional (#459)
  • Add typeData field to InterledgerPacket (#461)
  • Send stream close frame when all is said and done on a send money request (#464)

For a complete list of closed issues and merged PRs, see v1.2 Completed Issues.

Javadoc

Codec Module Javadoc Link
ilp-core Javadocs
btp-core Javadocs
codecs-framework Javadocs
codecs-btp Javadocs
codecs-ilp Javadocs
codecs-ildcp Javadocs
codecs-stream Javadocs
ildcp-core Javadocs
jackson-datatypes Javadocs
link-core Javadocs
link-ilp-over-http Javadocs
link-ilp-over-http Javadocs
link-stateless-spsp-receiver Javadocs
spsp-core Javadocs
spsp-client Javadocs
stream-core Javadocs
stream-client Javadocs
stream-receiver Javadocs