v0.48.0

View on GitHub

This release focuses on two major additions: registry mirrors for importing packages from external Composer registries, and Bitbucket as a new VCS provider.

image

New Features

  • Registry Mirrors (#27): Import and sync packages from external Composer registries (like other private or paid registries) directly into your organization. Mirrors support multiple authentication methods (token, Basic Auth, HTTP Bearer), automatic syncing every 4 hours, dist file mirroring, and stale version cleanup. A full management UI is included with sync logs and per-mirror package listings.
  • Bitbucket VCS Integration (#24): Connect Bitbucket repositories as a package source, with support for browsing repositories, automatic webhook registration, and API token authentication.
  • Package Deletion: Packages can now be deleted from the package detail page via a new actions dropdown menu.

Improvements

  • Package Detail Page: Mirrored packages now display a label when a mirror (dist) is available.
image

Fixes

  • Fixed repository dialogs not resetting their loading state when reopened

All releases