Skip to content

Releases: interledger/open-payments

@interledger/[email protected]

28 Mar 19:53
651d8ed
Compare
Choose a tag to compare

Patch Changes

@interledger/[email protected]

26 Mar 11:16
6f862b0
Compare
Choose a tag to compare

Major Changes

  • 6dde8b2: Changes to the createValidatorMiddleware behaviour:

    • The middleware now throws a OpenAPIValidatorMiddlewareError instead of directly using Koa's ctx.throw function. This error class has message and status properties that describe the exact validation error as well as the status code that should be thrown.
    • The middleware now takes in an optional validationOptions argument that determines whether to validate just the request, the response or both. By default, both are validated, and the middleware no longer uses process.env.NODE_ENV to determine whether to validate the response or not.

@interledger/[email protected]

26 Mar 11:17
6f862b0
Compare
Choose a tag to compare

Patch Changes

@interledger/[email protected]

14 Mar 19:30
88423f1
Compare
Choose a tag to compare

Minor Changes

  • 1797345: Add and export functions that allow fetching the OpenAPI objects for the Open Payments specs

@interledger/[email protected]

14 Mar 12:59
c0ea7c0
Compare
Choose a tag to compare

Patch Changes

  • b3a5d3b: Makes body and interact_ref optional on continuation route

@interledger/[email protected]

08 Mar 17:30
2e318b0
Compare
Choose a tag to compare

Patch Changes

@interledger/[email protected]

01 Mar 16:40
f666da3
Compare
Choose a tag to compare

Minor Changes

  • fe18cd0: Widened receiver regex to accept http and any id format. Removed previously deprecated 'connections' path.

@interledger/[email protected]

20 Feb 12:11
1dec19c
Compare
Choose a tag to compare

Minor Changes

  • 8d4ccc3: (EXPERIMENTAL) Allow a custom request interceptor for the authenticated client instead of providing the private key and key ID. The request interceptor should be responsible for HTTP signature generation and it will replace the built-in interceptor.

Patch Changes

@interledger/[email protected]

20 Feb 12:11
1dec19c
Compare
Choose a tag to compare

Patch Changes

  • 2658685: Upgrade the http-message-signatures package to the most recent version.

@interledger/[email protected]

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

Patch Changes