All Versions
21
Latest Version
Avg Release Cycle
22 days
Latest Release
714 days ago

Changelog History
Page 2

  • v1.0.0 Changes

    October 29, 2020

    โž• 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

    • โœ‚ remove mailhog from docker-compose.yml (#293)
    • ๐ŸŽ Tweak sysctl for better performance (#265, #271)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix nginx and php-fpm to correct handle symlinks (#262)
  • v0.6.0 Changes

    September 03, 2020

    โž• Added

    • implement command for clearing old private distributions files (#244)

    ๐Ÿ”’ Security

    ๐Ÿ”„ 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

    • ๐Ÿ›  fix Proxy response caching (#247, thanks @giggsey)
  • v0.5.0 Changes

    August 04, 2020

    ๐Ÿ”„ 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

  • v0.4.1 Changes

    July 15, 2020

    ๐Ÿ›  Fixed

    • โž• Add support for IPv6 addresses (#216, thanks @nickygerritsen)
    • ๐Ÿ›  Fix user voters with anonymous access (#215)
  • v0.4.0 Changes

    July 13, 2020

    โž• 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

    • โšก๏ธ Unpack and update dependencies (#204)
    • Containers restart policy (#211)
  • v0.3.0 Changes

    June 05, 2020

    โž• 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

    • ๐Ÿ›  Fix GitLab custom instance url not being picked up by oauth client (#156)
    • ๐Ÿ“ฆ Use gitlab custom url in ComposerPackageSynchronizer (#162)
    • ๐Ÿ›  Fix provider and dist removal (#168)
    • Write custom Gitlab URL to gitlab-domains composer option (#179)
  • v0.2.1 Changes

    May 07, 2020

    ๐Ÿ”’ Security

    • ๐Ÿ“ฆ prevention of guessing package uuid for organization package endpoints (#148)

    โž• Added

    • ๐Ÿ“ฆ package versions stats and tweak other charts (#145, #146)

    ๐Ÿ”„ Changed

    • Cleanup JS; Fix number of days in admin stats view; Force referrer in GA (#143, #144)
    • ๐Ÿ“ฆ handle package not found exception on app level (#142)
    • ๐Ÿ”ง tuning php-fpm configuration for better resources utilization (Ansible) (#141)
    • โž• add curl and pdo_pgsql to required php extensions (#140)
  • v0.2.0 Changes

    May 05, 2020

    โž• Added

    • Organization members (#56)

    ๐Ÿ”„ Changed

    • ๐Ÿ”’ Lock php version to 7.4.5 (Docker) (#131)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix emails headers and match password requirements (#136)
    • GitLab projects fetch - Add php curl extension to asible setup playbook (#133)
    • ๐Ÿ“ฆ Don't try to download packages without reference (#132)
    • ๐Ÿ›  Fix database foreign keys (#127)
    • โž• Add autorestart flag to consumer configuration (Ansible supervisor) (#126)
    • Return 404 when distribution file not found (#123)
    • โž• Add missing directories for docker instance (#117)
  • v0.1.2 Changes

    April 27, 2020

    โž• Added

    • โž• Add ability to unlink OAuth integration from user profile page (#106)
    • Uptime Robot monitor (#102 & #103)

    ๐Ÿ”„ Changes

    • ๐Ÿ“ฆ GitLab API: Show all user's packages and order by last activity (#104)

    ๐Ÿ›  Fixed

    • ๐Ÿ– Handle oauth errors during registration (#92)
    • ๐Ÿ– Handle errors when fetching repos from provider (#94)
    • ๐Ÿ›  Fix last package version detection mechanism (#99)
    • ๐Ÿ›  Fix support for packages with slash in version name (#101)
    • ๐Ÿ›  Fix number of days for /admin/stats (#108)
    • ๐Ÿ›  Fix recent webhook requests view model (#110)
    • ๐Ÿ‘ Allow *.php named packages to be found (#111)
  • v0.1.1 Changes

    April 22, 2020

    ๐Ÿฑ BC break โš ๏ธ

    • ๐Ÿ‘‰ user email is now change to lowercase with migration
      • if a user with the same e-mail registered in the application but with different character sizes then you will have to manually delete it before starting the migration

    โž• Added

    • ๐Ÿ“ฆ Clickable repo url link on packages list (#75)

    ๐Ÿ”„ Changed

    • ๐Ÿ”’ Use lock to prevent multiple jobs run simultaneously (#70)
    • ๐Ÿ”ง Internal CI/CD configuration

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix issue with case sensitive emails (#88)
    • Typo on register form (#74)

    โœ‚ Removed

    • โœ‚ Remove pcov from docker image (#69)