Skip to content

Releases: spryker/propel

3.18.0

28 Dec 16:40
Compare
Choose a tag to compare

Included commits: 3.17.0...3.18.0

Adjustments

  • Adjusted PropelSchemaMerger so now it uses PropelToUtilTextServiceInterface instead of UtilTextService

3.17.0

21 Dec 14:28
Compare
Choose a tag to compare

Included commits: 3.16.1...3.17.0

Improvements

  • Introduced a new Spryker\Zed\Propel\Communication\Plugin\HealthCheck\DatabaseHealthCheckPlugin to check the availability of database service for Zed application.
  • Introduced a new PropelFacadeInterface::executeDatabaseHealthCheck() to check the availability of database service for Zed application.

3.16.1

22 Oct 09:52
Compare
Choose a tag to compare

Included commits: 3.16.0...3.16.1

Bugfixes

  • Fixed bug that prevents projects from removing a core index definition.

3.16.0

16 Oct 09:08
Compare
Choose a tag to compare

Included commits: 3.15.0...3.16.0

Improvements

  • Added possibility for projects to override index definitions from the core.

3.15.0

14 Oct 10:33
Compare
Choose a tag to compare

Included commits: 3.14.0...3.15.0

Improvements

  • Adjusted PropelCommandInputBuilder::buildInput() with a command name not to rely on a global $_SERVER variable for resolving an option.

3.14.0

29 Aug 08:16
Compare
Choose a tag to compare

Included commits: 3.13.1...3.14.0

Improvements

  • Introduced PropelConfig::getProcessTimeout().
  • Adjusted ExportMySqlDatabase to use the value returned by PropelConfig::getProcessTimeout() as Process timeout value.
  • Adjusted ImportMySqlDatabase to use the value returned by PropelConfig::getProcessTimeout() as Process timeout value.
  • Adjusted CreatePostgreSqlDatabase to use the value returned by PropelConfig::getProcessTimeout() as Process timeout value.
  • Adjusted DropPostgreSqlDatabase to use the value returned by PropelConfig::getProcessTimeout() as Process timeout value.
  • Adjusted ExportPostgreSqlDatabase to use the value returned by PropelConfig::getProcessTimeout() as Process timeout value.
  • Adjusted ImportPostgreSqlDatabase to use the value returned by PropelConfig::getProcessTimeout() as Process timeout value.
  • Adjusted AdapterFactory to use the value returned by PropelConfig::getProcessTimeout() as Process timeout value.

3.13.1

20 Aug 16:17
Compare
Choose a tag to compare

Included commits: 3.13.0...3.13.1

Bugfixes

  • Adjust PropelInstallConsole to filter out non-registered commands.

3.13.0

12 Aug 14:17
Compare
Choose a tag to compare

Included commits: 3.12.0...3.13.0

Improvements

  • Introduced custom_datatypes.xsd.
  • Introduced schema-01.xsd.

Adjustments

  • Adjusted the PropelSchemaMerger::createNewXml() return string with the spryker:schema-01 namespace.

3.12.0

12 Aug 13:10
Compare
Choose a tag to compare

Included commits: 3.11.0...3.12.0

Improvements

  • Introduced EntityTransferGeneratorConsole to generate Propel schema based entity transfers.
  • Added PropelToTransferFacadeInterface to dependencies.
  • Adjusted composer with dependency on Transfer module.
  • Adjusted PropelInstallConsole to call EntityTransferGeneratorConsole command.

3.11.0

06 Aug 10:36
Compare
Choose a tag to compare

Included commits: 3.10.2...3.11.0

Improvements

  • Added PropelApplicationPlugin.
  • Deprecated PropelServiceProvider.