Skip to content

Releases: packagist/private-packagist-api-client

1.40.1

02 Feb 14:15
Immutable release. Only release title and notes can be modified.
367105f

Choose a tag to compare

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

26 Jan 16:05
Immutable release. Only release title and notes can be modified.
3cff6dd

Choose a tag to compare

What's Changed

  • Client: handle pagination, default to 500 items per page, automatically paginate additional pages in #85

Full Changelog: 1.39.0...1.40.0

1.39.0

03 Sep 16:01
451dd2e

Choose a tag to compare

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

26 Aug 15:08
15ba730

Choose a tag to compare

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

12 Dec 10:05
e389d73

Choose a tag to compare

  • 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

21 Aug 12:03
bca533e

Choose a tag to compare

  • Packages: document that instead of passing a package name to API methods, the package ID can be passed instead #79

1.37.0

07 Mar 11:00
c50614e

Choose a tag to compare

  • 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

02 Nov 10:00
32d958b

Choose a tag to compare

  • 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

04 Oct 09:45
98aa7dd

Choose a tag to compare

  • Package: add endpoints to show and edit the security monitoring config #68

1.34.0

18 May 10:31
4a34304

Choose a tag to compare

  • Team: add endpoints to grant/revoke a team access to all packages #66