Releases: moay/server-for-symfony-flex
1.1.0
This release brings some changes in configuration and some bugfixes.
New
- Configuration of parameters has been moved to a newly created
config/parameters.yaml
, also some of the variables are now configurable via .env-File or environment variables. - There now is a loading indicator in the UI while stuff is loaded.
Improved
- Resolving of all types of recipe repo URLs should now be fixed. There were several reports that the UI would crash with different types of url. If you encounter problems, let me know.
Contributors
Despite me not using all of the PRs they commited, @lainosantos and @redthor have provided some useful input, thanks for contributing.
1.0.1
This release fixes a minor bug in the ui. Thanks to @lainosantos for reporting and fixing.
Private Symfony Flex Server 1.0.0
After fixing some minor issues that appeared with beta releases, here is v1.0.0. 🎉
Latest fixes:
- Sorted out some problems with bitbucket private recipe repos
- Fixed recipe link building for bitbucket recipe repos
- Updated the vendor libraries, Symfony version is now 4.1
1.0.0-beta4
Minor improvements for edge cases. Thanks to @lainosantos for the hints.
Addressed issues:
1.0.0-beta3
Problems with hidden files should be fixed. Thanks to @komik966 for the fix.
1.0.0-beta2
Added proper reaction to symfony.sh outage. The server won't fail anymore if one happens.
1.0.0-beta
The server should be stable enough to be tested in real world environments, although the unit tests are sufficient yet.