All Versions
21
Latest Version
Avg Release Cycle
22 days
Latest Release
636 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.3.4 Changes
June 25, 2021๐ Security
- ๐ Upgrade flysystem to 1.1.4 - fix CVE-2021-32708
-
v1.3.3 Changes
May 31, 2021 -
v1.3.2 Changes
May 20, 2021๐ Security
- โก๏ธ Update Symfony to 5.2.9 - fix CVE-2021-21424
-
v1.3.1 Changes
May 13, 2021๐ Security
- โก๏ธ Update Symfony to 5.2.8 - fix CVE-2021-21424
๐ Changed
- โก๏ธ Update dependencies (#456)
-
v1.3.0 Changes
April 28, 2021๐ Security
- โก๏ธ Update composer - fix GHSA-h5h8-pc6h-jvvx
โ Added
- Dependency/dependant tracking (#426 thanks @giggsey)
-
v1.2.2 Changes
March 02, 2021๐ Fixed
- ๐ Fix: composer 9999999-dev issue (#422 thanks @slappyslap)
- ๐ Make
var/cache
ephemeral (#420) - โ Add async-aws/ses to composer (#418 thanks @nandogameiro)
- Enable http2 for composer v2 (#416)
- โ Test compatibility issues and small deprecation fix (#414 thanks @pedro-stanaka)
- โ Remove old metadata files when sync proxy metadata (#412)
- โ Remove PostgreSQL exposed port from docker-compose.yml (#410)
-
v1.2.1 Changes
February 03, 2021๐ Fixed
- โ Remove webhook when package removed (API) and organization removed (UI) (#404)
-
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