All Versions
24
Latest Version
Avg Release Cycle
28 days
Latest Release
1702 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.2.0 Changes
February 01, 2021โ 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)
-
v1.1.1 Changes
December 02, 2020 -
v1.1.0 Changes
October 23, 2020โ 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
-
v1.0.0 Changes
October 29, 2020โ Added
- ๐ implement
provider-includesfor better proxy performance (#281, #283, #290) - โ add version for assets (#278)
- โ add
reCaptchaand 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
mailhogfromdocker-compose.yml(#293) - ๐ Tweak sysctl for better performance (#265, #271)
๐ Fixed
- ๐ Fix nginx and php-fpm to correct handle symlinks (#262)
- ๐ implement
-
v0.6.0 Changes
September 03, 2020โ 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 -nfor system user (#251)
๐ Fixed
-
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
.gitattributesfor better dist export (#235) - telemetry (#225, #234)
- technical email (#237)
๐ Fixed
- migration syntax (#236)
- โก๏ธ updating version date (#238, thanks @nickygerritsen)
-
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
-
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:usercli command (#181) - โ Add
repman:package:synchronizecli 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
-
v0.2.1 Changes
May 07, 2020๐ Security
- ๐ฆ prevention of guessing package uuid for organization package endpoints (#148)
โ Added
๐ Changed