Releases: packagist/private-packagist-api-client
Releases · packagist/private-packagist-api-client
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