Skip to content

2.1.0

Choose a tag to compare

@j-guyon j-guyon released this 07 Nov 17:16
· 49 commits to master since this release

⚠️ BC-Breaks

  • Bundle now require PHP >= 7.1
  • ScheduledCommand.arguments field type change from varchar to text, so you may write some migration to handle this change if you update the bundle from a previous version.

Features :

  • You now can use included_command_namespaces instead of excluded_command_namespaces to filter commands displayed in the scheduler. (@petski)
  • BETA - Commands scheduler:start and scheduler:stop managing a daemon process that will call scheduler:execute every minute. So it is possible to use the scheduler without setting up a cron job. (thanks to @wasinger)
  • Command's argument no longer have a size limit (@tikoflano)
  • Dutch translations (@bghosts)
  • Fix CI and upgrade to liip/functional-test-bundle v3 (@petski)