Skip to content

Releases: interledger/open-payments

@interledger/[email protected]

05 Feb 17:39
753ebcc
Compare
Choose a tag to compare

Patch Changes

  • 32737bd: Updating README with updated links to new site

@interledger/[email protected]

12 Dec 17:52
811251f
Compare
Choose a tag to compare

Minor Changes

  • fe2c0d0: - Pulls in correct OpenAPI spec when wallet address validators are created in the SDK.
    • Updates the types returned by Grant continue route.

@interledger/[email protected]

11 Dec 17:35
9461d2b
Compare
Choose a tag to compare

Minor Changes

  • 870347b: Exposes the grant continuation type

@interledger/[email protected]

08 Dec 21:21
8c05d6d
Compare
Choose a tag to compare

Minor Changes

  • dde4639: Made "access_token" optional for grant continuation responses

@interledger/[email protected]

08 Dec 16:01
d199071
Compare
Choose a tag to compare

Minor Changes

  • ec04a61: Mapped wallet address and jwks get to new stand alone Open API spec

@interledger/[email protected]

22 Nov 09:35
821f46f
Compare
Choose a tag to compare

Patch Changes

  • 28adb01: The useHttp option, when initializing an authenticated or unauthenticated client, was not being passed to resource route factories and request functions. This release addresses and resolves this issue.

@interledger/[email protected]

07 Nov 17:12
837eb59
Compare
Choose a tag to compare

Minor Changes

  • 1a59cf2: - Adding OpenPaymentsClientError, which gets thrown when making any request, as well as during client initialization. This error class contains additional error properties: description status (if thrown during an API request) and validationErrors. Example usage is in the README.
    • Behaviour change: Adding useHttp flag to the client, so that the conversion to http is explicitly set instead of using process.env.NODE_ENV. To keep the same behaviour, set useHttp: process.env.NODE_ENV when callng createAuthenticatedClient or createUnauthenticatedClient
    • Adding logLevel flag to the client initialization
    • Adding additional notes to the README with the new spec changes.

@interledger/[email protected]

31 Oct 13:13
67bb5ec
Compare
Choose a tag to compare

Major Changes

  • 737cdaa: - createAuthenticatedClient can now also load a key using a path to the private key file as an argument to privateKey
    • walletAddress is required in the incoming payment creation request

Patch Changes

@interledger/[email protected]

31 Oct 13:13
67bb5ec
Compare
Choose a tag to compare

Major Changes

  • 737cdaa: Adding and exporting two additional methods: loadKey generateKey

    Renaming methods: parseOrProvisionKey -> loadOrGenerateKey

@interledger/[email protected]

26 Oct 07:50
3161962
Compare
Choose a tag to compare

Patch Changes

  • e2325ea: exports mockPublicIncomingPayment and PublicIncomingPayment