Bug Fixes
- Owner role was removed from assignable role options
Release notes and changelog for Pricore.
This release focuses on UI polish across package and organization views, with a handful of refinements and a chart fix.
composer require with one-click clipboard copyThis release adds distribution mirroring to Pricore. Composer can now download zip archives directly from your registry instead of cloning full Git repositories — the same way Packagist works.
dist entries with SHA-1 integrity checksums, so Composer prefers zip downloads out of the box with no client-side configuration needed.dist_keep_last_releases setting controls how many stable version archives to keep. Run php artisan dist:cleanup to remove old archives. A UI for configuring retention per package will be added in a future release.Reverb/Echo WebSocket config is now runtime-injected from the Laravel backend instead of baked into the JS bundle at Vite build time. The same Docker image now works in any deployment without rebuilding.
This release makes Pricore realtime. Organization dashboards and repository pages now update live as syncs happen, powered by Laravel Reverb and WebSockets.
This release brings first-class GitLab support to Pricore. You can now connect GitLab repositories (including self-hosted instances), sign in with GitLab OAuth, and receive webhooks for automatic package syncing. The UI also received a visual refresh with warmer surfaces and improved typography.