Releases: packagist/private-packagist-api-client
Releases · packagist/private-packagist-api-client
1.38.0
- Suborganizations: add API endpoints #82
- Subrepositories: deprecate the API (use suborganizations instead) #82
- Suborganizations: document that packages can be accessed by their ID and name #80
- PHP: add support for PHP 8.4 and resolve any deprecations #81
Upgrade note
For anyone currently depending on the ID property of subrepositories: If you need to map suborganizations to subrepositories then you can use Suborganization::legacySubrepositoryId === Subrepository::id
Full Changelog: 1.37.1...1.38.0
1.37.1
- Packages: document that instead of passing a package name to API methods, the package ID can be passed instead #79
1.37.0
- Packages: add support for setting the default subrepository access #75
- Use the same wording for key/secret as in the Private Packagist UI #74
1.36.0
- SecurityIssues: add endpoints to view, open, and close issues #71
- Upgrade HTTPlug from Legacy to PSR 17/18 Discovery Factories #67
- README: fix possessive form of singular subrepository #70
1.35.0
- Package: add endpoints to show and edit the security monitoring config #68
1.34.0
- Team: add endpoints to grant/revoke a team access to all packages #66
1.33.0
- Adds endpoints to add, edit, remove vendor bundles
- Adds endpoints to manage packages in a vendor bundles
- Adds endpoints to manage customer access to vendor bundles
1.32.0
- Synchronizations: add endpoints to fetch all synchronizations #61
- Customers: document how to update
assignAllPackages
#60
1.31.0
- Teams: add endpoints to fetch a single team #57
1.30.0
Teams: add endpoints to create, edit, and delete teams #55
Teams: add endpoints to add and remove team members #55