Skip to content

Releases: moay/server-for-symfony-flex

1.1.0

30 Aug 15:31
Compare
Choose a tag to compare

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

13 Jul 07:42
c2b3386
Compare
Choose a tag to compare

This release fixes a minor bug in the ui. Thanks to @lainosantos for reporting and fixing.

Private Symfony Flex Server 1.0.0

10 Jul 10:38
Compare
Choose a tag to compare

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

02 May 11:37
Compare
Choose a tag to compare
1.0.0-beta4 Pre-release
Pre-release

Minor improvements for edge cases. Thanks to @lainosantos for the hints.

Addressed issues:

  • #6 PHP Notice when timestamp was omitted on request
  • #7 JSON/UTF8 related issue

1.0.0-beta3

10 Apr 09:51
5dc19ce
Compare
Choose a tag to compare
1.0.0-beta3 Pre-release
Pre-release

Problems with hidden files should be fixed. Thanks to @komik966 for the fix.

1.0.0-beta2

13 Mar 11:19
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release

Added proper reaction to symfony.sh outage. The server won't fail anymore if one happens.

1.0.0-beta

07 Mar 09:13
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release

The server should be stable enough to be tested in real world environments, although the unit tests are sufficient yet.