Skip to content

Releases: interledger4j/ilpv4-connector

v0.5.1

17 Aug 23:23
Compare
Choose a tag to compare

Changelog

New features:

  • None

Improvements:

Bug fixes:

  • Fixes #666
  • Fixes #665 (Don't Trigger Route Updates if receiveRoutes is false)
  • Fixes #663 (Static or Default Routes with long timeouts can cause server to hang).

Maven

All Java Connector artifacts are published to Maven Central. For more details, see: https://search.maven.org/search?q=g:org.interledger.connector

Javadoc

For a complete listing of all Connector-related Javadoc, see https://www.javadoc.io/doc/org.interledger.connector

v0.5.0

26 May 21:46
bc05743
Compare
Choose a tag to compare

Changelog

New features:

  • Durable stream payments for receiving (#635)
  • Durable stream payment API for sending (#643)
  • logback appender for logstash format (#653)

Improvements:

  • Upgrade to Quilt v1.3.0 (release notes here).
  • Invalidate account settings cache on update (#627)
  • Improve server startup logging (#640)
  • ILP performance improvement. Use an executor service for spawning tasks to send packets (#634)

Bug fixes:

  • Bug fixes for local spsp fulfillment: (#630)
  • Revert back to using explicit includes per migration file (#637)
  • Remove unused SignatureService (#639) …
  • Fix OpenAPI schema (#650)

Maven

All Java Connector artifacts are published to Maven Central. For more details, see: https://search.maven.org/search?q=g:org.interledger.connector

Javadoc

For a complete listing of all Connector-related Javadoc, see https://www.javadoc.io/doc/org.interledger.connector

v0.4.0

01 Apr 22:48
6e6111b
Compare
Choose a tag to compare

Maven

All Java Connector artifacts are published to Maven Central. For more details, see: https://search.maven.org/search?q=g:org.interledger.connector

Changelog (commits here; changes here)

  • Update to Quilt v1.2.0 (here)
  • Add support for ETH currency in ExhcangeRateService (#618)
  • Enhance Authentication system to support multiple auth token schemes (#611)
  • Cleanup & Enforce AccountId Requirements (#624)
  • Deprecate APPLICATION_ILP_OCTET_STREAM_VALUE in IlpHttpController (#586)
  • Change AccountNotFound security message (#622)
  • Introduce Connector wallet-mode (#617)
  • Validate FX Rounding (#620)
  • Fix bug in CCP route updates that would cause routes updates to be lost due to epoch not being incremented (#616)

Javadoc

For a complete listing of all Connector-related Javadoc, see https://www.javadoc.io/doc/org.interledger.connector

v0.3.2

16 Mar 22:00
7144c55
Compare
Choose a tag to compare

Changelog:

  • fix bug with jwks url computation that would ignore path segments in the issuer url (#621)
  • validate xrp rounding (#620)
  • add ETH as a currency (#618)
  • implement account access tokens (#611)
  • Add SentryConfig to Connector. (#609)
  • Add more details for Sentry (#610)

v0.3.0

27 Feb 20:30
Compare
Choose a tag to compare

Maven

All Java Connector artifacts are published to Maven Central. For more details, see: https://search.maven.org/search?q=g:org.interledger.connector

Changelog (commits here)

  • Prevent exceptions in PacketSwitch from aborting filter processing(#593).
  • Fix redisPassword config (#599).
  • Package crypto-cli as a docker image (#600).
  • Fix mismatch in how encrypted secrets are encoded (#603).
  • Support using encrypted secret for spring.datasource.password (#604)
  • Fix caffeine cache configuration for FX (#606).

Javadoc

For a complete listing of all Connector-related Javadoc, see https://www.javadoc.io/doc/org.interledger.connector

v0.2.2

19 Feb 15:58
Compare
Choose a tag to compare

Maven

All Java Connector artifacts are published to Maven Central. For more details, see: https://search.maven.org/search?q=g:org.interledger.connector

Changelog

  • Enable parsing of Javascript Connector auth tokens for interoperability. Sometimes the JS Connector uses tokens that do not include the Bearer prefix. While deprecated in the JS Connector, this style is currently in-use by rafiki.money (see #597).
  • Cleanup KMS functionality to enable GCP and JKS Keystores to work together (see #595).

Javadoc

For a complete listing of all Connector-related Javadoc, see https://www.javadoc.io/doc/org.interledger.connector

v0.2.0

01 Feb 23:31
Compare
Choose a tag to compare

Maven

All Java Connector artifacts are published to Maven Central. For more details, see: https://search.maven.org/search?q=g:org.interledger.connector

Changelog

  • Update to Qulit v1.1.0
  • Enable locally-fulfilled SPSP accounts that don't require a remote SPSP server for fulfillment.
  • Enable local-account routing determinations to be made based on packet ILP destination address (read more here)
  • Enable Connector Extensions (See #578).
  • Support GCP Pub/Sub tracking of Fulfillments and Rejections for balance tracking purposes.
  • Improve Admin API functionality
  • Improvements for JS and Rust ILP Node compatibility.
  • Misc Bugs
  • Unit and IT improvements.

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

Javadoc

For a complete listing of all Connector-related Javadoc, see https://www.javadoc.io/doc/org.interledger.connector
.

v0.1.0

28 Nov 05:47
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Maven

All Java Connector artifacts are published to Maven Central. For more details, see: https://search.maven.org/search?q=g:org.interledger.connector

Changelog

  • Initial release supporting IL-DCP, ILP-over-HTTP, Accounts, Balance Tracking, and Settlement Engines.
  • Full-compatibility with interledger-rs and interledger-js connectors.

For a complete list of closed issues and merged PRs, see v0.1 Completed Issues.

Javadoc

For a complete listing of all Connector-related Javadoc, see https://www.javadoc.io/doc/org.interledger.connector
.