Skip to content

v0.0.19

Choose a tag to compare

@jdalton jdalton released this 15 Jun 20:16
· 170 commits to main since this release
Immutable release. Only release title and notes can be modified.
0.0.19
145df6e

Changed

  • Organization tools now scope their results to the authenticated caller.

Fixed

  • Composer package URLs parse correctly: packagist is accepted as a composer
    alias, bare-name packages resolve, and the vendor namespace is split from the
    package name.
  • The depscore tool no longer errors on packages with missing or non-numeric
    score data.
  • The HTTP server limits the size of POST request bodies.
  • OAuth tokens whose introspection response carries a malformed expiry are now
    rejected.