Releases: packagist/private-packagist-api-client
Releases · packagist/private-packagist-api-client
1.40.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- Fix auto-pagination for all list endpoints in #87
In 1.40.0, only the packages endpoint correctly paginated through all results. With this fix, all list endpoints (customers, teams, tokens, credentials, vendor bundles, etc.) now properly return all results across multiple pages.
Full Changelog: 1.40.0...1.40.1
1.40.0
1.39.0
What's Changed
- Authentication: trusted publishing setup for artifact publishing by @glaubinix in #83
Full Changelog: 1.38.1...1.39.0
1.38.1
What's Changed
- Suborganization: fix show package URL to avoid redirect by @glaubinix in #84
Full Changelog: 1.38.0...1.38.1
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