Releases: interledger/open-payments
Releases · interledger/open-payments
@interledger/[email protected]
Patch Changes
- 32737bd: Updating README with updated links to new site
@interledger/[email protected]
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]
Minor Changes
- 870347b: Exposes the grant continuation type
@interledger/[email protected]
Minor Changes
- dde4639: Made "access_token" optional for grant continuation responses
@interledger/[email protected]
Minor Changes
- ec04a61: Mapped wallet address and jwks get to new stand alone Open API spec
@interledger/[email protected]
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]
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) andvalidationErrors
. 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 usingprocess.env.NODE_ENV
. To keep the same behaviour, setuseHttp: process.env.NODE_ENV
when callngcreateAuthenticatedClient
orcreateUnauthenticatedClient
- Adding
logLevel
flag to the client initialization - Adding additional notes to the README with the new spec changes.
- Behaviour change: Adding
@interledger/[email protected]
Major Changes
- 737cdaa: -
createAuthenticatedClient
can now also load a key using a path to the private key file as an argument toprivateKey
walletAddress
is required in the incoming payment creation request
Patch Changes
- Updated dependencies [737cdaa]
- @interledger/[email protected]
@interledger/[email protected]
Major Changes
-
737cdaa: Adding and exporting two additional methods:
loadKey
generateKey
Renaming methods:
parseOrProvisionKey
->loadOrGenerateKey
@interledger/[email protected]
Patch Changes
- e2325ea: exports mockPublicIncomingPayment and PublicIncomingPayment