Releases: repman-io/repman
Releases · repman-io/repman
1.2.0
Added
- Support for S3-compatible storage (#332, #366 thanks @pedro-stanaka)
- Cached adapters to reduce IO/HTTP overhead (storage) (#373 thanks @pedro-stanaka)
- Alternative domain separator option (to simplify working with certificates) (#375 thanks @jmalinens)
- Error messages for webhook actions (better UX) (#396)
- Adding support for self hosted gitlab on custom port (#398 thanks @Fahl-Design )
Changed
- Improve organization invitation with registration/login flow (#387 thanks @noniagriconomie)
- Refresh oauth token in runtime without failing message or redirect (#395, #397)
- Upgrade Symfony to 5.2 (#379 and others from dependabot)
- Upgrade Doctrine and other dependencies (gitlab-api, github-api, bitbucket-api, dev tools)
1.1.1
1.1.0
Added
- Display README.md for packages (#303 thanks @giggsey)
- Allow package list to be sortable (#300 thanks @giggsey)
- Allow user to edit packages (#299)
- Improve Package Details UX (#298 thanks @giggsey)
- Implement user timezone (#297)
- Add option to limit number of package versions being imported (#294)
Changed
- Repo JSON Performance Improvements (#310 thanks @giggsey)
- Update doctrine-bundle and symfony to remove deprecation notice (#305)
Fixed
1.0.0
Added
- implement
provider-includes
for better proxy performance (#281, #283, #290) - add version for assets (#278)
- add
reCaptcha
and better email validation (#276, #277) - REST API implementation (#269, #275)
- add ability to search packages (#259, #263, thanks @giggsey)
- add
CODE_OF_CONDUCT.md
(#258)
Changed
Fixed
- Fix nginx and php-fpm to correct handle symlinks (#262)
0.6.0
Added
- implement command for clearing old private distributions files (#244)
Security
- update symfony to 5.1.5 (CVE-2020-15094)
Changed
- add queue for downloader to limit concurrent requests (#253)
- bump symfony to 5.1 (#250, thanks @marmichalski )
- atomic deployment with ansible playbook (#241, #242, #243, #245)
- set
ulimit -n
for system user (#251)
Fixed
0.5.0
Changed
- higher memory limits (#219, #220)
- move all proxy logic to Proxy class (#223)
- use async and stream for downloading metadata and distributions files (#226)
Added
- serve static proxy metadata and use v2 endpoint for dist lookup (#222)
- sync proxy metadata command (#224)
- migration for better auto upgrade to 0.5.0 (#227)
- static proxy with metadata cache (#229)
- cache headers for packages.json (#232)
- subversion client (#230, #231)
- create
.gitattributes
for better dist export (#235) - telemetry (#225, #234)
- technical email (#237)
Fixed
- migration syntax (#236)
- updating version date (#238, thanks @nickygerritsen)
0.4.1
0.4.0
Added
- Registration config options (#200, thanks @nickygerritsen)
- Anonymous access to organization (#201)
- Basic support for Composer v2 (#205)
- proxy support for metadata-url (thanks @sadortun)
- repo support for metadata-url
- Package versions view (#208, thanks @nickygerritsen)
Changed
0.3.0
Added
- 🐛 🚀 Security vulnerability scanner for private packages (#170, #171, #176, #177, #182, #183, #184, #190, #197)
- 📫 Sending scan results email to organization members (#194, #196)
- Allow user to disable account registration (#152)
- Create .htaccess (#163)
- Add
repman:create:user
cli command (#181) - Add
repman:package:synchronize
cli command (#185, #186)
Changed
- Hide oauth providers buttons when env var not configured (#167)
- Create user security read model - clean user domain (#188)
- Update symfony/mailer to 5.0.9 (#195)
Fixed
0.2.1
Security
- prevention of guessing package uuid for organization package endpoints (#148)