Skip to content

3.20.0

Latest

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 03 Apr 13:07
· 2 commits to master since this release

Included commits: 3.19.0...3.20.0

Improvements

  • Introduced LogConstants::LOGGER_CONFIG_ZED_CLI constant to allow configuring a separate logger for Zed console command execution, enabling distinct log handling for CLI context.
  • Introduced ZedCliLoggerConfigPlugin and LogDependencyProvider::getCliLogHandlers() extension point to allow projects to provide custom log handlers specifically for CLI commands.
  • Introduced NonBufferedStreamHandlerPlugin for Zed, Yves, and Glue layers to support non-buffered stream log output.
  • Changed visibility of createStreamHandler() from protected to public in Zed LogCommunicationFactory and Yves LogFactory to enable direct access by handler plugins.