Releases: packagist/private-packagist-api-client
Releases · packagist/private-packagist-api-client
1.29.0
- Customer: add endpoint to fetch a package with all versions the customer has access to
1.28.0
- HttpClient: allow using the client with psr/http-client-implementation directly, instead of php-http/client-implementation
1.27.1
- ExceptionThrower: handle case where
$content
is array without a message key
- Client: throw
InvalidArgumentException
if empty auth is set
- Tokens: throw
InvalidArgumentException
if both teamId
and accessToAllPackages
are set
1.27.0
- Authentication Tokens: add endpoints to manage team tokens
1.25.0
- Add support for PHP8 and drop support for PHP versions < 7.2
1.24.0
- Client: add a request header "API-CLIENT-VERSION" with the API client version
- Require Composer 2 runtime
1.23.0
- Security issues: add endpoints to list all security issues for a package or an organization
- Package: add endpoint to filter by security issue state
1.22.0
- Package: add endpoint to add an artifact to an existing package
1.21.0
Package: add endpoints to manage artifacts