Skip to content

Releases: spryker/console

4.18.0

04 Dec 15:00

Choose a tag to compare

Included commits: 4.17.1...4.18.0

Improvements

  • Introduced ConsoleHelper for testing console commands with comprehensive documentation and examples to simplify command testing in Codeception.
  • Added support for dynamic GLUE application naming via environment variable to enable flexible API application configuration.

Adjustments

  • Adjusted console application kernel initialization to disable debug mode explicitly for consistent behavior across environments.

4.17.1

21 Nov 10:46

Choose a tag to compare

Included commits: 4.17.0...4.17.1

Improvements

  • Increased spryker/application module version.
  • Adjusted AbstractConsoleApplication::addEventListener() so now it checks if createEventDispatcher() exists in the factory before throwing an exception.

4.17.0

11 Nov 23:42

Choose a tag to compare

Included commits: 4.16.0...4.17.0

Improvements

  • Added support for Symfony DI and auto-wiring.

4.16.0

28 Aug 14:44

Choose a tag to compare

Included commits: 4.15.0...4.16.0

Improvements

  • Introduced MultiProcessRunConsole command wrapper that allows to execute commands in loop with defined limits or even as separate threads.

4.15.0

26 Mar 12:54

Choose a tag to compare

Included commits: 4.14.0...4.15.0

Improvements

  • Introduced ConsoleConfig::getMaxRepeatableExecutionDuration() config method.
  • Introduced ConsoleConfig::getMinRepeatableExecutionDuration() config method.
  • Adjusted ConsoleBootstrap::getDefaultInputDefinition() method to accept max-duration, min-duration and repeatable options.

4.14.0

05 Nov 16:32

Choose a tag to compare

Included commits: 4.13.0...4.14.0

Improvements

  • Added PHPUnit 11 support.

4.13.0

22 Feb 15:31

Choose a tag to compare

Included commits: 4.12.0...4.13.0

Improvements

  • Adjusted Glue/ConsoleBootstrap to add service container.

4.12.0

03 Apr 08:34

Choose a tag to compare

Included commits: 4.11.0...4.12.0

Improvements

  • Adjusted ConsoleBootstrap to show info about application region and code bucket.

4.11.0

24 Jan 19:53

Choose a tag to compare

Included commits: 4.10.4...4.11.0

Improvements

  • Adjusted Spryker\Zed\Console\Communication\Bootstrap\ConsoleBootstrap, Spryker\Zed\Console\Communication\ConsoleBootstrap for compatibility with Symfony 6.

4.10.4

25 Jul 11:58

Choose a tag to compare

Included commits: 4.10.3...4.10.4

Improvements

  • Adjusted Console Bootstrap to add a warning message about DevVM depreciation for each call console command.