Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@nkramer44 nkramer44 released this 04 Aug 21:36
· 40 commits to master since this release
eea16ca

Features

  • Add PayID Discovery route to Public API
    • PayID Discovery can now be performed by sending a GET request to /.well-known/webfinger?resource={payId}
    • PayID Easy Checkout Discovery enabled
  • Add PATCH HTTP method to Base PayID path

Fixes

  • Fix Admin API GET
    • Fix a bug so that if you GET a user on the Admin API that has no associated addresses, you now get a 200 with a payload with an empty address array rather than a 404 - Not Found.
  • Release script fixes
    • Fix dev environment, which was not working on Windows

Project Internals

  • Bump various dependencies
  • Refactor Admin API
  • Remove compareVersions from linter
  • Improve release tooling
  • E2E testing for Content-Type and Accept headers for PATCH
  • Refactor AchAddressDetails to FiatAddressDetails