Skip to content

0.5.13

Choose a tag to compare

@jagmarques jagmarques released this 09 Jun 22:39
c2f35a6

Applies to both the Python (asqav 0.5.13 on PyPI) and TypeScript (@asqav/sdk 0.5.13 on npm) packages.

  • Every SDK HTTP request sends a real User-Agent header (asqav-python/ and asqav-js/). The api.asqav.com edge rejects anonymous default agents with a 403, which blocked a fresh install's first sign call.
  • The standalone receipt verifier handles a hosted verify response that carries payload: null with a readable message and the INCOMPLETE exit code (2) instead of a traceback.
  • asqav doctor probes the API edge with the SDK User-Agent and fails loudly when the edge blocks the client, instead of reporting all checks passed while sign calls fail.